In [453]:
#Hi Jon! I decided to continue working with leaflet maps and geopandas instead because I simply ran out of time! I was cleaning and making my dataframe for so long, that I ran out of time to map the way we learned in class. I apologize. But, I do have a map at the end of this notebook!
#Here's the youtube video I learned this from. It was during Thanksgiving. https://www.youtube.com/watch?v=N6itC6hbOvo&ab_channel=SpatialThoughts
In [1]:
!pip install libspatialindex-dev
!pip install fiona shapely pyroj rtree mapclassify
!pip install geopandas
!pip install openpyxl
!pip install leafmap
ERROR: Could not find a version that satisfies the requirement libspatialindex-dev (from versions: none) ERROR: No matching distribution found for libspatialindex-dev [notice] A new release of pip is available: 24.0 -> 24.3.1 [notice] To update, run: pip install --upgrade pip Requirement already satisfied: fiona in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (1.10.1) Requirement already satisfied: shapely in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (2.0.6) Requirement already satisfied: pyroj in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (0.0.3) Requirement already satisfied: rtree in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (1.3.0) Requirement already satisfied: mapclassify in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (2.8.1) Requirement already satisfied: attrs>=19.2.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from fiona) (24.2.0) Requirement already satisfied: certifi in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from fiona) (2024.8.30) Requirement already satisfied: click~=8.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from fiona) (8.1.7) Requirement already satisfied: click-plugins>=1.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from fiona) (1.1.1) Requirement already satisfied: cligj>=0.5 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from fiona) (0.7.2) Requirement already satisfied: numpy<3,>=1.14 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from shapely) (1.26.4) Requirement already satisfied: networkx>=2.7 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from mapclassify) (3.4.2) Requirement already satisfied: pandas!=1.5.0,>=1.4 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from mapclassify) (2.2.3) Requirement already satisfied: scikit-learn>=1.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from mapclassify) (1.5.2) Requirement already satisfied: scipy>=1.8 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from mapclassify) (1.14.1) Requirement already satisfied: python-dateutil>=2.8.2 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pandas!=1.5.0,>=1.4->mapclassify) (2.9.0.post0) Requirement already satisfied: pytz>=2020.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pandas!=1.5.0,>=1.4->mapclassify) (2024.2) Requirement already satisfied: tzdata>=2022.7 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pandas!=1.5.0,>=1.4->mapclassify) (2024.2) Requirement already satisfied: joblib>=1.2.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from scikit-learn>=1.0->mapclassify) (1.4.2) Requirement already satisfied: threadpoolctl>=3.1.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from scikit-learn>=1.0->mapclassify) (3.5.0) Requirement already satisfied: six>=1.5 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from python-dateutil>=2.8.2->pandas!=1.5.0,>=1.4->mapclassify) (1.16.0) [notice] A new release of pip is available: 24.0 -> 24.3.1 [notice] To update, run: pip install --upgrade pip Requirement already satisfied: geopandas in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (1.0.1) Requirement already satisfied: numpy>=1.22 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from geopandas) (1.26.4) Requirement already satisfied: pyogrio>=0.7.2 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from geopandas) (0.10.0) Requirement already satisfied: packaging in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from geopandas) (24.1) Requirement already satisfied: pandas>=1.4.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from geopandas) (2.2.3) Requirement already satisfied: pyproj>=3.3.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from geopandas) (3.7.0) Requirement already satisfied: shapely>=2.0.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from geopandas) (2.0.6) Requirement already satisfied: python-dateutil>=2.8.2 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pandas>=1.4.0->geopandas) (2.9.0.post0) Requirement already satisfied: pytz>=2020.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pandas>=1.4.0->geopandas) (2024.2) Requirement already satisfied: tzdata>=2022.7 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pandas>=1.4.0->geopandas) (2024.2) Requirement already satisfied: certifi in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pyogrio>=0.7.2->geopandas) (2024.8.30) Requirement already satisfied: six>=1.5 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from python-dateutil>=2.8.2->pandas>=1.4.0->geopandas) (1.16.0) [notice] A new release of pip is available: 24.0 -> 24.3.1 [notice] To update, run: pip install --upgrade pip Requirement already satisfied: openpyxl in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (3.1.5) Requirement already satisfied: et-xmlfile in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from openpyxl) (2.0.0) [notice] A new release of pip is available: 24.0 -> 24.3.1 [notice] To update, run: pip install --upgrade pip Requirement already satisfied: leafmap in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (0.42.5) Requirement already satisfied: anywidget in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.9.13) Requirement already satisfied: bqplot in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.12.43) Requirement already satisfied: colour in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.1.5) Requirement already satisfied: duckdb in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (1.1.3) Requirement already satisfied: folium in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.18.0) Requirement already satisfied: gdown in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (5.2.0) Requirement already satisfied: geojson in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (3.1.0) Requirement already satisfied: ipyevents in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (2.0.2) Requirement already satisfied: ipyfilechooser in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.6.0) Requirement already satisfied: ipyleaflet in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.19.2) Requirement already satisfied: ipyvuetify in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (1.10.0) Requirement already satisfied: ipywidgets in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (8.1.5) Requirement already satisfied: matplotlib in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (3.9.2) Requirement already satisfied: numpy in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (1.26.4) Requirement already satisfied: pandas in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (2.2.3) Requirement already satisfied: plotly in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (5.24.1) Requirement already satisfied: psutil in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (6.1.0) Requirement already satisfied: pyshp in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (2.3.1) Requirement already satisfied: pystac-client in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.8.5) Requirement already satisfied: python-box in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (7.2.0) Requirement already satisfied: scooby in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.10.0) Requirement already satisfied: whiteboxgui in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (2.3.0) Requirement already satisfied: xyzservices in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (2024.9.0) Requirement already satisfied: psygnal>=0.8.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from anywidget->leafmap) (0.11.1) Requirement already satisfied: typing-extensions>=4.2.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from anywidget->leafmap) (4.12.2) Requirement already satisfied: comm>=0.1.3 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipywidgets->leafmap) (0.2.2) Requirement already satisfied: ipython>=6.1.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipywidgets->leafmap) (8.29.0) Requirement already satisfied: traitlets>=4.3.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipywidgets->leafmap) (5.14.3) Requirement already satisfied: widgetsnbextension~=4.0.12 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipywidgets->leafmap) (4.0.13) Requirement already satisfied: jupyterlab-widgets~=3.0.12 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipywidgets->leafmap) (3.0.13) Requirement already satisfied: traittypes>=0.0.6 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from bqplot->leafmap) (0.2.1) Requirement already satisfied: python-dateutil>=2.8.2 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pandas->leafmap) (2.9.0.post0) Requirement already satisfied: pytz>=2020.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pandas->leafmap) (2024.2) Requirement already satisfied: tzdata>=2022.7 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pandas->leafmap) (2024.2) Requirement already satisfied: branca>=0.6.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from folium->leafmap) (0.8.0) Requirement already satisfied: jinja2>=2.9 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from folium->leafmap) (3.1.4) Requirement already satisfied: requests in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from folium->leafmap) (2.32.3) Requirement already satisfied: beautifulsoup4 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from gdown->leafmap) (4.12.3) Requirement already satisfied: filelock in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from gdown->leafmap) (3.16.1) Requirement already satisfied: tqdm in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from gdown->leafmap) (4.67.1) Requirement already satisfied: jupyter-leaflet<0.20,>=0.19 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipyleaflet->leafmap) (0.19.2) Requirement already satisfied: ipyvue<2,>=1.7 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipyvuetify->leafmap) (1.11.2) Requirement already satisfied: contourpy>=1.0.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (1.3.0) Requirement already satisfied: cycler>=0.10 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (0.12.1) Requirement already satisfied: fonttools>=4.22.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (4.54.1) Requirement already satisfied: kiwisolver>=1.3.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (1.4.7) Requirement already satisfied: packaging>=20.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (24.1) Requirement already satisfied: pillow>=8 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (10.4.0) Requirement already satisfied: pyparsing>=2.3.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (3.2.0) Requirement already satisfied: tenacity>=6.2.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from plotly->leafmap) (9.0.0) Requirement already satisfied: pystac>=1.10.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pystac[validation]>=1.10.0->pystac-client->leafmap) (1.11.0) Requirement already satisfied: ipytree in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from whiteboxgui->leafmap) (0.2.2) Requirement already satisfied: whitebox in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from whiteboxgui->leafmap) (2.3.5) Requirement already satisfied: decorator in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (5.1.1) Requirement already satisfied: jedi>=0.16 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (0.19.1) Requirement already satisfied: matplotlib-inline in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (0.1.7) Requirement already satisfied: prompt-toolkit<3.1.0,>=3.0.41 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (3.0.48) Requirement already satisfied: pygments>=2.4.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (2.18.0) Requirement already satisfied: stack-data in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (0.6.3) Requirement already satisfied: pexpect>4.3 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (4.9.0) Requirement already satisfied: MarkupSafe>=2.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from jinja2>=2.9->folium->leafmap) (3.0.2) Requirement already satisfied: jsonschema~=4.18 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pystac[validation]>=1.10.0->pystac-client->leafmap) (4.23.0) Requirement already satisfied: six>=1.5 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from python-dateutil>=2.8.2->pandas->leafmap) (1.16.0) Requirement already satisfied: charset-normalizer<4,>=2 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from requests->folium->leafmap) (3.4.0) Requirement already satisfied: idna<4,>=2.5 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from requests->folium->leafmap) (3.10) Requirement already satisfied: urllib3<3,>=1.21.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from requests->folium->leafmap) (2.2.3) Requirement already satisfied: certifi>=2017.4.17 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from requests->folium->leafmap) (2024.8.30) Requirement already satisfied: soupsieve>1.2 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from beautifulsoup4->gdown->leafmap) (2.6) Requirement already satisfied: PySocks!=1.5.7,>=1.5.6 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from requests[socks]->gdown->leafmap) (1.7.1) Requirement already satisfied: Click>=6.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from whitebox->whiteboxgui->leafmap) (8.1.7) Requirement already satisfied: parso<0.9.0,>=0.8.3 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from jedi>=0.16->ipython>=6.1.0->ipywidgets->leafmap) (0.8.4) Requirement already satisfied: attrs>=22.2.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from jsonschema~=4.18->pystac[validation]>=1.10.0->pystac-client->leafmap) (24.2.0) Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from jsonschema~=4.18->pystac[validation]>=1.10.0->pystac-client->leafmap) (2024.10.1) Requirement already satisfied: referencing>=0.28.4 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from jsonschema~=4.18->pystac[validation]>=1.10.0->pystac-client->leafmap) (0.35.1) Requirement already satisfied: rpds-py>=0.7.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from jsonschema~=4.18->pystac[validation]>=1.10.0->pystac-client->leafmap) (0.20.0) Requirement already satisfied: ptyprocess>=0.5 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pexpect>4.3->ipython>=6.1.0->ipywidgets->leafmap) (0.7.0) Requirement already satisfied: wcwidth in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=6.1.0->ipywidgets->leafmap) (0.2.13) Requirement already satisfied: executing>=1.2.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from stack-data->ipython>=6.1.0->ipywidgets->leafmap) (2.1.0) Requirement already satisfied: asttokens>=2.1.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from stack-data->ipython>=6.1.0->ipywidgets->leafmap) (2.4.1) Requirement already satisfied: pure-eval in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from stack-data->ipython>=6.1.0->ipywidgets->leafmap) (0.2.3) [notice] A new release of pip is available: 24.0 -> 24.3.1 [notice] To update, run: pip install --upgrade pip
In [2]:
!pip install tqdm
Requirement already satisfied: tqdm in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (4.67.1) [notice] A new release of pip is available: 24.0 -> 24.3.1 [notice] To update, run: pip install --upgrade pip
In [3]:
!pip install jupyter-leaflet
Requirement already satisfied: jupyter-leaflet in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (0.19.2) [notice] A new release of pip is available: 24.0 -> 24.3.1 [notice] To update, run: pip install --upgrade pip
In [257]:
import requests
from bs4 import BeautifulSoup
import re
import geopandas as gpd
import pandas as pd
from geopy.geocoders import Nominatim
from geopy.extra.rate_limiter import RateLimiter
import leafmap
import folium
In [5]:
!pip install leafmap
Requirement already satisfied: leafmap in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (0.42.5) Requirement already satisfied: anywidget in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.9.13) Requirement already satisfied: bqplot in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.12.43) Requirement already satisfied: colour in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.1.5) Requirement already satisfied: duckdb in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (1.1.3) Requirement already satisfied: folium in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.18.0) Requirement already satisfied: gdown in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (5.2.0) Requirement already satisfied: geojson in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (3.1.0) Requirement already satisfied: ipyevents in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (2.0.2) Requirement already satisfied: ipyfilechooser in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.6.0) Requirement already satisfied: ipyleaflet in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.19.2) Requirement already satisfied: ipyvuetify in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (1.10.0) Requirement already satisfied: ipywidgets in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (8.1.5) Requirement already satisfied: matplotlib in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (3.9.2) Requirement already satisfied: numpy in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (1.26.4) Requirement already satisfied: pandas in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (2.2.3) Requirement already satisfied: plotly in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (5.24.1) Requirement already satisfied: psutil in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (6.1.0) Requirement already satisfied: pyshp in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (2.3.1) Requirement already satisfied: pystac-client in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.8.5) Requirement already satisfied: python-box in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (7.2.0) Requirement already satisfied: scooby in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.10.0) Requirement already satisfied: whiteboxgui in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (2.3.0) Requirement already satisfied: xyzservices in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (2024.9.0) Requirement already satisfied: psygnal>=0.8.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from anywidget->leafmap) (0.11.1) Requirement already satisfied: typing-extensions>=4.2.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from anywidget->leafmap) (4.12.2) Requirement already satisfied: comm>=0.1.3 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipywidgets->leafmap) (0.2.2) Requirement already satisfied: ipython>=6.1.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipywidgets->leafmap) (8.29.0) Requirement already satisfied: traitlets>=4.3.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipywidgets->leafmap) (5.14.3) Requirement already satisfied: widgetsnbextension~=4.0.12 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipywidgets->leafmap) (4.0.13) Requirement already satisfied: jupyterlab-widgets~=3.0.12 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipywidgets->leafmap) (3.0.13) Requirement already satisfied: traittypes>=0.0.6 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from bqplot->leafmap) (0.2.1) Requirement already satisfied: python-dateutil>=2.8.2 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pandas->leafmap) (2.9.0.post0) Requirement already satisfied: pytz>=2020.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pandas->leafmap) (2024.2) Requirement already satisfied: tzdata>=2022.7 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pandas->leafmap) (2024.2) Requirement already satisfied: branca>=0.6.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from folium->leafmap) (0.8.0) Requirement already satisfied: jinja2>=2.9 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from folium->leafmap) (3.1.4) Requirement already satisfied: requests in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from folium->leafmap) (2.32.3) Requirement already satisfied: beautifulsoup4 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from gdown->leafmap) (4.12.3) Requirement already satisfied: filelock in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from gdown->leafmap) (3.16.1) Requirement already satisfied: tqdm in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from gdown->leafmap) (4.67.1) Requirement already satisfied: jupyter-leaflet<0.20,>=0.19 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipyleaflet->leafmap) (0.19.2) Requirement already satisfied: ipyvue<2,>=1.7 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipyvuetify->leafmap) (1.11.2) Requirement already satisfied: contourpy>=1.0.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (1.3.0) Requirement already satisfied: cycler>=0.10 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (0.12.1) Requirement already satisfied: fonttools>=4.22.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (4.54.1) Requirement already satisfied: kiwisolver>=1.3.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (1.4.7) Requirement already satisfied: packaging>=20.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (24.1) Requirement already satisfied: pillow>=8 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (10.4.0) Requirement already satisfied: pyparsing>=2.3.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (3.2.0) Requirement already satisfied: tenacity>=6.2.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from plotly->leafmap) (9.0.0) Requirement already satisfied: pystac>=1.10.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pystac[validation]>=1.10.0->pystac-client->leafmap) (1.11.0) Requirement already satisfied: ipytree in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from whiteboxgui->leafmap) (0.2.2) Requirement already satisfied: whitebox in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from whiteboxgui->leafmap) (2.3.5) Requirement already satisfied: decorator in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (5.1.1) Requirement already satisfied: jedi>=0.16 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (0.19.1) Requirement already satisfied: matplotlib-inline in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (0.1.7) Requirement already satisfied: prompt-toolkit<3.1.0,>=3.0.41 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (3.0.48) Requirement already satisfied: pygments>=2.4.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (2.18.0) Requirement already satisfied: stack-data in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (0.6.3) Requirement already satisfied: pexpect>4.3 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (4.9.0) Requirement already satisfied: MarkupSafe>=2.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from jinja2>=2.9->folium->leafmap) (3.0.2) Requirement already satisfied: jsonschema~=4.18 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pystac[validation]>=1.10.0->pystac-client->leafmap) (4.23.0) Requirement already satisfied: six>=1.5 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from python-dateutil>=2.8.2->pandas->leafmap) (1.16.0) Requirement already satisfied: charset-normalizer<4,>=2 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from requests->folium->leafmap) (3.4.0) Requirement already satisfied: idna<4,>=2.5 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from requests->folium->leafmap) (3.10) Requirement already satisfied: urllib3<3,>=1.21.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from requests->folium->leafmap) (2.2.3) Requirement already satisfied: certifi>=2017.4.17 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from requests->folium->leafmap) (2024.8.30) Requirement already satisfied: soupsieve>1.2 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from beautifulsoup4->gdown->leafmap) (2.6) Requirement already satisfied: PySocks!=1.5.7,>=1.5.6 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from requests[socks]->gdown->leafmap) (1.7.1) Requirement already satisfied: Click>=6.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from whitebox->whiteboxgui->leafmap) (8.1.7) Requirement already satisfied: parso<0.9.0,>=0.8.3 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from jedi>=0.16->ipython>=6.1.0->ipywidgets->leafmap) (0.8.4) Requirement already satisfied: attrs>=22.2.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from jsonschema~=4.18->pystac[validation]>=1.10.0->pystac-client->leafmap) (24.2.0) Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from jsonschema~=4.18->pystac[validation]>=1.10.0->pystac-client->leafmap) (2024.10.1) Requirement already satisfied: referencing>=0.28.4 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from jsonschema~=4.18->pystac[validation]>=1.10.0->pystac-client->leafmap) (0.35.1) Requirement already satisfied: rpds-py>=0.7.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from jsonschema~=4.18->pystac[validation]>=1.10.0->pystac-client->leafmap) (0.20.0) Requirement already satisfied: ptyprocess>=0.5 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pexpect>4.3->ipython>=6.1.0->ipywidgets->leafmap) (0.7.0) Requirement already satisfied: wcwidth in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=6.1.0->ipywidgets->leafmap) (0.2.13) Requirement already satisfied: executing>=1.2.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from stack-data->ipython>=6.1.0->ipywidgets->leafmap) (2.1.0) Requirement already satisfied: asttokens>=2.1.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from stack-data->ipython>=6.1.0->ipywidgets->leafmap) (2.4.1) Requirement already satisfied: pure-eval in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from stack-data->ipython>=6.1.0->ipywidgets->leafmap) (0.2.3) [notice] A new release of pip is available: 24.0 -> 24.3.1 [notice] To update, run: pip install --upgrade pip
In [6]:
!brew install proj
==> Downloading https://formulae.brew.sh/api/formula.jws.json ######################################################################### 100.0% ==> Downloading https://formulae.brew.sh/api/cask.jws.json ######################################################################### 100.0% Warning: proj 9.5.1 is already installed and up-to-date. To reinstall 9.5.1, run: brew reinstall proj
In [7]:
!pip install pyproj
Requirement already satisfied: pyproj in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (3.7.0) Requirement already satisfied: certifi in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pyproj) (2024.8.30) [notice] A new release of pip is available: 24.0 -> 24.3.1 [notice] To update, run: pip install --upgrade pip
In [8]:
pip install geopandas
Requirement already satisfied: geopandas in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (1.0.1) Requirement already satisfied: numpy>=1.22 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from geopandas) (1.26.4) Requirement already satisfied: pyogrio>=0.7.2 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from geopandas) (0.10.0) Requirement already satisfied: packaging in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from geopandas) (24.1) Requirement already satisfied: pandas>=1.4.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from geopandas) (2.2.3) Requirement already satisfied: pyproj>=3.3.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from geopandas) (3.7.0) Requirement already satisfied: shapely>=2.0.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from geopandas) (2.0.6) Requirement already satisfied: python-dateutil>=2.8.2 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pandas>=1.4.0->geopandas) (2.9.0.post0) Requirement already satisfied: pytz>=2020.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pandas>=1.4.0->geopandas) (2024.2) Requirement already satisfied: tzdata>=2022.7 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pandas>=1.4.0->geopandas) (2024.2) Requirement already satisfied: certifi in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pyogrio>=0.7.2->geopandas) (2024.8.30) Requirement already satisfied: six>=1.5 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from python-dateutil>=2.8.2->pandas>=1.4.0->geopandas) (1.16.0) [notice] A new release of pip is available: 24.0 -> 24.3.1 [notice] To update, run: pip install --upgrade pip Note: you may need to restart the kernel to use updated packages.
In [10]:
my_url = 'https://blog.collegevine.com/schools-that-grant-financial-aid-to-international-students-a-complete-list'
raw_html = requests.get(my_url)
soup_doc = BeautifulSoup(raw_html.content,'html.parser')
pretty_html = soup_doc.prettify()
print(pretty_html)
<!DOCTYPE html>
<html class="h-100" lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1" name="viewport"/>
<meta content="CollegeVine" name="apple-mobile-web-app-title"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/favicon.png" rel="icon" sizes="32x32"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/favicon-48x48.png" rel="icon" sizes="48x48"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/favicon-96x96.png" rel="icon" sizes="96x96"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/favicon-192x192.png" rel="icon" sizes="192x192"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/apple-touch-icon-167x167.png" rel="apple-touch-icon" sizes="167x167"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/apple-touch-icon-180x180.png" rel="apple-touch-icon" sizes="180x180"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/apple-touch-icon-512x512.png" rel="apple-touch-icon" sizes="512x512"/>
<title>
268 Schools that Give Financial Aid to International Students | CollegeVine Blog
</title>
<meta content="Studying in the U.S. isn't cheap for international students, but luckily these 268 schools offer financial aid to international students." name="description"/>
<meta content='["international students, applying to college internationally, financial aid, financial aid for international students"]' name="keywords"/>
<meta content="268 Schools that Give Financial Aid to International Students" property="og:title"/>
<meta content="https://blog.collegevine.com/schools-that-grant-financial-aid-to-international-students-a-complete-list" property="og:url"/>
<meta content="CollegeVine Blog" property="og:site_name"/>
<meta content="Studying in the U.S. isn't cheap for international students, but luckily these 268 schools offer financial aid to international students." property="og:description"/>
<meta content="article" property="og:type"/>
<meta content="https://blog.collegevine.com/wp-content/uploads/2018/09/photo-1513258496099-48168024aec0-2-150x150.jpeg" property="og:image"/>
<meta content="268 Schools that Give Financial Aid to International Students" name="twitter:title"/>
<meta content="summary_large_image" name="twitter:card"/>
<meta content="@collegevine" name="twitter:site"/>
<meta content="https://www.collegevine.com" name="twitter:domain"/>
<meta content="Studying in the U.S. isn't cheap for international students, but luckily these 268 schools offer financial aid to international students." name="twitter:description"/>
<meta content="2023-07-17T00:00:00Z" property="article:published_time"/>
<link href="https://blog.collegevine.com/schools-that-grant-financial-aid-to-international-students-a-complete-list" rel="canonical"/>
<meta content="authenticity_token" name="csrf-param">
<meta content="N5caKdLtV/p4NyYhSMNE3AuZ/ySw0Etm/xNczH4o2vEgRCy9PlwbmrRyVKiwFc59GrBNqrpC3irCUH6Y54rRfg==" name="csrf-token">
<script>
;(function () {
function hasBrowserRequiredFeatures() {
try {
// template literals
eval("`test`")
// classes
eval("class Foo {}")
// arrow functions
eval("const increment = x => x + 1")
} catch (error) {
return false
}
// performance API
if (
typeof performance === "undefined" ||
typeof performance.clearMeasures !== "function"
) {
return false
}
return true
}
// Set flag for unsupported browsers to be later reported to Heap since
// it hasn’t been loaded at this point:
const isSupportedBrowser = hasBrowserRequiredFeatures()
window.CV = window.CV || {}
window.CV.hasUnsupportedBrowser = !isSupportedBrowser
window.CV.sentryAttributionKey = null
window.sentryOnLoad = () => {
if (!isSupportedBrowser) {
if (
typeof console !== "undefined" &&
typeof console.warn === "function"
) {
console.warn(
"Error reporting disabled. This browser is not officially supported.",
)
}
return
}
Sentry.init({
release: "app-frontend@22f81c5c9336cf4b59a726969ae3ae8b95b1644d",
// Only track errors from JavaScript we serve
allowUrls: [/collegevine\.com/, /d28hdetl1q8yl2\.cloudfront\.net/],
beforeSend: (event, hint) => {
const exception = hint.originalException
// If the __sentryFingerprint field of the underlying exception is
// defined, use it as the fingerprint for the Sentry issue.
if (exception && exception.__sentryFingerprint) {
event.fingerprint = [exception.__sentryFingerprint]
}
return event
},
})
if (CV.sentryAttributionKey) {
Sentry.setContext("attribution", { key: CV.sentryAttributionKey })
Sentry.setTag("attribution", CV.sentryAttributionKey)
}
}
})()
</script>
<script crossorigin="anonymous" src="https://js.sentry-cdn.com/4d42713cd70d4bb0973933789bbaede8.min.js">
</script>
<!-- Google Consent Mode -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag("consent", "default", {
ad_storage: "denied",
analytics_storage: "denied",
ad_user_data: "denied",
ad_personalization: "denied",
wait_for_update: 500
});
gtag("set", "ads_data_redaction", true);
</script>
<!-- Osano -->
<script src="https://cmp.osano.com/Azyzp2TvnpgtM3kbz/02dc74f6-748a-4d06-aae6-1dda988cd583/osano.js">
</script>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-KT9ZYXLWZ5">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KT9ZYXLWZ5');
</script>
<script>
performance.mark('css:start')
performance.mark('css:lib:start')
</script>
<link as="style" href="https://d28hdetl1q8yl2.cloudfront.net/assets/select2/select2.min-15d6ad4dfdb43d0affad683e70029f97a8f8fc8637a28845009ee0542dccdf81.css" media="screen" rel="preload stylesheet">
<link as="style" href="https://d28hdetl1q8yl2.cloudfront.net/theme/fonts/feather/feather.min.css" media="screen" rel="preload stylesheet">
<link as="style" href="https://d28hdetl1q8yl2.cloudfront.net/theme/css/theme.min.css" media="screen" rel="preload stylesheet">
<link href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css" media="screen" rel="stylesheet">
<link as="style" href="https://d28hdetl1q8yl2.cloudfront.net/assets/app-2fb2d3b7182b2cc9a6fa10326ad106590ce9186de002af3b3b62a9cd1c0a79eb.css" media="screen" rel="preload stylesheet">
<link as="font" crossorigin="anonymous" href="https://d28hdetl1q8yl2.cloudfront.net/material-symbols.woff2" rel="preload"/>
<style>
@font-face {
font-family: 'Material Symbols Outlined';
font-style: normal;
font-display: block;
src: url(https://d28hdetl1q8yl2.cloudfront.net/material-symbols.woff2);
}
</style>
<link as="font" crossorigin="anonymous" href="https://d28hdetl1q8yl2.cloudfront.net/theme/fonts/cerebrisans/cerebrisans-regular.woff" rel="preload" type="font/woff"/>
<link as="font" crossorigin="anonymous" href="https://d28hdetl1q8yl2.cloudfront.net/theme/fonts/cerebrisans/cerebrisans-medium.woff" rel="preload" type="font/woff"/>
<link as="font" crossorigin="anonymous" href="https://d28hdetl1q8yl2.cloudfront.net/theme/fonts/cerebrisans/cerebrisans-semibold.woff" rel="preload" type="font/woff"/>
<link defer="defer" href="https://d28hdetl1q8yl2.cloudfront.net/assets/react-carousel/style-a5bd9ffcd5cf9c8602665e08588b6ce6e60fecb485f84e1d10e5f5c7d017614a.css" media="screen" rel="stylesheet">
<link defer="defer" href="https://d28hdetl1q8yl2.cloudfront.net/assets/react-calendar-9cde26b626ee3959ab153a9f22fa36a3909b0f738292e4c7927c6fd2899c2bc7.css" media="screen" rel="stylesheet">
<script>
performance.mark('css:lib:end')
</script>
<script>
performance.mark('css:pageStyles:start')
</script>
<link href="https://d28hdetl1q8yl2.cloudfront.net/assets/blog_disable_top_ctas-c4fc2c0b1b8801965adcee6ba52ea8af2c9fa560e74690e66590917687a68b7f.css" media="screen" rel="stylesheet">
<link as="style" href="https://d28hdetl1q8yl2.cloudfront.net/assets/blog-36c3db32330b7b0f548307bec9dad22566ee7e7b7d9ee776aa0a78a28fb76719.css" media="screen" rel="preload stylesheet">
<script>
performance.mark('css:pageStyles:end')
</script>
<script>
performance.mark('css:end')
</script>
<script>
;(function () {
function hasBrowserRequiredFeatures() {
try {
// template literals
eval("`test`")
// classes
eval("class Foo {}")
// arrow functions
eval("const increment = x => x + 1")
} catch (error) {
return false
}
// performance API
if (
typeof performance === "undefined" ||
typeof performance.clearMeasures !== "function"
) {
return false
}
return true
}
// Set flag for unsupported browsers to be later reported to Heap since
// it hasn’t been loaded at this point:
const isSupportedBrowser = hasBrowserRequiredFeatures()
window.CV = window.CV || {}
window.CV.hasUnsupportedBrowser = !isSupportedBrowser
window.CV.sentryAttributionKey = null
window.sentryOnLoad = () => {
if (!isSupportedBrowser) {
if (
typeof console !== "undefined" &&
typeof console.warn === "function"
) {
console.warn(
"Error reporting disabled. This browser is not officially supported.",
)
}
return
}
Sentry.init({
release: "app-frontend@22f81c5c9336cf4b59a726969ae3ae8b95b1644d",
// Only track errors from JavaScript we serve
allowUrls: [/collegevine\.com/, /d28hdetl1q8yl2\.cloudfront\.net/],
beforeSend: (event, hint) => {
const exception = hint.originalException
// If the __sentryFingerprint field of the underlying exception is
// defined, use it as the fingerprint for the Sentry issue.
if (exception && exception.__sentryFingerprint) {
event.fingerprint = [exception.__sentryFingerprint]
}
return event
},
})
if (CV.sentryAttributionKey) {
Sentry.setContext("attribution", { key: CV.sentryAttributionKey })
Sentry.setTag("attribution", CV.sentryAttributionKey)
}
}
})()
</script>
<script crossorigin="anonymous" src="https://js.sentry-cdn.com/4d42713cd70d4bb0973933789bbaede8.min.js">
</script>
<script>
window.CV = window.CV || {}
window.CV.featureFlags = {}
window.CV.trackedFeatureFlags = {
"ff_mkt_795_ai_menu_button": true,
"ff_uaq_487_ivy_notification_conversation": false,
"ff_uaq_549_new_ivy_onboarding_experience": true,
"ff_uaq_750_ivy_tutor_copy": "Free help",
"ff_uaq_752_add_modal_after_ivy_tutor_landing": true,
"ff_app_13500_cookie_consent_management": "osano",
"ff_rcr_2453_ask_for_shorelight_phone_number_earlier": false,
"ff_rcr_2353_enable_shorelight": true,
"ff_app_13805_mobile_push_notifications_contextual": true,
"ff_app_18741_ai_tastemaker_request_human_review": 1,
"ff_app_18969_brag_sheet_student_conversion": "obvious",
"ff_app_19904_ai_agents_home_page": true
}
CV.isMobileDevice = false
CV.mobileApp = {
manifest: null,
isStartup: false,
pushPermissionRequestMode: null,
}
CV.deviceCategory = "desktop"
CV.page = {
type: "blog",
blog: {
slug: "schools-that-grant-financial-aid-to-international-students-a-complete-list",
categories: "Financial Aid",
}
}
</script>
<script>
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey='rWXWySxnrfE3LkUSGnjwjOOc2hsfLtaC';;analytics.SNIPPET_VERSION="4.15.3";
analytics.load('rWXWySxnrfE3LkUSGnjwjOOc2hsfLtaC');
}}();
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/tracking-fa9713c983199b4698597ef97cb4bc9b49f5a33564ac751a6aa1bc959067ded0.js">
</script>
<script>
if (CV.tracking) {
CV.tracking.pageView()
}
</script>
<script>
if (CV.currentUser) {
if (CV.tracking) {
CV.tracking.identify(CV.currentUser.cvid)
}
}
</script>
<script>
!function (w, d, t) {
w.TiktokAnalyticsObject=t;var ttq=w[t]=w[t]||[];ttq.methods=["page","track","identify","instances","debug","on","off","once","ready","alias","group","enableCookie","disableCookie"],ttq.setAndDefer=function(t,e){t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}};for(var i=0;i<ttq.methods.length;i++)ttq.setAndDefer(ttq,ttq.methods[i]);ttq.instance=function(t){for(var e=ttq._i[t]||[],n=0;n<ttq.methods.length;n++)ttq.setAndDefer(e,ttq.methods[n]);return e},ttq.load=function(e,n){var i="https://analytics.tiktok.com/i18n/pixel/events.js";ttq._i=ttq._i||{},ttq._i[e]=[],ttq._i[e]._u=i,ttq._t=ttq._t||{},ttq._t[e]=+new Date,ttq._o=ttq._o||{},ttq._o[e]=n||{};n=document.createElement("script");n.type="text/javascript",n.async=!0,n.src=i+"?sdkid="+e+"&lib="+t;e=document.getElementsByTagName("script")[0];e.parentNode.insertBefore(n,e)};
ttq.load('C6AKVPCCAQFJ5EJE0GIG');
ttq.page();
}(window, document, 'ttq');
</script>
</link>
</link>
</link>
</link>
</link>
</link>
</link>
</link>
</link>
</meta>
</meta>
</head>
<body class="blog-sticky-top-nav blog-anonymous">
<a aria-label="Skip to main content" class="skip-to-main-content visuallyhidden focusable" href="#skip-to-main" tabindex="0">
Skip to main content
</a>
<nav class="bg-white navbar navbar-light navbar-user navbar-expand-md py-3 px-1 px-md-3">
<div class="d-flex align-items-center justify-content-between flex-grow-1 px-3 container">
<div class="d-flex align-items-center">
<a href="/">
<img class="img-fluid" src="https://d28hdetl1q8yl2.cloudfront.net/img/cv-logo.svg"/>
</a>
</div>
<div class="d-flex align-items-center justify-content-around bg-white">
<a class="text-gray-800 text-nowrap px-3 mx-1" href="https://www.collegevine.com/sage">
Sage
</a>
<a class="text-gray-800 text-nowrap px-3 mx-1" href="https://www.collegevine.com/admissions-calculator">
Chancing
</a>
<div class="dropdown">
<button class="btn btn-link py-0 px-3 text-gray-800 d-flex align-items-center justify-content-between dropdown-toggle">
<div class="text-nowrap">
Schools
</div>
<div class="material-symbol ms-2 ml-2 large text-muted">
expand_more
</div>
</button>
<div class="dropdown-menu z-index-popover">
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/schools/hub/all">
Explore Colleges
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/college-lists-and-rankings">
Rankings
</a>
</div>
</div>
<div class="dropdown">
<button class="btn btn-link py-0 px-3 text-gray-800 d-flex align-items-center justify-content-between dropdown-toggle">
<div class="text-nowrap">
Resources
</div>
<div class="material-symbol ms-2 ml-2 large text-muted">
expand_more
</div>
</button>
<div class="dropdown-menu z-index-popover">
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/ai/homework-help">
Homework Help
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/faq">
Expert FAQ
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/guidance">
Blog Articles
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://blog.collegevine.com/category/essays/essay-guides-2023-24/">
Essay Guides
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/livestreams">
Livestreams
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/monthly-scholarships">
Scholarships
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/communities/feed">
Community
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/essays/review">
Peer essay review
</a>
</div>
</div>
</div>
<a class="btn btn-success text-nowrap" href="https://www.collegevine.com/admissions-calculator">
Calculate your chances
</a>
</div>
</nav>
<nav class="navbar navbar-expand-md navbar-light" id="blog-secondary-nav">
<div class="container">
<button aria-controls="blog-secondary-nav-collapse" aria-expanded="false" aria-label="Toggle secondary navigation" class="navbar-toggler my-2" data-target="#blog-secondary-nav-collapse" data-toggle="collapse" type="button">
Show All Categories
</button>
<div class="navbar-collapse collapse" id="blog-secondary-nav-collapse">
<div class="input-group search-blog-posts d-none">
<input class="search-blog-posts-input form-control" placeholder="Search blog posts"/>
<div class="input-group-append">
<button class="btn btn-outline-primary" onclick="window.location = 'https://www.collegevine.com/blog/search/' + $('.search-blog-posts-input').val();" type="button">
<i class="fe fe-search line-height-0">
</i>
</button>
</div>
</div>
<ul class="navbar-nav hide-on-search">
<li class="nav-item mr-3 d-none d-md-inline-block">
<div class="navbar-text search-blog-posts-trigger">
<span class="fe large fe-search">
</span>
</div>
</li>
<li class="nav-item mr-3">
<a class="nav-link" href="https://blog.collegevine.com/">
All
</a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" href="https://blog.collegevine.com/category/college-admission/">
College Applications
</a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" href="https://blog.collegevine.com/category/essays/">
Essays
</a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" href="https://blog.collegevine.com/category/standardized-tests/">
Standardized Tests
</a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" href="https://blog.collegevine.com/category/extracurricular-activities/">
Extracurriculars
</a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" href="https://blog.collegevine.com/category/academics/">
Academics
</a>
</li>
<li class="nav-item mr-3 d-none d-md-inline-block">
<div class="navbar-text">
|
</div>
</li>
<li class="nav-item mr-3">
<a class="nav-link" href="https://blog.collegevine.com/category/grades/9th-grade/">
9th Grade
</a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" href="https://blog.collegevine.com/category/grades/10th-grade/">
10th Grade
</a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" href="https://blog.collegevine.com/category/grades/11th-grade/">
11th Grade
</a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" href="https://blog.collegevine.com/category/grades/12th-grade/">
12th Grade
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="skip-to-main" id="skip-to-main" tabindex="-1">
</div>
<div class="" id="a13a2930">
<div class="mt-2 mb-0 lite-chancing-cta lite-chancing-cta-left-sidebar" data-reactroot="">
<div class="card d-flex flex-column lite-chancing-cta-left-sidebar-card mb-0 pb-0">
<div class="card-body pb-0 pt-0 bg-white">
<div class="mr-1 mt-1">
<h3 class="mt-3">
What are your chances of acceptance?
</h3>
<div class="mt-1">
<a class="t--lite-chancing-cta-left-sidebar-complete-full-profile" href="https://www.collegevine.com/admissions-calculator">
<h3 class="">
Calculate for all schools
</h3>
</a>
</div>
<h5 class="text-muted text-uppercase">
Your chance of acceptance
</h5>
<div class="chanced-schools-view-lite d-flex flex-row justify-content-start border border-1 p-0 bg-white mb-2 t--lite-chancing-cta-left-sidebar-schoolview bg-white">
<img alt="Duke University" class="" sizes="" src="?w=48&h=48&fit=crop&crop=edges&dpr=2&q=60&auto=format" srcset="" style="width:48px;height:48px"/>
<div class="school-details d-flex flex-row justify-content-between align-items-center ml-2">
<div class="d-flex flex-column justify-content-start">
Duke University
<div class="spinner-border spinner-border-sm text-primary small" role="status">
<div class="sr-only">
Loading…
</div>
</div>
</div>
<span class="fe fe-x text-muted cursor-pointer mr-2">
</span>
</div>
</div>
<div class="chanced-schools-view-lite d-flex flex-row justify-content-start border border-1 p-0 bg-white mb-2 t--lite-chancing-cta-left-sidebar-schoolview bg-white">
<img alt=" UCLA" class="" sizes="" src="?w=48&h=48&fit=crop&crop=edges&dpr=2&q=60&auto=format" srcset="" style="width:48px;height:48px"/>
<div class="school-details d-flex flex-row justify-content-between align-items-center ml-2">
<div class="d-flex flex-column justify-content-start">
UCLA
<div class="spinner-border spinner-border-sm text-primary small" role="status">
<div class="sr-only">
Loading…
</div>
</div>
</div>
<span class="fe fe-x text-muted cursor-pointer mr-2">
</span>
</div>
</div>
<button class="btn btn-link t--lite-chancing-cta-left-sidebar-add-school">
+ add school
</button>
<h5 class="mt-3 text-muted text-uppercase">
Your chancing factors
</h5>
<div class="mt-2 mb-3">
<span class="mb-2">
Unweighted GPA:
</span>
<span class="gpa">
<strong class="">
3.7
</strong>
</span>
<div class="t--lite-chancing-cta-left-sidebar-gpa">
<div aria-label="GPA slider">
<div style="transform:scale(1);cursor:pointer;height:4px;border-radius:8px;background:linear-gradient(to right, #008CFD 0%, #008CFD 90%, #E3EBF6 90%, #E3EBF6 100%)">
<svg aria-valuemax="4" aria-valuemin="1" aria-valuenow="3.7" draggable="false" fill="none" height="18" role="slider" style="position:absolute;z-index:0;cursor:grab;user-select:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none" tabindex="0" viewbox="0 0 18 18" width="18" xmlns="http://www.w3.org/2000/svg">
<circle cx="9" cy="9" fill="#FFF" r="8.5" stroke="#6E84A3">
</circle>
<path d="M7.5 6L7.5 12" stroke="#6E84A3">
</path>
<path d="M10.5 6L10.5 12" stroke="#6E84A3">
</path>
</svg>
</div>
</div>
</div>
<div class="mt-2 d-flex flex-row justify-content-between">
<div class="">
1.0
</div>
<div class="">
4.0
</div>
</div>
</div>
<div class="mb-3 d-flex flex-row justify-content-between">
<div class="small t--lite-chancing-cta-left-sidebar-sat-math" style="flex-basis:46%">
SAT:
<strong class="">
720 math
</strong>
<div aria-label="SAT math score slider">
<div style="transform:scale(1);cursor:pointer;height:4px;border-radius:8px;background:linear-gradient(to right, #008CFD 0%, #008CFD 86.66666666666667%, #E3EBF6 86.66666666666667%, #E3EBF6 100%)">
<svg aria-valuemax="800" aria-valuemin="200" aria-valuenow="720" draggable="false" fill="none" height="18" role="slider" style="position:absolute;z-index:0;cursor:grab;user-select:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none" tabindex="0" viewbox="0 0 18 18" width="18" xmlns="http://www.w3.org/2000/svg">
<circle cx="9" cy="9" fill="#FFF" r="8.5" stroke="#6E84A3">
</circle>
<path d="M7.5 6L7.5 12" stroke="#6E84A3">
</path>
<path d="M10.5 6L10.5 12" stroke="#6E84A3">
</path>
</svg>
</div>
</div>
<div class="mt-2 d-flex flex-row justify-content-between">
<div class="">
200
</div>
<div class="">
800
</div>
</div>
</div>
<div class="small t--lite-chancing-cta-left-sidebar-sat-verbal" style="flex-basis:46%">
|
<strong class="">
800 verbal
</strong>
<div aria-label="SAT verbal score slider">
<div style="transform:scale(1);cursor:pointer;height:4px;border-radius:8px;background:linear-gradient(to right, #008CFD 0%, #008CFD 100%, #E3EBF6 100%, #E3EBF6 100%)">
<svg aria-valuemax="800" aria-valuemin="200" aria-valuenow="800" draggable="false" fill="none" height="18" role="slider" style="position:absolute;z-index:0;cursor:grab;user-select:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none" tabindex="0" viewbox="0 0 18 18" width="18" xmlns="http://www.w3.org/2000/svg">
<circle cx="9" cy="9" fill="#FFF" r="8.5" stroke="#6E84A3">
</circle>
<path d="M7.5 6L7.5 12" stroke="#6E84A3">
</path>
<path d="M10.5 6L10.5 12" stroke="#6E84A3">
</path>
</svg>
</div>
</div>
<div class="mt-2 d-flex flex-row justify-content-between">
<div class="">
200
</div>
<div class="">
800
</div>
</div>
</div>
</div>
</div>
<div class="mb-2">
<div class="dropdown t--lite-chancing-cta-gender gender-dropdown w-100">
<button aria-label="Gender dropdown" class="btn btn-outline-secondary mw-100 text-truncate dropdown-toggle">
Gender not specified
</button>
</div>
</div>
<div class="text-body">
<div class="t--lite-chancing-mobile-and-left-sidebar-extracurriculars d-flex flex-row justify-content-between align-items-center">
<h4 class="mt-3">
Extracurriculars
</h4>
<div class="">
<a aria-label="Add extracurriculars" class="t--lite-chancing-mobile-and-left-sidebar-add-ec" href="#">
+ add
</a>
</div>
</div>
<div class="mt-0 pb-3 mb-2">
</div>
<div class="mb-2">
</div>
</div>
<div class="small">
<span class="text-danger">
Low accuracy
</span>
<span class="text-muted">
(4 of 18 factors)
</span>
</div>
<div class="progress mb-4" style="background-color:#95aac9;height:3px">
<div class="progress-bar bg-danger" role="progressbar" style="width:15%">
</div>
</div>
<div class="mt-1">
<a class="t--lite-chancing-cta-left-sidebar-complete-full-profile btn btn-primary w-100" href="https://www.collegevine.com/admissions-calculator">
<span class="">
Add more factors ›
</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="ml-4 pl-2">
<script>
// We used to use Heap Analytics for metrics tracking, and during that
// period a bunch of Heap invocations were inlined into blog post CTAs.
// Removing them is difficult due to the way they have been added so
// rather than doing that exhaustively, this mock has been added to
// prevent JS reference errors.
const heap = { track: () => {} };
</script>
<div class="container pt-4 blog-post-container blog-post-container-left-sidebar">
<div class="row">
<div class="col-12 col-md-8 mt-4 mt-md-0">
<div class="blog-post-body">
<div class="posted-on text-secondary small">
<span>
<div class="avatar avatar-xs mr-1">
<img class="avatar-img rounded-circle" loading="lazy" src="https://secure.gravatar.com/avatar/3655aae6664f3efe90d402a8e8096353?s=96&d=mm&r=g"/>
</div>
<a class="text-body font-weight-bold fw-bold" href="/author/varun-srinivasancollegevine-com">
Varun Srinivasan
</a>
</span>
<span>
<time datetime="2023-07-17T00:00:00Z">
July 17, 2023
</time>
</span>
<span>
6
</span>
<span>
<a class="text-secondary" href="https://blog.collegevine.com/category/college-admission/financial-aid/">
Financial Aid
</a>
</span>
</div>
<h1 class="mt-5">
268 Schools that Give Financial Aid to International Students
</h1>
<html>
<body>
<h2>
What’s Covered:
</h2>
<ul>
<li>
<a href="#sources">
Sources of Financial Aid for International Students
</a>
</li>
<li>
<a href="#needblind">
Colleges Offering Need-Blind Financial Aid to International Students
</a>
</li>
<li>
<a href="#aid">
Colleges That Offer Financial Aid to International Students
</a>
</li>
<li>
<a href="#chances">
What Are Your Chances of Acceptance?
</a>
</li>
</ul>
<p>
</p>
<p>
In an effort to increase diversity and welcome new perspectives, more and more colleges are accepting international students. In turn, more international students are looking to study in the United States.
</p>
<p>
</p>
<p>
This can bring international students many opportunities, but often, it comes with a hefty price tag. Financial aid can help offset the cost, but not every school gives international students aid. So, which colleges offer financial aid to international students?
</p>
<p>
</p>
<p>
Read on for a full list of U.S. colleges and universities that offer financial aid to international students and tips to keep in mind as you apply.
</p>
<p>
</p>
<h2 id="sources">
Sources of Financial Aid for International Students
</h2>
<p>
</p>
<p>
The financial aid process is complicated for American students, nevermind the added paperwork of applying as an international student. To start, estimate the total or true cost of the school, taking into account the full price tag, including tuition, room, and board.
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Scholarships
</span>
</h3>
<p>
</p>
<p>
Many colleges offer scholarships specifically for international students, and organizations— such as
<a href="https://educationusa.state.gov/">
EducationUSA
</a>
, a program run by the U.S. Department of State—offer even more. Keep in mind that the scholarship requirements for GPA, test scores, and other factors are often very high. Learn more about these scholarships in
<a href="https://blog.collegevine.com/u-s-college-scholarships-for-international-students/">
U.S. College Scholarships for International Students
</a>
.
</p>
<p>
</p>
<p>
Some scholarships are need-based, meaning they are granted to students based on their financial circumstances, while others are merit-based, meaning they are based on your qualifications. Some colleges offer merit-based scholarships for international students, such as
<a href="https://blog.collegevine.com/the-ultimate-guide-to-applying-to-carleton/">
Carleton College
</a>
’s Full-Tuition Scholarships, which are granted to six international students every year.
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Financial Aid
</span>
</h3>
<p>
</p>
<p>
You’ll also need to familiarize yourself with the terms
<a href="https://blog.collegevine.com/financial-aid-need-blind-vs-need-aware-admissions">
need-blind and need-aware
</a>
. Need-blind means the college doesn’t take into account your financial situation and whether you’ll need financial aid when making its admissions decisions. Need-aware means your need for financial aid is a factor in the admissions process. Many colleges are need-blind for American students but need-aware for international students.
</p>
<p>
</p>
<p>
International students are not eligible for federal work-study, but some colleges offer their own work-study programs for which you may qualify. Remember to keep in mind the requirements of your student visa, because there may be work restrictions.
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Other Alternatives
</span>
</h3>
<p>
</p>
<p>
Consider different paths if the cost of college is a roadblock. You could, for example, start at a cheaper community college and transfer, such that you’re spending less time—and fewer tuition dollars—at a more expensive college or university but still graduating with a degree from that school.
</p>
<p>
</p>
<h2 id="needblind">
Colleges Offering Need-Blind Financial Aid to International Students
</h2>
<p>
</p>
<p>
The below colleges and universities don’t take your financial need into account when making admissions decisions, meaning they are need-blind. These schools meet international students’ full financial aid needs through a combination of scholarships and other resources.
</p>
<p>
</p>
<p>
</p>
<table style="width: 90.80803210943809%;">
<tbody>
<tr>
<td style="width: 43.82872539520314%;">
<p>
School
</p>
</td>
<td style="width: 10.882520805404763%;">
<p>
State
</p>
</td>
<td style="width: 25.227963525835868%;">
<p>
Undergrad Enrollment
</p>
</td>
<td style="width: 22.796352583586625%;">
<p>
Acceptance Rate
</p>
</td>
</tr>
<tr>
<td style="width: 43.82872539520314%;">
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/amherst-college">
Amherst College
</a>
</p>
</td>
<td style="width: 10.882520805404763%;">
<p>
MA
</p>
</td>
<td style="width: 25.227963525835868%;">
<p>
1,900
</p>
</td>
<td style="width: 22.796352583586625%;">
<p>
9%
</p>
</td>
</tr>
<tr>
<td style="width: 43.82872539520314%;">
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/harvard-university">
Harvard University
</a>
</p>
</td>
<td style="width: 10.882520805404763%;">
<p>
MA
</p>
</td>
<td style="width: 25.227963525835868%;">
<p>
5,200
</p>
</td>
<td style="width: 22.796352583586625%;">
<p>
3.4%
</p>
</td>
</tr>
<tr>
<td style="width: 43.82872539520314%;">
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/massachusetts-institute-of-technology-mit">
Massachusetts Institute of Technology | MIT
</a>
</p>
</td>
<td style="width: 10.882520805404763%;">
<p>
MA
</p>
</td>
<td style="width: 25.227963525835868%;">
<p>
4,600
</p>
</td>
<td style="width: 22.796352583586625%;">
<p>
4%
</p>
</td>
</tr>
<tr>
<td style="width: 43.82872539520314%;">
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/princeton-university">
Princeton University
</a>
</p>
</td>
<td style="width: 10.882520805404763%;">
<p>
NJ
</p>
</td>
<td style="width: 25.227963525835868%;">
<p>
5,300
</p>
</td>
<td style="width: 22.796352583586625%;">
<p>
5.8%
</p>
</td>
</tr>
<tr>
<td style="width: 43.82872539520314%;">
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/yale-university">
Yale University
</a>
</p>
</td>
<td style="width: 10.882520805404763%;">
<p>
CT
</p>
</td>
<td style="width: 25.227963525835868%;">
<p>
6,500
</p>
</td>
<td style="width: 22.796352583586625%;">
<p>
4.4%
</p>
</td>
</tr>
</tbody>
</table>
<p>
</p>
<h2 id="aid">
Schools That Offer Financial Aid to International Students
</h2>
<p>
</p>
<p>
The below schools offer financial aid to international students. They are organized by state and alphabetically within each state.
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Arizona
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/embry-riddle-aeronautical-university-prescott">
Embry-Riddle Aeronautical University
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Arkansas
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/harding-university">
Harding University
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
California
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.alliant.edu/">
Alliant International University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/artcenter-college-of-design-artcenter">
ArtCenter College of Design
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/azusa-pacific-university-apu">
Azusa Pacific University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/california-lutheran-university">
California Lutheran University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/california-state-university-san-bernardino">
California State University San Bernardino
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/claremont-mckenna-college-cmc">
Claremont McKenna College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/dominican-university-of-california">
Dominican University of California
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/menlo-college">
Menlo College
</a>
</p>
<p>
<a href="https://www.ndnu.edu/">
Notre Dame de Namur University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/occidental-college">
Occidental College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/pepperdine-university">
Pepperdine University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/saint-mary-s-college-of-california-st-mary-s">
Saint Mary’s College of California
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/stanford-university">
Stanford University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-san-diego-usd">
University of San Diego
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-southern-california-usc">
University of Southern California
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/whittier-college">
Whittier College
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Colorado
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/naropa-university">
Naropa University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-denver">
University of Denver
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Connecticut
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/connecticut-college">
CT College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/quinnipiac-university">
Quinnipiac University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-bridgeport">
University of Bridgeport
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/wesleyan-university">
Wesleyan University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/yale-university">
Yale University
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Delaware
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/goldey-beacom-college">
Goldey-Beacom College
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
District of Columbia
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/american-university">
American University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/catholic-university-of-america-cua">
The Catholic University of America
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/george-washington-university-gw">
The George Washington University
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Florida
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/eckerd-college">
Eckerd College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/florida-institute-of-technology-florida-tech">
Florida Institute of Technology
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/florida-southern-college">
Florida Southern College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/lynn-university">
Lynn University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/northwood-university">
Northwood University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/ringling-college-of-art-and-design">
Ringling School of Art and Design
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/rollins-college">
Rollins College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/saint-leo-university">
Saint Leo University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-tampa">
The University of Tampa
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-central-florida-ucf">
University of Central Florida
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-miami">
University of Miami
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Georgia
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/agnes-scott-college">
Agnes Scott College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/emory-university">
Emory University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/savannah-college-of-art-and-design-scad">
The Savannah College of Art and Design
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Illinois
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/augustana-university">
Augustana College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/depaul-university">
DePaul University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/elmhurst-university">
Elmhurst College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/illinois-college">
Illinois College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/illinois-institute-of-technology-illinois-tech">
Illinois Institute of Technology
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/illinois-wesleyan-university">
Illinois Wesleyan University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/knox-college">
Knox College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/lake-forest-college">
Lake Forest College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/northwestern-university">
Northwestern University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/saint-xavier-university">
Saint Xavier University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/school-of-the-art-institute-of-chicago-saic">
The School of the Art Institute of Chicago
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-chicago">
The University of Chicago
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Indiana
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/ball-state-university-bsu">
Ball State University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/butler-university">
Butler University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/depauw-university">
DePauw University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/earlham-college">
Earlham College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/manchester-university">
Manchester College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/purdue-university">
Purdue University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/saint-mary-s-college-indiana">
Saint Mary’s College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-evansville">
University of Evansville
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-southern-indiana-usi">
University of Southern Indiana
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/valparaiso-university-valpo">
Valparaiso University
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Iowa
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/clarke-university">
Clarke College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/cornell-college">
Cornell College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/drake-university">
Drake University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/grinnell-college">
Grinnell College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/loras-college">
Loras College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/luther-college">
Luther College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-dubuque">
University of Dubuque
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/wartburg-college">
Wartburg College
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Kentucky
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/berea-college">
Berea College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/campbellsville-university">
Campbellsville University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/centre-college">
Centre College
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Louisiana
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/tulane-university">
Tulane University
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Maryland
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/notre-dame-of-maryland-university">
College of Notre Dame of Maryland
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/goucher-college">
Goucher College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/hood-college">
Hood College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/johns-hopkins-university-jhu">
Johns Hopkins University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/maryland-institute-college-of-art-mica">
Maryland Institute College of Art
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/st-john-s-college-sjc-maryland">
St John’s College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/washington-college">
Washington College
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Massachusetts
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/american-international-college-aic">
American International College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/amherst-college">
Amherst College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/babson-college">
Babson College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/bentley-university">
Bentley College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/boston-university-bu">
Boston University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/brandeis-university">
Brandeis University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/clark-university">
Clark University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/dean-college">
Dean College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/emerson-college">
Emerson College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/endicott-college">
Endicott College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/hampshire-college">
Hampshire College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/harvard-university">
Harvard College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/massachusetts-college-of-art-and-design">
MA College of Art
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-massachusetts-amherst-umass-amherst">
Mount Ida College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/northeastern-university">
Northeastern University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/regis-college-massachusetts">
Regis College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/tufts-university">
School of the Museum of Fine Arts, Boston
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/smith-college">
Smith College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/suffolk-university">
Suffolk University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/lesley-university">
The Art Institute of Boston at Lesley University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/berklee-college-of-music-berklee">
The Boston Conservatory
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/tufts-university">
Tufts University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/wellesley-college">
Wellesley College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/wentworth-institute-of-technology-wit">
Wentworth Institute of Technology
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/wheaton-college-massachusetts">
Wheaton College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/williams-college">
Williams College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/worcester-polytechnic-institute-wpi">
Worcester Polytechnic Institute
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Michigan
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/adrian-college">
Adrian College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/albion-college">
Albion College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/calvin-university">
Calvin College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/college-for-creative-studies">
College for Creative Studies
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/grand-valley-state-university-gvsu">
Grand Valley State University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/hope-college">
Hope College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/kalamazoo-college">
Kalamazoo College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/lawrence-technological-university">
Lawrence Technological University
</a>
</p>
<h3>
</h3>
<h3>
<span style="font-weight: 400;">
Minnesota
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/carleton-college">
Carleton College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/saint-johns-university">
College of Saint Benedict/Saint John’s University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/st-catherine-university">
College of St Catherine
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/concordia-college-minnesota">
Concordia College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/hamline-university">
Hamline University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/macalester-college">
Macalester College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/minnesota-state-university-mankato">
Minnesota State University Mankato
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/st-olaf-college">
St Olaf College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/college-of-saint-scholastica">
The College of St Scholastica
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Missouri
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/columbia-college-missouri">
Columbia College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/culver-stockton-college">
Culver Stockton College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/saint-louis-university-slu">
Saint Louis University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/washington-university-in-st-louis-washu">
Washington University in St Louis
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/webster-university">
Webster University
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Montana
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/rocky-mountain-college-rmc">
Rocky Mountain College
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Nebraska
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/creighton-university">
Creighton University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-nebraska-omaha-uno">
University of Nebraska at Omaha
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
New Hampshire
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/dartmouth-college">
Dartmouth College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/new-england-college">
New England College
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
New Jersey
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/drew-university">
Drew University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/fairleigh-dickinson-university-metropolitan-campus">
Fairleigh Dickinson University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/monmouth-university">
Monmouth University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/princeton-university">
Princeton University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/stevens-institute-of-technology">
Stevens Institute of Technology
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
New Mexico
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/new-mexico-highlands-university">
New Mexico Highlands University
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
New York
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/adelphi-university">
Adelphi University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/bard-college">
Bard College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/berkeley-college-new-york">
Berkeley College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/clarkson-university">
Clarkson University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/colgate-university">
Colgate University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/columbia-university">
Columbia University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/cornell-university">
Cornell University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/d-youville-university">
D’Youville College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/elmira-college">
Elmira College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/new-school">
Eugene Lang College/New School University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/fisher-college">
Fisher College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/fordham-university">
Fordham University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/hamilton-college">
Hamilton College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/hobart-and-william-smith-colleges-hws">
Hobart and William Smith Colleges
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/iona-college">
Iona College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/ithaca-college">
Ithaca College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/rensselaer-polytechnic-institute-rpi">
Lally School of Management & Technology
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/manhattanville-college">
Manhattanville College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/niagara-university">
Niagara University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/new-york-university-nyu">
New York University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/new-school">
Parsons the New School for Design, NY
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/rochester-institute-of-technology-rit">
Rochester Institute of Technology
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/school-of-visual-arts">
School of Visual Arts
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/skidmore-college">
Skidmore College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/st-lawrence-university">
St Lawrence University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/suny-college-at-plattsburgh">
State University of New York-Plattsburgh
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/union-college-new-york">
Union College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-rochester">
University of Rochester
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/utica-university">
Utica College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/vassar-college">
Vassar College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/wells-college">
Wells College
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
North Carolina
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/campbell-university">
Campbell University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/davidson-college">
Davidson College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/duke-university">
Duke University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/elon-university">
Elon University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/guilford-college">
Guilford College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/methodist-college">
Methodist College
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Ohio
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/antioch-college">
Antioch College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/ashland-university">
Ashland University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/denison-university">
Denison University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/hiram-college">
Hiram College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/kenyon-college">
Kenyon College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/miami-university">
Miami University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/ohio-wesleyan-university">
Ohio Wesleyan University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/college-of-wooster">
The College of Wooster
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/ohio-state-university-osu">
Ohio State University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-cincinnati">
University of Cincinnati
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/wittenberg-university">
Wittenberg University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/xavier-university">
Xavier University
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Oklahoma
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-tulsa">
The University of Tulsa
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Oregon
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/george-fox-university-gfu">
George Fox University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/lewis-clark-college">
Lewis & Clark College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/linfield-college">
Linfield College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/reed-college">
Reed College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-oregon">
University of Oregon
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-portland">
University of Portland
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Pennsylvania
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/albright-college">
Albright College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/bryn-mawr-college">
Bryn Mawr College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/bucknell-university">
Bucknell University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/chatham-university">
Chatham College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/dickinson-college">
Dickinson College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/drexel-university">
Drexel University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/duquesne-university">
Duquesne University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/elizabethtown-college-e-town">
Elizabethtown College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/franklin-and-marshall-college-f-m">
Franklin & Marshall College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/gettysburg-college">
Gettysburg College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/juniata-college">
Juniata College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/la-roche-university">
La Roche College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/lafayette-college">
Lafayette College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/lebanon-valley-college">
Lebanon Valley College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/lehigh-university">
Lehigh University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/marywood-university">
Marywood University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/moravian-university">
Moravian College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/seton-hill-university">
Seton-Hill University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/shippensburg-university-of-pennsylvania">
Shippensburg University of Pennsylvania
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/slippery-rock-university-of-pennsylvania">
Slippery Rock University of Pennsylvania
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/susquehanna-university">
Susquehanna University
</a>
</p>
<p>
<a href="http://r/">
Swarthmore College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-the-arts-uarts">
The University of The Arts
</a>
</p>
<p>
<a href="https://collegevine.com/schools/hub/all/d/university-of-pennsylvania-upenn">
University of Pennsylvania
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/ursinus-college">
Ursinus College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/villanova-university">
Villanova University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/widener-university">
Widener University
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Rhode Island
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/brown-university">
Brown University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/bryant-university">
Bryant University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/johnson-and-wales-university-providence">
Johnson & Wales University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/roger-williams-university-rwu">
Roger Williams University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/salve-regina-university">
Salve Regina University
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Tennessee
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/belmont-university">
Belmont University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/carson-newman-university">
Carson-Newman College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-memphis">
Memphis College of Art
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/rhodes-college">
Rhodes College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/sewanee-the-university-of-the-south-sewanee">
Sewanee, The University of the South
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/vanderbilt-university">
Vanderbilt University
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Texas
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/rice-university">
Rice University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/southern-methodist-university-smu">
Southern Methodist University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/st-mary-s-university-texas">
St Mary’s University, San Antonio
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/stephen-f-austin-state-university">
Stephen F Austin State University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/texas-christian-university-tcu">
Texas Christian University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/trinity-university">
Trinity University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-dallas">
University of Dallas
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Vermont
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/bennington-college">
Bennington College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/landmark-college">
Landmark College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/middlebury-college">
Middlebury College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/st-michael-s-college">
Saint Michael’s College
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Virginia
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/george-mason-university">
George Mason University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/randolph-college">
Randolph College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/roanoke-college">
Roanoke College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/shenandoah-university">
Shenandoah University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/sweet-briar-college">
Sweet Briar College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-richmond">
University of Richmond
</a>
</p>
<p>
Virginia International University
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/washington-and-lee-university">
Washington and Lee University
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Washington
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/cornish-college-of-the-arts">
Cornish College of the Arts
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/pacific-lutheran-university">
Pacific Lutheran University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-puget-sound">
University of Puget Sound
</a>
</p>
<p>
<a href="http://collegevine.com/schools/hub/all/d/whitman-college">
Whitman College
</a>
</p>
<p>
</p>
<h3>
<span style="font-weight: 400;">
Wisconsin
</span>
</h3>
<p>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/beloit-college">
Beloit College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/lawrence-university">
Lawrence University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/marquette-university">
Marquette University
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/saint-norbert-college">
St Norbert College
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-wisconsin-eau-claire">
University of Wisconsin-Eau Claire
</a>
</p>
<p>
<a href="https://www.collegevine.com/schools/hub/all/d/university-of-wisconsin-superior">
University of Wisconsin-Superior
</a>
</p>
<p>
</p>
<p>
To learn more about the financial aid process and admissions process for international students, check out:
</p>
<p>
</p>
<ul>
<li aria-level="1">
<a href="https://blog.collegevine.com/how-to-evaluate-compare-and-leverage-financial-aid/">
How to Evaluate, Compare, and Leverage Financial Aid
</a>
</li>
<li aria-level="1">
<a href="https://blog.collegevine.com/how-is-the-admissions-process-different-for-international-students/">
How Is the Admissions Process Different for International Students?
</a>
</li>
</ul>
<p>
</p>
<p>
To learn more about the application process for overseas students, you might want to read:
</p>
<p>
</p>
<ul>
<li aria-level="1">
<a href="https://blog.collegevine.com/the-american-college-admissions-process-made-easy-a-guide-for-international-students/">
The American College Admissions Process Made Easy: A Guide for International Students
</a>
</li>
</ul>
<p>
</p>
<h2>
What Are Your Chances of Acceptance?
</h2>
<p>
</p>
<p>
If you want to get a general sense of what schools might be a good fit for you, check out
<a href="https://www.collegevine.com/admissions-calculator">
CollegeVine’s free Admissions Calculator
</a>
to evaluate your chances of getting accepted into various colleges. While it’s not entirely accurate for international students yet, it can still offer a general idea of what your odds are. It’s a free, handy tool to explore and shortlist colleges that align with your academic profile and aspirations. The unique tool uses factors ranging from extracurriculars, GPA and standardized testing scores to generate your unique chances of admission for a school of your choosing.
</p>
<script type="text/javascript">
if (typeof fbq == 'undefined') {
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','//connect.facebook.net/en_US/fbevents.js');
fbq('init', '601720889978592');
fbq('track', "PageView");
}
</script>
<noscript>
<img height="1" src="https://www.facebook.com/tr?id=601720889978592&ev=PageView&noscript=1" style="display:none" width="1">
</img>
</noscript>
</body>
</html>
</div>
<div class="bg-light py-4 mt-3 mt-md-5 text-center share-box">
<div>
Loved the article?
<strong>
Share it!
</strong>
</div>
<div class="d-inline-flex mt-3">
<a class="share-link" href="#" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=https://blog.collegevine.com/schools-that-grant-financial-aid-to-international-students-a-complete-list', '', 'width=600, height=500'); event.preventDefault()" style="background-image: url(https://d28hdetl1q8yl2.cloudfront.net/img/icons/social/facebook-2.svg)">
</a>
<a class="share-link" href="#" onclick="window.open('https://twitter.com/intent/tweet?text=268 Schools that Give Financial Aid to International Students&url=https://blog.collegevine.com/schools-that-grant-financial-aid-to-international-students-a-complete-list', '', 'width=600, height=500'); event.preventDefault()" style="background-image: url(https://d28hdetl1q8yl2.cloudfront.net/img/icons/social/twitter.svg)">
</a>
<a class="share-link" href="mailto:?subject=268 Schools that Give Financial Aid to International Students&body=https://blog.collegevine.com/schools-that-grant-financial-aid-to-international-students-a-complete-list" rel="noopener" style="background-image: url(https://d28hdetl1q8yl2.cloudfront.net/img/icons/social/email.svg)" target="_blank">
</a>
<a class="share-link" href="https://www.facebook.com/dialog/send?app_id=140586622674265&redirect_uri=https://www.collegevine.com/&link=https://blog.collegevine.com/schools-that-grant-financial-aid-to-international-students-a-complete-list" rel="noopener" style="background-image: url(https://d28hdetl1q8yl2.cloudfront.net/img/icons/social/fb-messenger.svg)" target="_blank">
</a>
<a class="share-link" href="#" onclick="window.open('https://www.linkedin.com/sharing/share-offsite/?url=https://blog.collegevine.com/schools-that-grant-financial-aid-to-international-students-a-complete-list', '', 'width=600, height=500'); event.preventDefault()" style="background-image: url(https://d28hdetl1q8yl2.cloudfront.net/img/icons/social/linkedin.svg)">
</a>
</div>
</div>
<div class="row mt-5 mt-md-6">
<div class="col-auto pr-0">
<div class="avatar avatar-md mr-1">
<img class="avatar-img rounded-circle" loading="lazy" src="https://secure.gravatar.com/avatar/3655aae6664f3efe90d402a8e8096353?s=96&d=mm&r=g"/>
</div>
</div>
<div class="col">
<a class="text-body font-weight-bold fw-bold" href="/author/varun-srinivasancollegevine-com">
Varun Srinivasan
</a>
<div>
Writer
</div>
</div>
</div>
<hr/>
<div class="row mb-6">
<div class="col-12 col-md-6 mb-4 mb-md-0">
<div class="large font-weight-bold fw-bold mb-3">
Short Bio
</div>
Varun is a recent graduate from Arizona State University, Tempe, with a degree in Computer Science. He aims to share his knowledge of computer science, the IB Diploma Program, and all things college-related with high school students. In his free time, he can be found performing DJ sets or cooking!
</div>
<div class="col-12 col-md-6">
<div class="large font-weight-bold fw-bold mb-3">
Other articles by Varun
</div>
<a href="https://blog.collegevine.com/a-complete-list-of-all-bs-md-programs/">
A Complete List of All BS/MD Programs in 2024
</a>
<div class="posted-on text-secondary small">
<span>
<time datetime="2024-07-23T00:00:00Z">
July 23, 2024
</time>
</span>
<span>
<a class="text-secondary" href="https://blog.collegevine.com/category/college-admission/pre-med/">
Pre-Med
</a>
<span class="mr-1">
,
</span>
<a class="text-secondary" href="https://blog.collegevine.com/category/college-admission/seven-year-medical-programs/">
Seven Year Medical Programs
</a>
</span>
</div>
<hr/>
<a href="https://blog.collegevine.com/colleges-requiring-sat-act/">
A Complete List of Colleges Requiring SAT/ACT 2024-2025
</a>
<div class="posted-on text-secondary small">
<span>
<time datetime="2024-07-16T00:00:00Z">
July 16, 2024
</time>
</span>
<span>
<a class="text-secondary" href="https://blog.collegevine.com/category/college-admission/choosing-a-college/">
College Lists
</a>
<span class="mr-1">
,
</span>
<a class="text-secondary" href="https://blog.collegevine.com/category/standardized-tests/">
Standardized Tests
</a>
</span>
</div>
<hr/>
<a href="https://blog.collegevine.com/high-school-summer-programs-in-nevada/">
10 Summer Programs in Nevada for High Schoolers in 2024
</a>
<div class="posted-on text-secondary small">
<span>
<time datetime="2024-05-14T00:00:00Z">
May 14, 2024
</time>
</span>
<span>
<a class="text-secondary" href="https://blog.collegevine.com/category/extracurricular-activities/summer-activities/">
Summer Activities
</a>
</span>
</div>
<hr/>
<a href="/author/varun-srinivasancollegevine-com">
View all
</a>
</div>
</div>
</div>
</div>
<div class="row mb-7">
<div class="col-12 related-posts">
<h3>
Related CollegeVine Blog Posts
</h3>
<hr/>
<div class="row">
<div class="col-12 col-md mb-5 mb-md-0">
<article class="post-card category-Applying to College category-Scholarships">
<a href="https://blog.collegevine.com/u-s-college-scholarships-for-international-students/">
<img loading="lazy" src="https://blog.collegevine.com/wp-content/uploads/2017/03/globe-599486_1920-150x150.jpg"/>
</a>
<div class="post-card-title">
<a href="https://blog.collegevine.com/u-s-college-scholarships-for-international-students/">
U.S. College Scholarships for International Students
</a>
</div>
<div class="post-card-meta">
<span>
<a href="https://blog.collegevine.com/category/college-admission/" rel="category tag">
Applying to College
</a>
,
<a href="https://blog.collegevine.com/category/college-admission/scholarships/" rel="category tag">
Scholarships
</a>
</span>
</div>
</article>
</div>
<div class="col-12 col-md mb-5 mb-md-0">
<article class="post-card category-Applying to College category-College Application Tips">
<a href="https://blog.collegevine.com/the-ultimate-guide-to-applying-to-usc/">
<img loading="lazy" src="https://blog.collegevine.com/wp-content/uploads/2016/09/usc-campus-pic-150x150.jpg"/>
</a>
<div class="post-card-title">
<a href="https://blog.collegevine.com/the-ultimate-guide-to-applying-to-usc/">
The Ultimate Guide to Applying to USC
</a>
</div>
<div class="post-card-meta">
<span>
<a href="https://blog.collegevine.com/category/college-admission/" rel="category tag">
Applying to College
</a>
,
<a href="https://blog.collegevine.com/category/college-admission/college-applications/" rel="category tag">
College Application Tips
</a>
</span>
</div>
</article>
</div>
<div class="col-12 col-md mb-5 mb-md-0">
<article class="post-card category-11th Grade category-12th category-Applying to College category-Financial Aid">
<a href="https://blog.collegevine.com/no-loan-colleges-what-they-are-and-a-complete-list/">
<img loading="lazy" src="https://blog.collegevine.com/wp-content/uploads/2018/07/dartmouth-college-campus-150x150.jpg"/>
</a>
<div class="post-card-title">
<a href="https://blog.collegevine.com/no-loan-colleges-what-they-are-and-a-complete-list/">
No-Loan Colleges: What They Are and a Complete List
</a>
</div>
<div class="post-card-meta">
<span>
<a href="https://blog.collegevine.com/category/grades/11th-grade/" rel="category tag">
11th Grade
</a>
,
<a href="https://blog.collegevine.com/category/grades/12th-grade/" rel="category tag">
12th Grade
</a>
,
<a href="https://blog.collegevine.com/category/college-admission/" rel="category tag">
Applying to College
</a>
,
<a href="https://blog.collegevine.com/category/college-admission/financial-aid/" rel="category tag">
Financial Aid
</a>
</span>
</div>
</article>
</div>
<div class="col-12 col-md mb-5 mb-md-0">
<article class="post-card category-Scholarships">
<a href="https://blog.collegevine.com/scholarships-for-first-generation-college-students/">
<img loading="lazy" src="https://blog.collegevine.com/wp-content/uploads/2017/04/18143111338_bb57a0915e_b-150x150.jpg"/>
</a>
<div class="post-card-title">
<a href="https://blog.collegevine.com/scholarships-for-first-generation-college-students/">
Scholarships for First-Generation College Students
</a>
</div>
<div class="post-card-meta">
<span>
<a href="https://blog.collegevine.com/category/college-admission/scholarships/" rel="category tag">
Scholarships
</a>
</span>
</div>
</article>
</div>
</div>
</div>
</div>
</div>
</div>
<noscript>
<div class="position-fixed fixed-bottom text-center">
<div class="alert bg-soft-warning mb-0">
<i class="fe fe-alert-triangle">
</i>
Looks like you don’t have JavaScript enabled.
<a href="http://activatejavascript.org/en/instructions" target="_blank">
Enable JavaScript to use our free tools.
<i class="fe fe-external-link">
</i>
</a>
</div>
</div>
</noscript>
<script>
performance.mark('js:start')
performance.mark('js:lib:start')
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/theme/libs/jquery/dist/jquery.min.js">
</script>
<script defer="defer" src="https://d28hdetl1q8yl2.cloudfront.net/assets/select2/select2.min-308692a9122971f04b0f0652762845a3e6fcf6b3b2be36f6986bb6e0c6e4d696.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/theme/libs/bootstrap/dist/js/bootstrap.bundle.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/theme/libs/autosize/dist/autosize.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/theme/libs/list.js/dist/list.min.js">
</script>
<script defer="defer" src="https://d28hdetl1q8yl2.cloudfront.net/theme/js/theme.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/auth0/auth0.min-5ce8da81957a0f3971132fcfe8cd30d9dfc5a60b6a43e5f530e6f0b52799fdaa.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/rails_unobtrusive-4754c294b8e314a3e04a991cee3ba8b993dd4e8177fdc8392406d280e28ee584.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/performance_analytics-83186d88a07a12c063bf191d9586b54b535288c4ee96db092366269cd4c3aa58.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/localtime-89ef2519207b0fc150226045f6e2d620db2dac9e01247045dc93e8d71a71b273.js">
</script>
<script>
performance.mark('js:lib:end')
</script>
<script>
window.CV = window.CV || {}
window.CV.pathInfo = function(name) {
const path = window.CV.pathInfo.endpoints[name]
if (!path) {
window.CV.pathInfo.missingPath(name)
return
}
return { path, token: '3uKUVOiEUnMIqXoHuYpzMiRipCw7/rVr60SYiO1KYYDJMaLABDUeE8TsCI5BXPmTNUsWojFsICfWB7rcdOhqDw==' }
}
window.CV.pathInfo.endpoints = {"schools_search_path":"/schools/search","blog_lite_chancing_path":"/blog/lite-chancing","profile_search_extracurricular_activities_path":"/profile/search-extracurriculars","profile_generate_ec_description_path":"/profile/generate-ec-description","enrollment_survey_remove_school_from_list_path":"/enrollment-survey/remove-school","enrollment_survey_record_survey_submitted_path":"/enrollment-survey/record-survey-submitted","enrollment_survey_update_accepting_late_cycle_offers_path":"/enrollment-survey/update-accepting-offers","enrollment_survey_update_address_path":"/enrollment-survey/update-address","flag_set_path":"/flag/set"}
window.CV.apiEndpoint = function({ name, continuation }) {
return continuation(window.CV.pathInfo(name))
}
</script>
<script>
window.CV.pathInfo.missingPath = function(name) {
console.error("Missing API endpoint", name)
if (typeof window.Sentry !== "undefined") {
window.Sentry.captureException(new Error("Missing API endpoint"), { extra: { name } })
}
}
</script>
<script>
window.CV = window.CV || {}
window.CV.pusherConfig =
{"key":"ada6bc1c6ec3ba44d3ca","cluster":"us2","authToken":"R5cPfVr0c6A+UmcMuvk4YicArlzyhCUwP94xrf6Vx2FQRDnptkU/wPIXFYVCL7LDNikc0vgWsHwCnRP5ZzfM7g==","authPath":"/pusher/auth"}
</script>
<script>
window.CV = window.CV || {}
window.CV.assetsRoot = 'https://d28hdetl1q8yl2.cloudfront.net/'
</script>
<script>
function setUserFlag(flagName, callback) {
$.post("/flag/set", {
flag_name: flagName,
authenticity_token: 'Luc453NihnNvsAAldY51SDO8OSKZliP2c3UAk5rXv0o5NA5zn9PKE6P1cqyNWP/pIpWLrJMEtrpONiLHA3W0xQ==',
success: callback
})
}
function unsetUserFlag(flagName) {
$.post("/flag/unset", {
flag_name: flagName,
authenticity_token: 'jS11WekjEjz8k5cpJ+JxYmFCtIDA4CZiUgNyotu0QcOa/kPNBZJeXDDW5aDfNPvDcGsGDspysy5vQFD2QhZKTA==',
})
}
</script>
<script>
performance.mark('js:pageScripts:start')
</script>
<script defer="defer" src="https://d28hdetl1q8yl2.cloudfront.net/assets/tex-mml-chtml-7aed8f11bdb2d1c58a4b233e7eb1d7ba4ae7a3ee64a71fb9e81061000549a965.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/react@17.0.2/react.production.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/react-dom@17.0.2/react-dom.production.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/src/EntryPoints/Guidance/LiteChancingCta-f13078042255ab012ffdcd2aac92ecf762f95ac98cf6781c9a9b2e04bd3a1fc9.purs">
</script>
<script>
(function() {
if (typeof Purs_EntryPoints_Guidance_LiteChancingCta === 'undefined') {
throw new Error('APP-9029: PureScript entrypoint is missing: module=Guidance/LiteChancingCta')
}
const boot = Purs_EntryPoints_Guidance_LiteChancingCta.boot
if (boot && typeof boot.hydrate === 'function') {
boot.hydrate('a13a2930')({"featureFlags":{},"relevantSchools":[]})()
} else {
throw new Error('Expected module Guidance/LiteChancingCta to export a hash ' +
'`boot` with function fields `renderToString` and `hydrate`, but got `' + boot + '`. ' +
'To create such boot record from PureScript, use `Utils.SSR.boot`')
}
})()
</script>
<script>
$(document).ready(function() {
$('.lazy-load').each(function() {
var src = $(this).attr('data');
$(this).css('background-image', 'url("'+src+'")');
});
});
</script>
<script>
$('.search-blog-posts-input').val('');
$('.search-blog-posts-trigger').click((e) => {
$('.search-blog-posts').removeClass('d-none');
$('.hide-on-search').addClass('d-none');
$('.search-blog-posts-input').focus();
});
$('.search-blog-posts-input').keyup((e) => {
if (e.code === 'Enter') {
window.location = 'https://www.collegevine.com/blog/search/' + $(e.target).val();
}
});
</script>
<script>
if (window.CV?.mobileApp?.isStartup) {
window.CV?.tracking?.event("Mobile: Initial startup")
}
window.CV?.tracking?.identify({
nationality_country_code: null,
app_6188_referral_landing_page_is_scholarships: true,
app_12841_hubspot_home_page: false,
has_unsupported_browser: !!(window.CV && window.CV.hasUnsupportedBrowser),
last_device_id: "DEVICE-7d8134e544d4793c591fed51",
mkt_293_livestreams_essay_review_cta_for_advisor_streams: false,
mkt_427_essay_review_new_landing_page_for_seo: false,
mkt_448_remove_checkout_fields: true,
mkt_556_essay_review_experts_faceted_search: true,
mkt_560_top_level_navigation_add_essay_review: false,
mkt_581_essay_review_profile_card_pricing: "control",
mkt_587_essay_review_provider_matching: true,
mkt_615_essay_review_enhanced_login_page: true,
mkt_671_free_consultation_button_by_default: false,
mkt_675_change_sorting_of_advisors_in_marketplace: "control",
mkt_672_redirect_returning_parents_to_the_marketplace: true,
mkt_683_expert_recommendations: false,
mkt_693_marketplace_homepage_free_consultation: false,
uaq_161_school_recommendations_api_versioning: "current",
})
</script>
<!-- Start of HubSpot Embed Code -->
<script async="" defer="" id="hs-script-loader" src="//js.hs-scripts.com/24165363.js" type="text/javascript">
</script>
<!-- End of HubSpot Embed Code -->
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/ga_cwv-f23eaa6462bf36bac0087e2b1f88a7e02e7bdbfa864b33a3594dac8ae75e1b4f.js">
</script>
<script>
!function(e,t,r,n,a){if(!e[a]){for(var i=e[a]=[],s=0;s<r.length;s++){var c=r[s];i[c]=i[c]||function(e){return function(){var t=Array.prototype.slice.call(arguments);i.push([e,t])}}(c)}i.SNIPPET_VERSION="1.0.1";var o=t.createElement("script");o.type="text/javascript",o.async=!0,o.src="https://d2yyd1h5u9mauk.cloudfront.net/integrations/web/v1/library/"+n+"/"+a+".js";var p=t.getElementsByTagName("script")[0];p.parentNode.insertBefore(o,p)}}(window,document,["survey","reset","config","init","set","get","event","identify","track","page","screen","group","alias"],"qfRrhYWjgzrtZ6WN","delighted");
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/session_side_effects-f0df964a96e148cf31d9205cb4fa87decd29ecb94f3a175ca21cb623f5f9d56c.js">
</script>
<script>
performance.mark('js:pageScripts:end')
</script>
<script>
performance.mark('js:end')
</script>
</body>
</html>
In [11]:
trail= soup_doc.find('div', class_='blog-post-body')
p_tags=trail.find_all('p')
p_tags
Out[11]:
[<p> </p>, <p>In an effort to increase diversity and welcome new perspectives, more and more colleges are accepting international students. In turn, more international students are looking to study in the United States.</p>, <p> </p>, <p>This can bring international students many opportunities, but often, it comes with a hefty price tag. Financial aid can help offset the cost, but not every school gives international students aid. So, which colleges offer financial aid to international students?</p>, <p> </p>, <p>Read on for a full list of U.S. colleges and universities that offer financial aid to international students and tips to keep in mind as you apply. </p>, <p> </p>, <p> </p>, <p>The financial aid process is complicated for American students, nevermind the added paperwork of applying as an international student. To start, estimate the total or true cost of the school, taking into account the full price tag, including tuition, room, and board.</p>, <p> </p>, <p> </p>, <p>Many colleges offer scholarships specifically for international students, and organizations— such as <a href="https://educationusa.state.gov/">EducationUSA</a>, a program run by the U.S. Department of State—offer even more. Keep in mind that the scholarship requirements for GPA, test scores, and other factors are often very high. Learn more about these scholarships in <a href="https://blog.collegevine.com/u-s-college-scholarships-for-international-students/">U.S. College Scholarships for International Students</a>.</p>, <p> </p>, <p>Some scholarships are need-based, meaning they are granted to students based on their financial circumstances, while others are merit-based, meaning they are based on your qualifications. Some colleges offer merit-based scholarships for international students, such as <a href="https://blog.collegevine.com/the-ultimate-guide-to-applying-to-carleton/">Carleton College</a>’s Full-Tuition Scholarships, which are granted to six international students every year.</p>, <p> </p>, <p> </p>, <p>You’ll also need to familiarize yourself with the terms <a href="https://blog.collegevine.com/financial-aid-need-blind-vs-need-aware-admissions">need-blind and need-aware</a>. Need-blind means the college doesn’t take into account your financial situation and whether you’ll need financial aid when making its admissions decisions. Need-aware means your need for financial aid is a factor in the admissions process. Many colleges are need-blind for American students but need-aware for international students.</p>, <p> </p>, <p>International students are not eligible for federal work-study, but some colleges offer their own work-study programs for which you may qualify. Remember to keep in mind the requirements of your student visa, because there may be work restrictions.</p>, <p> </p>, <p> </p>, <p>Consider different paths if the cost of college is a roadblock. You could, for example, start at a cheaper community college and transfer, such that you’re spending less time—and fewer tuition dollars—at a more expensive college or university but still graduating with a degree from that school.</p>, <p> </p>, <p> </p>, <p>The below colleges and universities don’t take your financial need into account when making admissions decisions, meaning they are need-blind. These schools meet international students’ full financial aid needs through a combination of scholarships and other resources.</p>, <p> </p>, <p> </p>, <p>School</p>, <p>State</p>, <p>Undergrad Enrollment</p>, <p>Acceptance Rate</p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/amherst-college">Amherst College</a></p>, <p>MA</p>, <p>1,900</p>, <p>9%</p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/harvard-university">Harvard University</a></p>, <p>MA</p>, <p>5,200</p>, <p>3.4%</p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/massachusetts-institute-of-technology-mit">Massachusetts Institute of Technology | MIT</a></p>, <p>MA</p>, <p>4,600</p>, <p>4%</p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/princeton-university">Princeton University</a></p>, <p>NJ</p>, <p>5,300</p>, <p>5.8%</p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/yale-university">Yale University</a></p>, <p>CT</p>, <p>6,500</p>, <p>4.4%</p>, <p> </p>, <p> </p>, <p>The below schools offer financial aid to international students. They are organized by state and alphabetically within each state.</p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/embry-riddle-aeronautical-university-prescott">Embry-Riddle Aeronautical University</a> </p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/harding-university">Harding University</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.alliant.edu/">Alliant International University</a></p>, <p><a href="https://www.collegevine.com/schools/artcenter-college-of-design-artcenter">ArtCenter College of Design</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/azusa-pacific-university-apu">Azusa Pacific University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/california-lutheran-university">California Lutheran University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/california-state-university-san-bernardino">California State University San Bernardino</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/claremont-mckenna-college-cmc">Claremont McKenna College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/dominican-university-of-california">Dominican University of California</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/menlo-college">Menlo College</a></p>, <p><a href="https://www.ndnu.edu/">Notre Dame de Namur University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/occidental-college">Occidental College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/pepperdine-university">Pepperdine University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/saint-mary-s-college-of-california-st-mary-s">Saint Mary’s College of California</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/stanford-university">Stanford University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-san-diego-usd">University of San Diego</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-southern-california-usc">University of Southern California</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/whittier-college">Whittier College</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/naropa-university">Naropa University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-denver">University of Denver</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/connecticut-college">CT College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/quinnipiac-university">Quinnipiac University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-bridgeport">University of Bridgeport</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/wesleyan-university">Wesleyan University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/yale-university">Yale University</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/goldey-beacom-college">Goldey-Beacom College</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/american-university">American University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/catholic-university-of-america-cua">The Catholic University of America</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/george-washington-university-gw">The George Washington University</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/eckerd-college">Eckerd College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/florida-institute-of-technology-florida-tech">Florida Institute of Technology</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/florida-southern-college">Florida Southern College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/lynn-university">Lynn University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/northwood-university">Northwood University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/ringling-college-of-art-and-design">Ringling School of Art and Design</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/rollins-college">Rollins College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/saint-leo-university">Saint Leo University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-tampa">The University of Tampa</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-central-florida-ucf">University of Central Florida</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-miami">University of Miami</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/agnes-scott-college">Agnes Scott College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/emory-university">Emory University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/savannah-college-of-art-and-design-scad">The Savannah College of Art and Design</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/augustana-university">Augustana College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/depaul-university">DePaul University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/elmhurst-university">Elmhurst College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/illinois-college">Illinois College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/illinois-institute-of-technology-illinois-tech">Illinois Institute of Technology</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/illinois-wesleyan-university">Illinois Wesleyan University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/knox-college">Knox College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/lake-forest-college">Lake Forest College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/northwestern-university">Northwestern University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/saint-xavier-university">Saint Xavier University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/school-of-the-art-institute-of-chicago-saic">The School of the Art Institute of Chicago</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-chicago">The University of Chicago</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/ball-state-university-bsu">Ball State University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/butler-university">Butler University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/depauw-university">DePauw University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/earlham-college">Earlham College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/manchester-university">Manchester College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/purdue-university">Purdue University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/saint-mary-s-college-indiana">Saint Mary’s College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-evansville">University of Evansville</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-southern-indiana-usi">University of Southern Indiana</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/valparaiso-university-valpo">Valparaiso University</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/clarke-university">Clarke College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/cornell-college">Cornell College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/drake-university">Drake University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/grinnell-college">Grinnell College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/loras-college">Loras College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/luther-college">Luther College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-dubuque">University of Dubuque</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/wartburg-college">Wartburg College</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/berea-college">Berea College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/campbellsville-university">Campbellsville University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/centre-college">Centre College</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/tulane-university">Tulane University</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/notre-dame-of-maryland-university">College of Notre Dame of Maryland</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/goucher-college">Goucher College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/hood-college">Hood College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/johns-hopkins-university-jhu">Johns Hopkins University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/maryland-institute-college-of-art-mica">Maryland Institute College of Art</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/st-john-s-college-sjc-maryland">St John’s College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/washington-college">Washington College</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/american-international-college-aic">American International College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/amherst-college">Amherst College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/babson-college">Babson College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/bentley-university">Bentley College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/boston-university-bu">Boston University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/brandeis-university">Brandeis University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/clark-university">Clark University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/dean-college">Dean College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/emerson-college">Emerson College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/endicott-college">Endicott College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/hampshire-college">Hampshire College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/harvard-university">Harvard College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/massachusetts-college-of-art-and-design">MA College of Art</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-massachusetts-amherst-umass-amherst">Mount Ida College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/northeastern-university">Northeastern University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/regis-college-massachusetts">Regis College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/tufts-university">School of the Museum of Fine Arts, Boston</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/smith-college">Smith College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/suffolk-university">Suffolk University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/lesley-university">The Art Institute of Boston at Lesley University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/berklee-college-of-music-berklee">The Boston Conservatory</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/tufts-university">Tufts University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/wellesley-college">Wellesley College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/wentworth-institute-of-technology-wit">Wentworth Institute of Technology</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/wheaton-college-massachusetts">Wheaton College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/williams-college">Williams College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/worcester-polytechnic-institute-wpi">Worcester Polytechnic Institute</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/adrian-college">Adrian College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/albion-college">Albion College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/calvin-university">Calvin College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/college-for-creative-studies">College for Creative Studies</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/grand-valley-state-university-gvsu">Grand Valley State University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/hope-college">Hope College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/kalamazoo-college">Kalamazoo College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/lawrence-technological-university">Lawrence Technological University </a></p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/carleton-college">Carleton College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/saint-johns-university">College of Saint Benedict/Saint John’s University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/st-catherine-university">College of St Catherine</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/concordia-college-minnesota">Concordia College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/hamline-university">Hamline University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/macalester-college">Macalester College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/minnesota-state-university-mankato">Minnesota State University Mankato</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/st-olaf-college">St Olaf College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/college-of-saint-scholastica">The College of St Scholastica </a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/columbia-college-missouri">Columbia College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/culver-stockton-college">Culver Stockton College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/saint-louis-university-slu">Saint Louis University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/washington-university-in-st-louis-washu">Washington University in St Louis</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/webster-university">Webster University</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/rocky-mountain-college-rmc">Rocky Mountain College</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/creighton-university">Creighton University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-nebraska-omaha-uno">University of Nebraska at Omaha </a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/dartmouth-college">Dartmouth College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/new-england-college">New England College</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/drew-university">Drew University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/fairleigh-dickinson-university-metropolitan-campus">Fairleigh Dickinson University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/monmouth-university">Monmouth University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/princeton-university">Princeton University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/stevens-institute-of-technology">Stevens Institute of Technology</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/new-mexico-highlands-university">New Mexico Highlands University</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/adelphi-university">Adelphi University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/bard-college">Bard College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/berkeley-college-new-york">Berkeley College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/clarkson-university">Clarkson University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/colgate-university">Colgate University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/columbia-university">Columbia University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/cornell-university">Cornell University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/d-youville-university">D’Youville College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/elmira-college">Elmira College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/new-school">Eugene Lang College/New School University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/fisher-college">Fisher College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/fordham-university">Fordham University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/hamilton-college">Hamilton College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/hobart-and-william-smith-colleges-hws">Hobart and William Smith Colleges</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/iona-college">Iona College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/ithaca-college">Ithaca College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/rensselaer-polytechnic-institute-rpi">Lally School of Management & Technology</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/manhattanville-college">Manhattanville College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/niagara-university">Niagara University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/new-york-university-nyu">New York University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/new-school">Parsons the New School for Design, NY</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/rochester-institute-of-technology-rit">Rochester Institute of Technology</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/school-of-visual-arts">School of Visual Arts</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/skidmore-college">Skidmore College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/st-lawrence-university">St Lawrence University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/suny-college-at-plattsburgh">State University of New York-Plattsburgh</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/union-college-new-york">Union College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-rochester">University of Rochester</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/utica-university">Utica College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/vassar-college">Vassar College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/wells-college">Wells College</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/campbell-university">Campbell University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/davidson-college">Davidson College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/duke-university">Duke University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/elon-university">Elon University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/guilford-college">Guilford College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/methodist-college">Methodist College</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/antioch-college">Antioch College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/ashland-university">Ashland University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/denison-university">Denison University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/hiram-college">Hiram College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/kenyon-college">Kenyon College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/miami-university">Miami University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/ohio-wesleyan-university">Ohio Wesleyan University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/college-of-wooster">The College of Wooster</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/ohio-state-university-osu">Ohio State University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-cincinnati">University of Cincinnati</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/wittenberg-university">Wittenberg University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/xavier-university">Xavier University</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-tulsa">The University of Tulsa</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/george-fox-university-gfu">George Fox University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/lewis-clark-college">Lewis & Clark College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/linfield-college">Linfield College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/reed-college">Reed College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-oregon">University of Oregon</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-portland">University of Portland</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/albright-college">Albright College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/bryn-mawr-college">Bryn Mawr College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/bucknell-university">Bucknell University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/chatham-university">Chatham College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/dickinson-college">Dickinson College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/drexel-university">Drexel University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/duquesne-university">Duquesne University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/elizabethtown-college-e-town">Elizabethtown College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/franklin-and-marshall-college-f-m">Franklin & Marshall College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/gettysburg-college">Gettysburg College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/juniata-college">Juniata College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/la-roche-university">La Roche College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/lafayette-college">Lafayette College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/lebanon-valley-college">Lebanon Valley College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/lehigh-university">Lehigh University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/marywood-university">Marywood University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/moravian-university">Moravian College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/seton-hill-university">Seton-Hill University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/shippensburg-university-of-pennsylvania">Shippensburg University of Pennsylvania</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/slippery-rock-university-of-pennsylvania">Slippery Rock University of Pennsylvania</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/susquehanna-university">Susquehanna University</a></p>, <p><a href="http://r/">Swarthmore College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-the-arts-uarts">The University of The Arts</a></p>, <p><a href="https://collegevine.com/schools/hub/all/d/university-of-pennsylvania-upenn">University of Pennsylvania</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/ursinus-college">Ursinus College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/villanova-university">Villanova University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/widener-university">Widener University</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/brown-university">Brown University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/bryant-university">Bryant University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/johnson-and-wales-university-providence">Johnson & Wales University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/roger-williams-university-rwu">Roger Williams University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/salve-regina-university">Salve Regina University</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/belmont-university">Belmont University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/carson-newman-university">Carson-Newman College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-memphis">Memphis College of Art</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/rhodes-college">Rhodes College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/sewanee-the-university-of-the-south-sewanee">Sewanee, The University of the South</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/vanderbilt-university">Vanderbilt University</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/rice-university">Rice University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/southern-methodist-university-smu">Southern Methodist University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/st-mary-s-university-texas">St Mary’s University, San Antonio</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/stephen-f-austin-state-university">Stephen F Austin State University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/texas-christian-university-tcu">Texas Christian University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/trinity-university">Trinity University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-dallas">University of Dallas</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/bennington-college">Bennington College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/landmark-college">Landmark College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/middlebury-college">Middlebury College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/st-michael-s-college">Saint Michael’s College</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/george-mason-university">George Mason University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/randolph-college">Randolph College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/roanoke-college">Roanoke College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/shenandoah-university">Shenandoah University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/sweet-briar-college">Sweet Briar College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-richmond">University of Richmond</a></p>, <p>Virginia International University</p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/washington-and-lee-university">Washington and Lee University</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/cornish-college-of-the-arts">Cornish College of the Arts</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/pacific-lutheran-university">Pacific Lutheran University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-puget-sound">University of Puget Sound</a></p>, <p><a href="http://collegevine.com/schools/hub/all/d/whitman-college">Whitman College</a></p>, <p> </p>, <p> </p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/beloit-college">Beloit College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/lawrence-university">Lawrence University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/marquette-university">Marquette University</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/saint-norbert-college">St Norbert College</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-wisconsin-eau-claire">University of Wisconsin-Eau Claire</a></p>, <p><a href="https://www.collegevine.com/schools/hub/all/d/university-of-wisconsin-superior">University of Wisconsin-Superior</a></p>, <p> </p>, <p>To learn more about the financial aid process and admissions process for international students, check out:</p>, <p> </p>, <p> </p>, <p>To learn more about the application process for overseas students, you might want to read:</p>, <p> </p>, <p> </p>, <p> </p>, <p>If you want to get a general sense of what schools might be a good fit for you, check out <a href="https://www.collegevine.com/admissions-calculator">CollegeVine’s free Admissions Calculator</a> to evaluate your chances of getting accepted into various colleges. While it’s not entirely accurate for international students yet, it can still offer a general idea of what your odds are. It’s a free, handy tool to explore and shortlist colleges that align with your academic profile and aspirations. The unique tool uses factors ranging from extracurriculars, GPA and standardized testing scores to generate your unique chances of admission for a school of your choosing. </p>]
In [12]:
universities_list=[]
for universities in p_tags:
a_tags = universities.find_all('a')
for a in a_tags:
href = a.get('href')
if href and '/schools/hub/all/d/' in href:
university_name = a.get_text(strip=True)
universities_list.append({'University Name': university_name, 'URL': href})
universities_list
Out[12]:
[{'University Name': 'Amherst College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/amherst-college'},
{'University Name': 'Harvard University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/harvard-university'},
{'University Name': 'Massachusetts Institute of Technology | MIT',
'URL': 'https://www.collegevine.com/schools/hub/all/d/massachusetts-institute-of-technology-mit'},
{'University Name': 'Princeton University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/princeton-university'},
{'University Name': 'Yale University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/yale-university'},
{'University Name': 'Embry-Riddle Aeronautical University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/embry-riddle-aeronautical-university-prescott'},
{'University Name': 'Harding University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/harding-university'},
{'University Name': 'Azusa Pacific University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/azusa-pacific-university-apu'},
{'University Name': 'California Lutheran University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/california-lutheran-university'},
{'University Name': 'California State University San Bernardino',
'URL': 'https://www.collegevine.com/schools/hub/all/d/california-state-university-san-bernardino'},
{'University Name': 'Claremont McKenna College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/claremont-mckenna-college-cmc'},
{'University Name': 'Dominican University of California',
'URL': 'https://www.collegevine.com/schools/hub/all/d/dominican-university-of-california'},
{'University Name': 'Menlo College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/menlo-college'},
{'University Name': 'Occidental College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/occidental-college'},
{'University Name': 'Pepperdine University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/pepperdine-university'},
{'University Name': 'Saint Mary’s College of California',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-mary-s-college-of-california-st-mary-s'},
{'University Name': 'Stanford University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/stanford-university'},
{'University Name': 'University of San Diego',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-san-diego-usd'},
{'University Name': 'University of Southern California',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-southern-california-usc'},
{'University Name': 'Whittier College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/whittier-college'},
{'University Name': 'Naropa University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/naropa-university'},
{'University Name': 'University of Denver',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-denver'},
{'University Name': 'CT College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/connecticut-college'},
{'University Name': 'Quinnipiac University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/quinnipiac-university'},
{'University Name': 'University of Bridgeport',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-bridgeport'},
{'University Name': 'Wesleyan University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wesleyan-university'},
{'University Name': 'Yale University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/yale-university'},
{'University Name': 'Goldey-Beacom College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/goldey-beacom-college'},
{'University Name': 'American University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/american-university'},
{'University Name': 'The Catholic University of America',
'URL': 'https://www.collegevine.com/schools/hub/all/d/catholic-university-of-america-cua'},
{'University Name': 'The George Washington University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/george-washington-university-gw'},
{'University Name': 'Eckerd College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/eckerd-college'},
{'University Name': 'Florida Institute of Technology',
'URL': 'https://www.collegevine.com/schools/hub/all/d/florida-institute-of-technology-florida-tech'},
{'University Name': 'Florida Southern College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/florida-southern-college'},
{'University Name': 'Lynn University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lynn-university'},
{'University Name': 'Northwood University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/northwood-university'},
{'University Name': 'Ringling School of Art and Design',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ringling-college-of-art-and-design'},
{'University Name': 'Rollins College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/rollins-college'},
{'University Name': 'Saint Leo University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-leo-university'},
{'University Name': 'The University of Tampa',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-tampa'},
{'University Name': 'University of Central Florida',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-central-florida-ucf'},
{'University Name': 'University of Miami',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-miami'},
{'University Name': 'Agnes Scott College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/agnes-scott-college'},
{'University Name': 'Emory University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/emory-university'},
{'University Name': 'The Savannah College of Art and Design',
'URL': 'https://www.collegevine.com/schools/hub/all/d/savannah-college-of-art-and-design-scad'},
{'University Name': 'Augustana College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/augustana-university'},
{'University Name': 'DePaul University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/depaul-university'},
{'University Name': 'Elmhurst College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/elmhurst-university'},
{'University Name': 'Illinois College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/illinois-college'},
{'University Name': 'Illinois Institute of Technology',
'URL': 'https://www.collegevine.com/schools/hub/all/d/illinois-institute-of-technology-illinois-tech'},
{'University Name': 'Illinois Wesleyan University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/illinois-wesleyan-university'},
{'University Name': 'Knox College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/knox-college'},
{'University Name': 'Lake Forest College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lake-forest-college'},
{'University Name': 'Northwestern University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/northwestern-university'},
{'University Name': 'Saint Xavier University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-xavier-university'},
{'University Name': 'The School of the Art Institute of Chicago',
'URL': 'https://www.collegevine.com/schools/hub/all/d/school-of-the-art-institute-of-chicago-saic'},
{'University Name': 'The University of Chicago',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-chicago'},
{'University Name': 'Ball State University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ball-state-university-bsu'},
{'University Name': 'Butler University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/butler-university'},
{'University Name': 'DePauw University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/depauw-university'},
{'University Name': 'Earlham College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/earlham-college'},
{'University Name': 'Manchester College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/manchester-university'},
{'University Name': 'Purdue University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/purdue-university'},
{'University Name': 'Saint Mary’s College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-mary-s-college-indiana'},
{'University Name': 'University of Evansville',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-evansville'},
{'University Name': 'University of Southern Indiana',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-southern-indiana-usi'},
{'University Name': 'Valparaiso University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/valparaiso-university-valpo'},
{'University Name': 'Clarke College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/clarke-university'},
{'University Name': 'Cornell College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/cornell-college'},
{'University Name': 'Drake University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/drake-university'},
{'University Name': 'Grinnell College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/grinnell-college'},
{'University Name': 'Loras College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/loras-college'},
{'University Name': 'Luther College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/luther-college'},
{'University Name': 'University of Dubuque',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-dubuque'},
{'University Name': 'Wartburg College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wartburg-college'},
{'University Name': 'Berea College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/berea-college'},
{'University Name': 'Campbellsville University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/campbellsville-university'},
{'University Name': 'Centre College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/centre-college'},
{'University Name': 'Tulane University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/tulane-university'},
{'University Name': 'College of Notre Dame of Maryland',
'URL': 'https://www.collegevine.com/schools/hub/all/d/notre-dame-of-maryland-university'},
{'University Name': 'Goucher College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/goucher-college'},
{'University Name': 'Hood College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hood-college'},
{'University Name': 'Johns Hopkins University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/johns-hopkins-university-jhu'},
{'University Name': 'Maryland Institute College of Art',
'URL': 'https://www.collegevine.com/schools/hub/all/d/maryland-institute-college-of-art-mica'},
{'University Name': 'St John’s College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/st-john-s-college-sjc-maryland'},
{'University Name': 'Washington College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/washington-college'},
{'University Name': 'American International College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/american-international-college-aic'},
{'University Name': 'Amherst College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/amherst-college'},
{'University Name': 'Babson College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/babson-college'},
{'University Name': 'Bentley College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/bentley-university'},
{'University Name': 'Boston University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/boston-university-bu'},
{'University Name': 'Brandeis University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/brandeis-university'},
{'University Name': 'Clark University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/clark-university'},
{'University Name': 'Dean College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/dean-college'},
{'University Name': 'Emerson College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/emerson-college'},
{'University Name': 'Endicott College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/endicott-college'},
{'University Name': 'Hampshire College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hampshire-college'},
{'University Name': 'Harvard College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/harvard-university'},
{'University Name': 'MA College of Art',
'URL': 'https://www.collegevine.com/schools/hub/all/d/massachusetts-college-of-art-and-design'},
{'University Name': 'Mount Ida College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-massachusetts-amherst-umass-amherst'},
{'University Name': 'Northeastern University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/northeastern-university'},
{'University Name': 'Regis College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/regis-college-massachusetts'},
{'University Name': 'School of the Museum of Fine Arts, Boston',
'URL': 'https://www.collegevine.com/schools/hub/all/d/tufts-university'},
{'University Name': 'Smith College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/smith-college'},
{'University Name': 'Suffolk University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/suffolk-university'},
{'University Name': 'The Art Institute of Boston at Lesley University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lesley-university'},
{'University Name': 'The Boston Conservatory',
'URL': 'https://www.collegevine.com/schools/hub/all/d/berklee-college-of-music-berklee'},
{'University Name': 'Tufts University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/tufts-university'},
{'University Name': 'Wellesley College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wellesley-college'},
{'University Name': 'Wentworth Institute of Technology',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wentworth-institute-of-technology-wit'},
{'University Name': 'Wheaton College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wheaton-college-massachusetts'},
{'University Name': 'Williams College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/williams-college'},
{'University Name': 'Worcester Polytechnic Institute',
'URL': 'https://www.collegevine.com/schools/hub/all/d/worcester-polytechnic-institute-wpi'},
{'University Name': 'Adrian College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/adrian-college'},
{'University Name': 'Albion College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/albion-college'},
{'University Name': 'Calvin College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/calvin-university'},
{'University Name': 'College for Creative Studies',
'URL': 'https://www.collegevine.com/schools/hub/all/d/college-for-creative-studies'},
{'University Name': 'Grand Valley State University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/grand-valley-state-university-gvsu'},
{'University Name': 'Hope College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hope-college'},
{'University Name': 'Kalamazoo College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/kalamazoo-college'},
{'University Name': 'Lawrence Technological University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lawrence-technological-university'},
{'University Name': 'Carleton College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/carleton-college'},
{'University Name': 'College of Saint Benedict/Saint John’s University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-johns-university'},
{'University Name': 'College of St Catherine',
'URL': 'https://www.collegevine.com/schools/hub/all/d/st-catherine-university'},
{'University Name': 'Concordia College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/concordia-college-minnesota'},
{'University Name': 'Hamline University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hamline-university'},
{'University Name': 'Macalester College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/macalester-college'},
{'University Name': 'Minnesota State University Mankato',
'URL': 'https://www.collegevine.com/schools/hub/all/d/minnesota-state-university-mankato'},
{'University Name': 'St Olaf College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/st-olaf-college'},
{'University Name': 'The College of St Scholastica',
'URL': 'https://www.collegevine.com/schools/hub/all/d/college-of-saint-scholastica'},
{'University Name': 'Columbia College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/columbia-college-missouri'},
{'University Name': 'Culver Stockton College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/culver-stockton-college'},
{'University Name': 'Saint Louis University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-louis-university-slu'},
{'University Name': 'Washington University in St Louis',
'URL': 'https://www.collegevine.com/schools/hub/all/d/washington-university-in-st-louis-washu'},
{'University Name': 'Webster University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/webster-university'},
{'University Name': 'Rocky Mountain College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/rocky-mountain-college-rmc'},
{'University Name': 'Creighton University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/creighton-university'},
{'University Name': 'University of Nebraska at Omaha',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-nebraska-omaha-uno'},
{'University Name': 'Dartmouth College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/dartmouth-college'},
{'University Name': 'New England College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/new-england-college'},
{'University Name': 'Drew University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/drew-university'},
{'University Name': 'Fairleigh Dickinson University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/fairleigh-dickinson-university-metropolitan-campus'},
{'University Name': 'Monmouth University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/monmouth-university'},
{'University Name': 'Princeton University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/princeton-university'},
{'University Name': 'Stevens Institute of Technology',
'URL': 'https://www.collegevine.com/schools/hub/all/d/stevens-institute-of-technology'},
{'University Name': 'New Mexico Highlands University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/new-mexico-highlands-university'},
{'University Name': 'Adelphi University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/adelphi-university'},
{'University Name': 'Bard College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/bard-college'},
{'University Name': 'Berkeley College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/berkeley-college-new-york'},
{'University Name': 'Clarkson University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/clarkson-university'},
{'University Name': 'Colgate University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/colgate-university'},
{'University Name': 'Columbia University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/columbia-university'},
{'University Name': 'Cornell University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/cornell-university'},
{'University Name': 'D’Youville College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/d-youville-university'},
{'University Name': 'Elmira College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/elmira-college'},
{'University Name': 'Eugene Lang College/New School University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/new-school'},
{'University Name': 'Fisher College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/fisher-college'},
{'University Name': 'Fordham University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/fordham-university'},
{'University Name': 'Hamilton College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hamilton-college'},
{'University Name': 'Hobart and William Smith Colleges',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hobart-and-william-smith-colleges-hws'},
{'University Name': 'Iona College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/iona-college'},
{'University Name': 'Ithaca College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ithaca-college'},
{'University Name': 'Lally School of Management & Technology',
'URL': 'https://www.collegevine.com/schools/hub/all/d/rensselaer-polytechnic-institute-rpi'},
{'University Name': 'Manhattanville College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/manhattanville-college'},
{'University Name': 'Niagara University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/niagara-university'},
{'University Name': 'New York University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/new-york-university-nyu'},
{'University Name': 'Parsons the New School for Design, NY',
'URL': 'https://www.collegevine.com/schools/hub/all/d/new-school'},
{'University Name': 'Rochester Institute of Technology',
'URL': 'https://www.collegevine.com/schools/hub/all/d/rochester-institute-of-technology-rit'},
{'University Name': 'School of Visual Arts',
'URL': 'https://www.collegevine.com/schools/hub/all/d/school-of-visual-arts'},
{'University Name': 'Skidmore College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/skidmore-college'},
{'University Name': 'St Lawrence University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/st-lawrence-university'},
{'University Name': 'State University of New York-Plattsburgh',
'URL': 'https://www.collegevine.com/schools/hub/all/d/suny-college-at-plattsburgh'},
{'University Name': 'Union College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/union-college-new-york'},
{'University Name': 'University of Rochester',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-rochester'},
{'University Name': 'Utica College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/utica-university'},
{'University Name': 'Vassar College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/vassar-college'},
{'University Name': 'Wells College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wells-college'},
{'University Name': 'Campbell University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/campbell-university'},
{'University Name': 'Davidson College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/davidson-college'},
{'University Name': 'Duke University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/duke-university'},
{'University Name': 'Elon University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/elon-university'},
{'University Name': 'Guilford College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/guilford-college'},
{'University Name': 'Methodist College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/methodist-college'},
{'University Name': 'Antioch College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/antioch-college'},
{'University Name': 'Ashland University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ashland-university'},
{'University Name': 'Denison University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/denison-university'},
{'University Name': 'Hiram College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hiram-college'},
{'University Name': 'Kenyon College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/kenyon-college'},
{'University Name': 'Miami University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/miami-university'},
{'University Name': 'Ohio Wesleyan University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ohio-wesleyan-university'},
{'University Name': 'The College of Wooster',
'URL': 'https://www.collegevine.com/schools/hub/all/d/college-of-wooster'},
{'University Name': 'Ohio State University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ohio-state-university-osu'},
{'University Name': 'University of Cincinnati',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-cincinnati'},
{'University Name': 'Wittenberg University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wittenberg-university'},
{'University Name': 'Xavier University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/xavier-university'},
{'University Name': 'The University of Tulsa',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-tulsa'},
{'University Name': 'George Fox University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/george-fox-university-gfu'},
{'University Name': 'Lewis & Clark College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lewis-clark-college'},
{'University Name': 'Linfield College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/linfield-college'},
{'University Name': 'Reed College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/reed-college'},
{'University Name': 'University of Oregon',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-oregon'},
{'University Name': 'University of Portland',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-portland'},
{'University Name': 'Albright College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/albright-college'},
{'University Name': 'Bryn Mawr College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/bryn-mawr-college'},
{'University Name': 'Bucknell University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/bucknell-university'},
{'University Name': 'Chatham College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/chatham-university'},
{'University Name': 'Dickinson College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/dickinson-college'},
{'University Name': 'Drexel University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/drexel-university'},
{'University Name': 'Duquesne University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/duquesne-university'},
{'University Name': 'Elizabethtown College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/elizabethtown-college-e-town'},
{'University Name': 'Franklin & Marshall College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/franklin-and-marshall-college-f-m'},
{'University Name': 'Gettysburg College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/gettysburg-college'},
{'University Name': 'Juniata College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/juniata-college'},
{'University Name': 'La Roche College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/la-roche-university'},
{'University Name': 'Lafayette College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lafayette-college'},
{'University Name': 'Lebanon Valley College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lebanon-valley-college'},
{'University Name': 'Lehigh University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lehigh-university'},
{'University Name': 'Marywood University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/marywood-university'},
{'University Name': 'Moravian College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/moravian-university'},
{'University Name': 'Seton-Hill University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/seton-hill-university'},
{'University Name': 'Shippensburg University of Pennsylvania',
'URL': 'https://www.collegevine.com/schools/hub/all/d/shippensburg-university-of-pennsylvania'},
{'University Name': 'Slippery Rock University of Pennsylvania',
'URL': 'https://www.collegevine.com/schools/hub/all/d/slippery-rock-university-of-pennsylvania'},
{'University Name': 'Susquehanna University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/susquehanna-university'},
{'University Name': 'The University of The Arts',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-the-arts-uarts'},
{'University Name': 'University of Pennsylvania',
'URL': 'https://collegevine.com/schools/hub/all/d/university-of-pennsylvania-upenn'},
{'University Name': 'Ursinus College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ursinus-college'},
{'University Name': 'Villanova University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/villanova-university'},
{'University Name': 'Widener University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/widener-university'},
{'University Name': 'Brown University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/brown-university'},
{'University Name': 'Bryant University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/bryant-university'},
{'University Name': 'Johnson & Wales University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/johnson-and-wales-university-providence'},
{'University Name': 'Roger Williams University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/roger-williams-university-rwu'},
{'University Name': 'Salve Regina University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/salve-regina-university'},
{'University Name': 'Belmont University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/belmont-university'},
{'University Name': 'Carson-Newman College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/carson-newman-university'},
{'University Name': 'Memphis College of Art',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-memphis'},
{'University Name': 'Rhodes College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/rhodes-college'},
{'University Name': 'Sewanee, The University of the South',
'URL': 'https://www.collegevine.com/schools/hub/all/d/sewanee-the-university-of-the-south-sewanee'},
{'University Name': 'Vanderbilt University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/vanderbilt-university'},
{'University Name': 'Rice University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/rice-university'},
{'University Name': 'Southern Methodist University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/southern-methodist-university-smu'},
{'University Name': 'St Mary’s University, San Antonio',
'URL': 'https://www.collegevine.com/schools/hub/all/d/st-mary-s-university-texas'},
{'University Name': 'Stephen F Austin State University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/stephen-f-austin-state-university'},
{'University Name': 'Texas Christian University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/texas-christian-university-tcu'},
{'University Name': 'Trinity University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/trinity-university'},
{'University Name': 'University of Dallas',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-dallas'},
{'University Name': 'Bennington College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/bennington-college'},
{'University Name': 'Landmark College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/landmark-college'},
{'University Name': 'Middlebury College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/middlebury-college'},
{'University Name': 'Saint Michael’s College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/st-michael-s-college'},
{'University Name': 'George Mason University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/george-mason-university'},
{'University Name': 'Randolph College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/randolph-college'},
{'University Name': 'Roanoke College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/roanoke-college'},
{'University Name': 'Shenandoah University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/shenandoah-university'},
{'University Name': 'Sweet Briar College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/sweet-briar-college'},
{'University Name': 'University of Richmond',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-richmond'},
{'University Name': 'Washington and Lee University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/washington-and-lee-university'},
{'University Name': 'Cornish College of the Arts',
'URL': 'https://www.collegevine.com/schools/hub/all/d/cornish-college-of-the-arts'},
{'University Name': 'Pacific Lutheran University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/pacific-lutheran-university'},
{'University Name': 'University of Puget Sound',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-puget-sound'},
{'University Name': 'Whitman College',
'URL': 'http://collegevine.com/schools/hub/all/d/whitman-college'},
{'University Name': 'Beloit College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/beloit-college'},
{'University Name': 'Lawrence University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lawrence-university'},
{'University Name': 'Marquette University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/marquette-university'},
{'University Name': 'St Norbert College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-norbert-college'},
{'University Name': 'University of Wisconsin-Eau Claire',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-wisconsin-eau-claire'},
{'University Name': 'University of Wisconsin-Superior',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-wisconsin-superior'}]
In [13]:
universities_cost=[]
for universities in p_tags:
a_tags = universities.find_all('a')
for b in a_tags:
href = b.get('href')+'/finances'
if href and '/schools/hub/all/d/' in href:
university_name = b.get_text(strip=True)
universities_cost.append({'University Name': university_name, 'URL': href})
universities_cost
Out[13]:
[{'University Name': 'Amherst College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/amherst-college/finances'},
{'University Name': 'Harvard University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/harvard-university/finances'},
{'University Name': 'Massachusetts Institute of Technology | MIT',
'URL': 'https://www.collegevine.com/schools/hub/all/d/massachusetts-institute-of-technology-mit/finances'},
{'University Name': 'Princeton University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/princeton-university/finances'},
{'University Name': 'Yale University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/yale-university/finances'},
{'University Name': 'Embry-Riddle Aeronautical University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/embry-riddle-aeronautical-university-prescott/finances'},
{'University Name': 'Harding University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/harding-university/finances'},
{'University Name': 'Azusa Pacific University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/azusa-pacific-university-apu/finances'},
{'University Name': 'California Lutheran University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/california-lutheran-university/finances'},
{'University Name': 'California State University San Bernardino',
'URL': 'https://www.collegevine.com/schools/hub/all/d/california-state-university-san-bernardino/finances'},
{'University Name': 'Claremont McKenna College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/claremont-mckenna-college-cmc/finances'},
{'University Name': 'Dominican University of California',
'URL': 'https://www.collegevine.com/schools/hub/all/d/dominican-university-of-california/finances'},
{'University Name': 'Menlo College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/menlo-college/finances'},
{'University Name': 'Occidental College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/occidental-college/finances'},
{'University Name': 'Pepperdine University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/pepperdine-university/finances'},
{'University Name': 'Saint Mary’s College of California',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-mary-s-college-of-california-st-mary-s/finances'},
{'University Name': 'Stanford University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/stanford-university/finances'},
{'University Name': 'University of San Diego',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-san-diego-usd/finances'},
{'University Name': 'University of Southern California',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-southern-california-usc/finances'},
{'University Name': 'Whittier College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/whittier-college/finances'},
{'University Name': 'Naropa University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/naropa-university/finances'},
{'University Name': 'University of Denver',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-denver/finances'},
{'University Name': 'CT College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/connecticut-college/finances'},
{'University Name': 'Quinnipiac University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/quinnipiac-university/finances'},
{'University Name': 'University of Bridgeport',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-bridgeport/finances'},
{'University Name': 'Wesleyan University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wesleyan-university/finances'},
{'University Name': 'Yale University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/yale-university/finances'},
{'University Name': 'Goldey-Beacom College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/goldey-beacom-college/finances'},
{'University Name': 'American University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/american-university/finances'},
{'University Name': 'The Catholic University of America',
'URL': 'https://www.collegevine.com/schools/hub/all/d/catholic-university-of-america-cua/finances'},
{'University Name': 'The George Washington University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/george-washington-university-gw/finances'},
{'University Name': 'Eckerd College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/eckerd-college/finances'},
{'University Name': 'Florida Institute of Technology',
'URL': 'https://www.collegevine.com/schools/hub/all/d/florida-institute-of-technology-florida-tech/finances'},
{'University Name': 'Florida Southern College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/florida-southern-college/finances'},
{'University Name': 'Lynn University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lynn-university/finances'},
{'University Name': 'Northwood University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/northwood-university/finances'},
{'University Name': 'Ringling School of Art and Design',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ringling-college-of-art-and-design/finances'},
{'University Name': 'Rollins College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/rollins-college/finances'},
{'University Name': 'Saint Leo University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-leo-university/finances'},
{'University Name': 'The University of Tampa',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-tampa/finances'},
{'University Name': 'University of Central Florida',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-central-florida-ucf/finances'},
{'University Name': 'University of Miami',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-miami/finances'},
{'University Name': 'Agnes Scott College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/agnes-scott-college/finances'},
{'University Name': 'Emory University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/emory-university/finances'},
{'University Name': 'The Savannah College of Art and Design',
'URL': 'https://www.collegevine.com/schools/hub/all/d/savannah-college-of-art-and-design-scad/finances'},
{'University Name': 'Augustana College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/augustana-university/finances'},
{'University Name': 'DePaul University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/depaul-university/finances'},
{'University Name': 'Elmhurst College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/elmhurst-university/finances'},
{'University Name': 'Illinois College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/illinois-college/finances'},
{'University Name': 'Illinois Institute of Technology',
'URL': 'https://www.collegevine.com/schools/hub/all/d/illinois-institute-of-technology-illinois-tech/finances'},
{'University Name': 'Illinois Wesleyan University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/illinois-wesleyan-university/finances'},
{'University Name': 'Knox College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/knox-college/finances'},
{'University Name': 'Lake Forest College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lake-forest-college/finances'},
{'University Name': 'Northwestern University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/northwestern-university/finances'},
{'University Name': 'Saint Xavier University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-xavier-university/finances'},
{'University Name': 'The School of the Art Institute of Chicago',
'URL': 'https://www.collegevine.com/schools/hub/all/d/school-of-the-art-institute-of-chicago-saic/finances'},
{'University Name': 'The University of Chicago',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-chicago/finances'},
{'University Name': 'Ball State University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ball-state-university-bsu/finances'},
{'University Name': 'Butler University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/butler-university/finances'},
{'University Name': 'DePauw University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/depauw-university/finances'},
{'University Name': 'Earlham College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/earlham-college/finances'},
{'University Name': 'Manchester College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/manchester-university/finances'},
{'University Name': 'Purdue University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/purdue-university/finances'},
{'University Name': 'Saint Mary’s College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-mary-s-college-indiana/finances'},
{'University Name': 'University of Evansville',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-evansville/finances'},
{'University Name': 'University of Southern Indiana',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-southern-indiana-usi/finances'},
{'University Name': 'Valparaiso University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/valparaiso-university-valpo/finances'},
{'University Name': 'Clarke College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/clarke-university/finances'},
{'University Name': 'Cornell College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/cornell-college/finances'},
{'University Name': 'Drake University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/drake-university/finances'},
{'University Name': 'Grinnell College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/grinnell-college/finances'},
{'University Name': 'Loras College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/loras-college/finances'},
{'University Name': 'Luther College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/luther-college/finances'},
{'University Name': 'University of Dubuque',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-dubuque/finances'},
{'University Name': 'Wartburg College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wartburg-college/finances'},
{'University Name': 'Berea College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/berea-college/finances'},
{'University Name': 'Campbellsville University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/campbellsville-university/finances'},
{'University Name': 'Centre College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/centre-college/finances'},
{'University Name': 'Tulane University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/tulane-university/finances'},
{'University Name': 'College of Notre Dame of Maryland',
'URL': 'https://www.collegevine.com/schools/hub/all/d/notre-dame-of-maryland-university/finances'},
{'University Name': 'Goucher College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/goucher-college/finances'},
{'University Name': 'Hood College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hood-college/finances'},
{'University Name': 'Johns Hopkins University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/johns-hopkins-university-jhu/finances'},
{'University Name': 'Maryland Institute College of Art',
'URL': 'https://www.collegevine.com/schools/hub/all/d/maryland-institute-college-of-art-mica/finances'},
{'University Name': 'St John’s College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/st-john-s-college-sjc-maryland/finances'},
{'University Name': 'Washington College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/washington-college/finances'},
{'University Name': 'American International College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/american-international-college-aic/finances'},
{'University Name': 'Amherst College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/amherst-college/finances'},
{'University Name': 'Babson College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/babson-college/finances'},
{'University Name': 'Bentley College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/bentley-university/finances'},
{'University Name': 'Boston University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/boston-university-bu/finances'},
{'University Name': 'Brandeis University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/brandeis-university/finances'},
{'University Name': 'Clark University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/clark-university/finances'},
{'University Name': 'Dean College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/dean-college/finances'},
{'University Name': 'Emerson College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/emerson-college/finances'},
{'University Name': 'Endicott College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/endicott-college/finances'},
{'University Name': 'Hampshire College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hampshire-college/finances'},
{'University Name': 'Harvard College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/harvard-university/finances'},
{'University Name': 'MA College of Art',
'URL': 'https://www.collegevine.com/schools/hub/all/d/massachusetts-college-of-art-and-design/finances'},
{'University Name': 'Mount Ida College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-massachusetts-amherst-umass-amherst/finances'},
{'University Name': 'Northeastern University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/northeastern-university/finances'},
{'University Name': 'Regis College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/regis-college-massachusetts/finances'},
{'University Name': 'School of the Museum of Fine Arts, Boston',
'URL': 'https://www.collegevine.com/schools/hub/all/d/tufts-university/finances'},
{'University Name': 'Smith College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/smith-college/finances'},
{'University Name': 'Suffolk University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/suffolk-university/finances'},
{'University Name': 'The Art Institute of Boston at Lesley University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lesley-university/finances'},
{'University Name': 'The Boston Conservatory',
'URL': 'https://www.collegevine.com/schools/hub/all/d/berklee-college-of-music-berklee/finances'},
{'University Name': 'Tufts University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/tufts-university/finances'},
{'University Name': 'Wellesley College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wellesley-college/finances'},
{'University Name': 'Wentworth Institute of Technology',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wentworth-institute-of-technology-wit/finances'},
{'University Name': 'Wheaton College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wheaton-college-massachusetts/finances'},
{'University Name': 'Williams College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/williams-college/finances'},
{'University Name': 'Worcester Polytechnic Institute',
'URL': 'https://www.collegevine.com/schools/hub/all/d/worcester-polytechnic-institute-wpi/finances'},
{'University Name': 'Adrian College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/adrian-college/finances'},
{'University Name': 'Albion College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/albion-college/finances'},
{'University Name': 'Calvin College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/calvin-university/finances'},
{'University Name': 'College for Creative Studies',
'URL': 'https://www.collegevine.com/schools/hub/all/d/college-for-creative-studies/finances'},
{'University Name': 'Grand Valley State University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/grand-valley-state-university-gvsu/finances'},
{'University Name': 'Hope College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hope-college/finances'},
{'University Name': 'Kalamazoo College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/kalamazoo-college/finances'},
{'University Name': 'Lawrence Technological University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lawrence-technological-university/finances'},
{'University Name': 'Carleton College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/carleton-college/finances'},
{'University Name': 'College of Saint Benedict/Saint John’s University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-johns-university/finances'},
{'University Name': 'College of St Catherine',
'URL': 'https://www.collegevine.com/schools/hub/all/d/st-catherine-university/finances'},
{'University Name': 'Concordia College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/concordia-college-minnesota/finances'},
{'University Name': 'Hamline University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hamline-university/finances'},
{'University Name': 'Macalester College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/macalester-college/finances'},
{'University Name': 'Minnesota State University Mankato',
'URL': 'https://www.collegevine.com/schools/hub/all/d/minnesota-state-university-mankato/finances'},
{'University Name': 'St Olaf College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/st-olaf-college/finances'},
{'University Name': 'The College of St Scholastica',
'URL': 'https://www.collegevine.com/schools/hub/all/d/college-of-saint-scholastica/finances'},
{'University Name': 'Columbia College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/columbia-college-missouri/finances'},
{'University Name': 'Culver Stockton College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/culver-stockton-college/finances'},
{'University Name': 'Saint Louis University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-louis-university-slu/finances'},
{'University Name': 'Washington University in St Louis',
'URL': 'https://www.collegevine.com/schools/hub/all/d/washington-university-in-st-louis-washu/finances'},
{'University Name': 'Webster University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/webster-university/finances'},
{'University Name': 'Rocky Mountain College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/rocky-mountain-college-rmc/finances'},
{'University Name': 'Creighton University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/creighton-university/finances'},
{'University Name': 'University of Nebraska at Omaha',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-nebraska-omaha-uno/finances'},
{'University Name': 'Dartmouth College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/dartmouth-college/finances'},
{'University Name': 'New England College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/new-england-college/finances'},
{'University Name': 'Drew University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/drew-university/finances'},
{'University Name': 'Fairleigh Dickinson University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/fairleigh-dickinson-university-metropolitan-campus/finances'},
{'University Name': 'Monmouth University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/monmouth-university/finances'},
{'University Name': 'Princeton University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/princeton-university/finances'},
{'University Name': 'Stevens Institute of Technology',
'URL': 'https://www.collegevine.com/schools/hub/all/d/stevens-institute-of-technology/finances'},
{'University Name': 'New Mexico Highlands University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/new-mexico-highlands-university/finances'},
{'University Name': 'Adelphi University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/adelphi-university/finances'},
{'University Name': 'Bard College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/bard-college/finances'},
{'University Name': 'Berkeley College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/berkeley-college-new-york/finances'},
{'University Name': 'Clarkson University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/clarkson-university/finances'},
{'University Name': 'Colgate University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/colgate-university/finances'},
{'University Name': 'Columbia University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/columbia-university/finances'},
{'University Name': 'Cornell University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/cornell-university/finances'},
{'University Name': 'D’Youville College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/d-youville-university/finances'},
{'University Name': 'Elmira College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/elmira-college/finances'},
{'University Name': 'Eugene Lang College/New School University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/new-school/finances'},
{'University Name': 'Fisher College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/fisher-college/finances'},
{'University Name': 'Fordham University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/fordham-university/finances'},
{'University Name': 'Hamilton College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hamilton-college/finances'},
{'University Name': 'Hobart and William Smith Colleges',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hobart-and-william-smith-colleges-hws/finances'},
{'University Name': 'Iona College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/iona-college/finances'},
{'University Name': 'Ithaca College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ithaca-college/finances'},
{'University Name': 'Lally School of Management & Technology',
'URL': 'https://www.collegevine.com/schools/hub/all/d/rensselaer-polytechnic-institute-rpi/finances'},
{'University Name': 'Manhattanville College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/manhattanville-college/finances'},
{'University Name': 'Niagara University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/niagara-university/finances'},
{'University Name': 'New York University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/new-york-university-nyu/finances'},
{'University Name': 'Parsons the New School for Design, NY',
'URL': 'https://www.collegevine.com/schools/hub/all/d/new-school/finances'},
{'University Name': 'Rochester Institute of Technology',
'URL': 'https://www.collegevine.com/schools/hub/all/d/rochester-institute-of-technology-rit/finances'},
{'University Name': 'School of Visual Arts',
'URL': 'https://www.collegevine.com/schools/hub/all/d/school-of-visual-arts/finances'},
{'University Name': 'Skidmore College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/skidmore-college/finances'},
{'University Name': 'St Lawrence University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/st-lawrence-university/finances'},
{'University Name': 'State University of New York-Plattsburgh',
'URL': 'https://www.collegevine.com/schools/hub/all/d/suny-college-at-plattsburgh/finances'},
{'University Name': 'Union College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/union-college-new-york/finances'},
{'University Name': 'University of Rochester',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-rochester/finances'},
{'University Name': 'Utica College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/utica-university/finances'},
{'University Name': 'Vassar College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/vassar-college/finances'},
{'University Name': 'Wells College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wells-college/finances'},
{'University Name': 'Campbell University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/campbell-university/finances'},
{'University Name': 'Davidson College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/davidson-college/finances'},
{'University Name': 'Duke University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/duke-university/finances'},
{'University Name': 'Elon University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/elon-university/finances'},
{'University Name': 'Guilford College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/guilford-college/finances'},
{'University Name': 'Methodist College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/methodist-college/finances'},
{'University Name': 'Antioch College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/antioch-college/finances'},
{'University Name': 'Ashland University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ashland-university/finances'},
{'University Name': 'Denison University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/denison-university/finances'},
{'University Name': 'Hiram College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hiram-college/finances'},
{'University Name': 'Kenyon College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/kenyon-college/finances'},
{'University Name': 'Miami University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/miami-university/finances'},
{'University Name': 'Ohio Wesleyan University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ohio-wesleyan-university/finances'},
{'University Name': 'The College of Wooster',
'URL': 'https://www.collegevine.com/schools/hub/all/d/college-of-wooster/finances'},
{'University Name': 'Ohio State University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ohio-state-university-osu/finances'},
{'University Name': 'University of Cincinnati',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-cincinnati/finances'},
{'University Name': 'Wittenberg University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wittenberg-university/finances'},
{'University Name': 'Xavier University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/xavier-university/finances'},
{'University Name': 'The University of Tulsa',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-tulsa/finances'},
{'University Name': 'George Fox University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/george-fox-university-gfu/finances'},
{'University Name': 'Lewis & Clark College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lewis-clark-college/finances'},
{'University Name': 'Linfield College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/linfield-college/finances'},
{'University Name': 'Reed College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/reed-college/finances'},
{'University Name': 'University of Oregon',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-oregon/finances'},
{'University Name': 'University of Portland',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-portland/finances'},
{'University Name': 'Albright College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/albright-college/finances'},
{'University Name': 'Bryn Mawr College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/bryn-mawr-college/finances'},
{'University Name': 'Bucknell University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/bucknell-university/finances'},
{'University Name': 'Chatham College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/chatham-university/finances'},
{'University Name': 'Dickinson College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/dickinson-college/finances'},
{'University Name': 'Drexel University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/drexel-university/finances'},
{'University Name': 'Duquesne University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/duquesne-university/finances'},
{'University Name': 'Elizabethtown College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/elizabethtown-college-e-town/finances'},
{'University Name': 'Franklin & Marshall College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/franklin-and-marshall-college-f-m/finances'},
{'University Name': 'Gettysburg College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/gettysburg-college/finances'},
{'University Name': 'Juniata College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/juniata-college/finances'},
{'University Name': 'La Roche College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/la-roche-university/finances'},
{'University Name': 'Lafayette College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lafayette-college/finances'},
{'University Name': 'Lebanon Valley College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lebanon-valley-college/finances'},
{'University Name': 'Lehigh University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lehigh-university/finances'},
{'University Name': 'Marywood University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/marywood-university/finances'},
{'University Name': 'Moravian College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/moravian-university/finances'},
{'University Name': 'Seton-Hill University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/seton-hill-university/finances'},
{'University Name': 'Shippensburg University of Pennsylvania',
'URL': 'https://www.collegevine.com/schools/hub/all/d/shippensburg-university-of-pennsylvania/finances'},
{'University Name': 'Slippery Rock University of Pennsylvania',
'URL': 'https://www.collegevine.com/schools/hub/all/d/slippery-rock-university-of-pennsylvania/finances'},
{'University Name': 'Susquehanna University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/susquehanna-university/finances'},
{'University Name': 'The University of The Arts',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-the-arts-uarts/finances'},
{'University Name': 'University of Pennsylvania',
'URL': 'https://collegevine.com/schools/hub/all/d/university-of-pennsylvania-upenn/finances'},
{'University Name': 'Ursinus College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ursinus-college/finances'},
{'University Name': 'Villanova University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/villanova-university/finances'},
{'University Name': 'Widener University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/widener-university/finances'},
{'University Name': 'Brown University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/brown-university/finances'},
{'University Name': 'Bryant University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/bryant-university/finances'},
{'University Name': 'Johnson & Wales University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/johnson-and-wales-university-providence/finances'},
{'University Name': 'Roger Williams University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/roger-williams-university-rwu/finances'},
{'University Name': 'Salve Regina University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/salve-regina-university/finances'},
{'University Name': 'Belmont University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/belmont-university/finances'},
{'University Name': 'Carson-Newman College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/carson-newman-university/finances'},
{'University Name': 'Memphis College of Art',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-memphis/finances'},
{'University Name': 'Rhodes College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/rhodes-college/finances'},
{'University Name': 'Sewanee, The University of the South',
'URL': 'https://www.collegevine.com/schools/hub/all/d/sewanee-the-university-of-the-south-sewanee/finances'},
{'University Name': 'Vanderbilt University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/vanderbilt-university/finances'},
{'University Name': 'Rice University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/rice-university/finances'},
{'University Name': 'Southern Methodist University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/southern-methodist-university-smu/finances'},
{'University Name': 'St Mary’s University, San Antonio',
'URL': 'https://www.collegevine.com/schools/hub/all/d/st-mary-s-university-texas/finances'},
{'University Name': 'Stephen F Austin State University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/stephen-f-austin-state-university/finances'},
{'University Name': 'Texas Christian University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/texas-christian-university-tcu/finances'},
{'University Name': 'Trinity University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/trinity-university/finances'},
{'University Name': 'University of Dallas',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-dallas/finances'},
{'University Name': 'Bennington College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/bennington-college/finances'},
{'University Name': 'Landmark College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/landmark-college/finances'},
{'University Name': 'Middlebury College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/middlebury-college/finances'},
{'University Name': 'Saint Michael’s College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/st-michael-s-college/finances'},
{'University Name': 'George Mason University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/george-mason-university/finances'},
{'University Name': 'Randolph College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/randolph-college/finances'},
{'University Name': 'Roanoke College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/roanoke-college/finances'},
{'University Name': 'Shenandoah University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/shenandoah-university/finances'},
{'University Name': 'Sweet Briar College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/sweet-briar-college/finances'},
{'University Name': 'University of Richmond',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-richmond/finances'},
{'University Name': 'Washington and Lee University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/washington-and-lee-university/finances'},
{'University Name': 'Cornish College of the Arts',
'URL': 'https://www.collegevine.com/schools/hub/all/d/cornish-college-of-the-arts/finances'},
{'University Name': 'Pacific Lutheran University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/pacific-lutheran-university/finances'},
{'University Name': 'University of Puget Sound',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-puget-sound/finances'},
{'University Name': 'Whitman College',
'URL': 'http://collegevine.com/schools/hub/all/d/whitman-college/finances'},
{'University Name': 'Beloit College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/beloit-college/finances'},
{'University Name': 'Lawrence University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lawrence-university/finances'},
{'University Name': 'Marquette University',
'URL': 'https://www.collegevine.com/schools/hub/all/d/marquette-university/finances'},
{'University Name': 'St Norbert College',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-norbert-college/finances'},
{'University Name': 'University of Wisconsin-Eau Claire',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-wisconsin-eau-claire/finances'},
{'University Name': 'University of Wisconsin-Superior',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-wisconsin-superior/finances'}]
In [14]:
for university in universities_list:
if university['University Name'] == 'Azusa Pacific University':
print(university)
{'University Name': 'Azusa Pacific University', 'URL': 'https://www.collegevine.com/schools/hub/all/d/azusa-pacific-university-apu'}
In [15]:
my_second_url = "https://www.collegevine.com/schools/hub/all/d/azusa-pacific-university-apu"
second_raw_html = requests.get(my_second_url).content
soup_doc = BeautifulSoup(second_raw_html, "html.parser")
print(soup_doc.prettify())
<!DOCTYPE html>
<html class="h-100" lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1" name="viewport"/>
<meta content="CollegeVine" name="apple-mobile-web-app-title"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/favicon.png" rel="icon" sizes="32x32"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/favicon-48x48.png" rel="icon" sizes="48x48"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/favicon-96x96.png" rel="icon" sizes="96x96"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/favicon-192x192.png" rel="icon" sizes="192x192"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/apple-touch-icon-167x167.png" rel="apple-touch-icon" sizes="167x167"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/apple-touch-icon-180x180.png" rel="apple-touch-icon" sizes="180x180"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/apple-touch-icon-512x512.png" rel="apple-touch-icon" sizes="512x512"/>
<title>
CollegeVine
</title>
<meta content="CollegeVine" property="og:title"/>
<meta content="https://www.collegevine.com/schools/hub/all/d/azusa-pacific-university-apu" property="og:url"/>
<meta content="CollegeVine" property="og:site_name"/>
<meta content="CollegeVine" name="twitter:title"/>
<meta content="summary_large_image" name="twitter:card"/>
<meta content="@collegevine" name="twitter:site"/>
<meta content="https://www.collegevine.com" name="twitter:domain"/>
<link href="https://www.collegevine.com/schools/azusa-pacific-university-apu" rel="canonical"/>
<meta content="authenticity_token" name="csrf-param">
<meta content="jdq5t12dYllc80I4DoFunnAE46JwIvjK65AkiwSHpBgKsjg9IAK/tlhTLgCIgaYt6A2UrDUxjM6GWGFA1xC+ew==" name="csrf-token">
<script>
;(function () {
function hasBrowserRequiredFeatures() {
try {
// template literals
eval("`test`")
// classes
eval("class Foo {}")
// arrow functions
eval("const increment = x => x + 1")
} catch (error) {
return false
}
// performance API
if (
typeof performance === "undefined" ||
typeof performance.clearMeasures !== "function"
) {
return false
}
return true
}
// Set flag for unsupported browsers to be later reported to Heap since
// it hasn’t been loaded at this point:
const isSupportedBrowser = hasBrowserRequiredFeatures()
window.CV = window.CV || {}
window.CV.hasUnsupportedBrowser = !isSupportedBrowser
window.CV.sentryAttributionKey = null
window.sentryOnLoad = () => {
if (!isSupportedBrowser) {
if (
typeof console !== "undefined" &&
typeof console.warn === "function"
) {
console.warn(
"Error reporting disabled. This browser is not officially supported.",
)
}
return
}
Sentry.init({
release: "app-frontend@22f81c5c9336cf4b59a726969ae3ae8b95b1644d",
// Only track errors from JavaScript we serve
allowUrls: [/collegevine\.com/, /d28hdetl1q8yl2\.cloudfront\.net/],
beforeSend: (event, hint) => {
const exception = hint.originalException
// If the __sentryFingerprint field of the underlying exception is
// defined, use it as the fingerprint for the Sentry issue.
if (exception && exception.__sentryFingerprint) {
event.fingerprint = [exception.__sentryFingerprint]
}
return event
},
})
if (CV.sentryAttributionKey) {
Sentry.setContext("attribution", { key: CV.sentryAttributionKey })
Sentry.setTag("attribution", CV.sentryAttributionKey)
}
}
})()
</script>
<script crossorigin="anonymous" src="https://js.sentry-cdn.com/4d42713cd70d4bb0973933789bbaede8.min.js">
</script>
<!-- Google Consent Mode -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag("consent", "default", {
ad_storage: "denied",
analytics_storage: "denied",
ad_user_data: "denied",
ad_personalization: "denied",
wait_for_update: 500
});
gtag("set", "ads_data_redaction", true);
</script>
<!-- Osano -->
<script src="https://cmp.osano.com/Azyzp2TvnpgtM3kbz/02dc74f6-748a-4d06-aae6-1dda988cd583/osano.js">
</script>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-KT9ZYXLWZ5">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KT9ZYXLWZ5');
</script>
<script>
performance.mark('css:start')
performance.mark('css:lib:start')
</script>
<link as="style" href="https://d28hdetl1q8yl2.cloudfront.net/assets/select2/select2.min-15d6ad4dfdb43d0affad683e70029f97a8f8fc8637a28845009ee0542dccdf81.css" media="screen" rel="preload stylesheet">
<link as="style" href="https://d28hdetl1q8yl2.cloudfront.net/theme/fonts/feather/feather.min.css" media="screen" rel="preload stylesheet">
<link as="style" href="https://d28hdetl1q8yl2.cloudfront.net/theme/css/theme.min.css" media="screen" rel="preload stylesheet">
<link href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css" media="screen" rel="stylesheet">
<link as="style" href="https://d28hdetl1q8yl2.cloudfront.net/assets/app-2fb2d3b7182b2cc9a6fa10326ad106590ce9186de002af3b3b62a9cd1c0a79eb.css" media="screen" rel="preload stylesheet">
<link as="font" crossorigin="anonymous" href="https://d28hdetl1q8yl2.cloudfront.net/material-symbols.woff2" rel="preload"/>
<style>
@font-face {
font-family: 'Material Symbols Outlined';
font-style: normal;
font-display: block;
src: url(https://d28hdetl1q8yl2.cloudfront.net/material-symbols.woff2);
}
</style>
<link defer="defer" href="https://d28hdetl1q8yl2.cloudfront.net/assets/react-carousel/style-a5bd9ffcd5cf9c8602665e08588b6ce6e60fecb485f84e1d10e5f5c7d017614a.css" media="screen" rel="stylesheet">
<link defer="defer" href="https://d28hdetl1q8yl2.cloudfront.net/assets/react-calendar-9cde26b626ee3959ab153a9f22fa36a3909b0f738292e4c7927c6fd2899c2bc7.css" media="screen" rel="stylesheet">
<script>
performance.mark('css:lib:end')
</script>
<script>
performance.mark('css:pageStyles:start')
</script>
<link as="fetch" crossorigin="anonymous" href="https://d28hdetl1q8yl2.cloudfront.net/schools/hub/data/static/a04341e291172466a1a734bb68c33c20217a575a6ebe0bcb18bf7d080e8c626c" rel="preload"/>
<link as="fetch" crossorigin="anonymous" href="/schools/hub/data/recommended-schools" rel="preload"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/theme-landing/libs/flickity/dist/flickity.min.css" media="screen" rel="stylesheet">
<link href="https://api.mapbox.com/mapbox-gl-js/v1.8.1/mapbox-gl.css" media="screen" rel="stylesheet">
<link href="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.4.2/mapbox-gl-geocoder.css" media="screen" rel="stylesheet">
<script>
performance.mark('css:pageStyles:end')
</script>
<script>
performance.mark('css:end')
</script>
<script>
;(function () {
function hasBrowserRequiredFeatures() {
try {
// template literals
eval("`test`")
// classes
eval("class Foo {}")
// arrow functions
eval("const increment = x => x + 1")
} catch (error) {
return false
}
// performance API
if (
typeof performance === "undefined" ||
typeof performance.clearMeasures !== "function"
) {
return false
}
return true
}
// Set flag for unsupported browsers to be later reported to Heap since
// it hasn’t been loaded at this point:
const isSupportedBrowser = hasBrowserRequiredFeatures()
window.CV = window.CV || {}
window.CV.hasUnsupportedBrowser = !isSupportedBrowser
window.CV.sentryAttributionKey = null
window.sentryOnLoad = () => {
if (!isSupportedBrowser) {
if (
typeof console !== "undefined" &&
typeof console.warn === "function"
) {
console.warn(
"Error reporting disabled. This browser is not officially supported.",
)
}
return
}
Sentry.init({
release: "app-frontend@22f81c5c9336cf4b59a726969ae3ae8b95b1644d",
// Only track errors from JavaScript we serve
allowUrls: [/collegevine\.com/, /d28hdetl1q8yl2\.cloudfront\.net/],
beforeSend: (event, hint) => {
const exception = hint.originalException
// If the __sentryFingerprint field of the underlying exception is
// defined, use it as the fingerprint for the Sentry issue.
if (exception && exception.__sentryFingerprint) {
event.fingerprint = [exception.__sentryFingerprint]
}
return event
},
})
if (CV.sentryAttributionKey) {
Sentry.setContext("attribution", { key: CV.sentryAttributionKey })
Sentry.setTag("attribution", CV.sentryAttributionKey)
}
}
})()
</script>
<script crossorigin="anonymous" src="https://js.sentry-cdn.com/4d42713cd70d4bb0973933789bbaede8.min.js">
</script>
<script>
window.CV = window.CV || {}
window.CV.featureFlags = {}
window.CV.trackedFeatureFlags = {
"ff_mkt_795_ai_menu_button": true,
"ff_uaq_487_ivy_notification_conversation": false,
"ff_uaq_549_new_ivy_onboarding_experience": true,
"ff_uaq_750_ivy_tutor_copy": "Improve grades",
"ff_uaq_752_add_modal_after_ivy_tutor_landing": false,
"ff_app_13500_cookie_consent_management": "osano",
"ff_rcr_2453_ask_for_shorelight_phone_number_earlier": false,
"ff_rcr_2353_enable_shorelight": true,
"ff_app_13805_mobile_push_notifications_contextual": true,
"ff_app_18741_ai_tastemaker_request_human_review": 1,
"ff_app_18969_brag_sheet_student_conversion": "obvious",
"ff_app_19904_ai_agents_home_page": true
}
CV.isMobileDevice = false
CV.mobileApp = {
manifest: null,
isStartup: false,
pushPermissionRequestMode: null,
}
CV.deviceCategory = "desktop"
CV.page = {
type: "app",
blog: {
slug: null,
categories: null,
}
}
</script>
<script>
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey='rWXWySxnrfE3LkUSGnjwjOOc2hsfLtaC';;analytics.SNIPPET_VERSION="4.15.3";
analytics.load('rWXWySxnrfE3LkUSGnjwjOOc2hsfLtaC');
}}();
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/tracking-fa9713c983199b4698597ef97cb4bc9b49f5a33564ac751a6aa1bc959067ded0.js">
</script>
<script>
if (CV.tracking) {
CV.tracking.pageView()
}
</script>
<script>
if (CV.currentUser) {
if (CV.tracking) {
CV.tracking.identify(CV.currentUser.cvid)
}
}
</script>
<script>
!function (w, d, t) {
w.TiktokAnalyticsObject=t;var ttq=w[t]=w[t]||[];ttq.methods=["page","track","identify","instances","debug","on","off","once","ready","alias","group","enableCookie","disableCookie"],ttq.setAndDefer=function(t,e){t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}};for(var i=0;i<ttq.methods.length;i++)ttq.setAndDefer(ttq,ttq.methods[i]);ttq.instance=function(t){for(var e=ttq._i[t]||[],n=0;n<ttq.methods.length;n++)ttq.setAndDefer(e,ttq.methods[n]);return e},ttq.load=function(e,n){var i="https://analytics.tiktok.com/i18n/pixel/events.js";ttq._i=ttq._i||{},ttq._i[e]=[],ttq._i[e]._u=i,ttq._t=ttq._t||{},ttq._t[e]=+new Date,ttq._o=ttq._o||{},ttq._o[e]=n||{};n=document.createElement("script");n.type="text/javascript",n.async=!0,n.src=i+"?sdkid="+e+"&lib="+t;e=document.getElementsByTagName("script")[0];e.parentNode.insertBefore(n,e)};
ttq.load('C6AKVPCCAQFJ5EJE0GIG');
ttq.page();
}(window, document, 'ttq');
</script>
</link>
</link>
</link>
</link>
</link>
</link>
</link>
</link>
</link>
</link>
</meta>
</meta>
</head>
<body class="h-100 d-flex flex-column overflow-y-hidden">
<a aria-label="Skip to main content" class="skip-to-main-content visuallyhidden focusable" href="#skip-to-main" tabindex="0">
Skip to main content
</a>
<nav class="bg-white navbar navbar-light navbar-user navbar-expand-md py-3 px-1 px-md-3">
<div class="d-flex align-items-center justify-content-between flex-grow-1 px-3 container">
<div class="d-flex align-items-center">
<a href="/">
<img class="img-fluid" src="https://d28hdetl1q8yl2.cloudfront.net/img/cv-logo.svg"/>
</a>
</div>
<div class="d-flex align-items-center justify-content-around bg-white">
<a class="text-gray-800 text-nowrap px-3 mx-1" href="https://www.collegevine.com/sage">
Sage
</a>
<a class="text-gray-800 text-nowrap px-3 mx-1" href="https://www.collegevine.com/admissions-calculator">
Chancing
</a>
<div class="dropdown">
<button class="btn btn-link py-0 px-3 text-gray-800 d-flex align-items-center justify-content-between dropdown-toggle">
<div class="text-nowrap">
Schools
</div>
<div class="material-symbol ms-2 ml-2 large text-muted">
expand_more
</div>
</button>
<div class="dropdown-menu z-index-popover">
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/schools/hub/all">
Explore Colleges
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/college-lists-and-rankings">
Rankings
</a>
</div>
</div>
<div class="dropdown">
<button class="btn btn-link py-0 px-3 text-gray-800 d-flex align-items-center justify-content-between dropdown-toggle">
<div class="text-nowrap">
Resources
</div>
<div class="material-symbol ms-2 ml-2 large text-muted">
expand_more
</div>
</button>
<div class="dropdown-menu z-index-popover">
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/ai/homework-help">
Homework Help
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/faq">
Expert FAQ
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/guidance">
Blog Articles
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://blog.collegevine.com/category/essays/essay-guides-2023-24/">
Essay Guides
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/livestreams">
Livestreams
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/monthly-scholarships">
Scholarships
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/communities/feed">
Community
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/essays/review">
Peer essay review
</a>
</div>
</div>
</div>
<div class="d-flex align-items-center">
<form action="https://www.collegevine.com/users/auth/auth0?screen_hint=login" class="my-0" method="post">
<button class="navbar-btn btn btn-link text-gray-800 mr-3 me-3" id="navbarLogin" type="submit">
Log in
</button>
<input autocomplete="off" name="authenticity_token" type="hidden" value="vtJ/UTNyRXGdGSxayHJjL9Ne2FewlgeYvUiq9HHa9qyuWfkkea8Sk8U7o4AhVXZ/8kjiohJYoHecKrunApU1Kw=="/>
</form>
<form action="https://www.collegevine.com/users/auth/auth0?screen_hint=signUp" class="my-0" method="post">
<button class="navbar-btn btn btn-success" id="signup" type="submit">
Sign up
</button>
<input autocomplete="off" name="authenticity_token" type="hidden" value="num2Cugv2AX1OJRWx34BEF0vUcLM2Xx7iFdf1HenfAyOYjB/ovKP560aG4wuWRRAfDlrN24X25SpNU6HBOi/iw=="/>
</form>
</div>
</div>
</nav>
<div class="skip-to-main" id="skip-to-main" tabindex="-1">
</div>
<div class="" id="21c10c1e">
</div>
<div class="flex-grow-1 d-flex flex-column overflow-y-hidden" id="6edb43bd">
<div class="d-flex overflow-hidden flex-grow-1" data-reactroot="">
<div class="d-flex flex-column overflow-hidden flex-grow-1 position-relative">
<div class="flex-grow-1 bg-very-light-grey overflow-x-hidden overflow-y-auto t--scroll-container">
<div class="position-sticky z-index-fixed d-flex justify-content-between bg-white border-bottom py-3 px-5" style="top:0">
<div class="mb-4 mb-md-0 mr-3 my-1 my-md-0" style="width:20em;min-width:15em">
<style data-emotion-css="2b097c-container">
.css-2b097c-container{position:relative;box-sizing:border-box;}
</style>
<div class="css-2b097c-container">
<style data-emotion-css="yk16xz-control">
.css-yk16xz-control{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:hsl(0,0%,100%);border-color:hsl(0,0%,80%);border-radius:4px;border-style:solid;border-width:1px;cursor:default;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;min-height:38px;outline:0 !important;position:relative;-webkit-transition:all 100ms;transition:all 100ms;box-sizing:border-box;}.css-yk16xz-control:hover{border-color:hsl(0,0%,70%);}
</style>
<div class="t--name-search__control css-yk16xz-control">
<style data-emotion-css="1hwfws3">
.css-1hwfws3{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:2px 8px;-webkit-overflow-scrolling:touch;position:relative;overflow:hidden;box-sizing:border-box;}
</style>
<div class="t--name-search__value-container css-1hwfws3">
<style data-emotion-css="8dspav-placeholder">
.css-8dspav-placeholder{color:#B1C2D9;margin-left:2px;margin-right:2px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);box-sizing:border-box;}
</style>
<div class="t--name-search__placeholder css-8dspav-placeholder">
Search a school
</div>
<style data-emotion-css="1g6gooi">
.css-1g6gooi{margin:2px;padding-bottom:2px;padding-top:2px;visibility:visible;color:hsl(0,0%,20%);box-sizing:border-box;}
</style>
<div class="css-1g6gooi">
<div class="t--name-search__input" style="display:inline-block">
<input aria-autocomplete="list" aria-label="Search a school" autocapitalize="none" autocomplete="off" autocorrect="off" id="react-select-78-input" spellcheck="false" style="box-sizing:content-box;width:1px;label:input;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit" tabindex="0" type="text" value=""/>
<div style="position:absolute;top:0;left:0;visibility:hidden;height:0;overflow:scroll;white-space:pre">
</div>
</div>
</div>
</div>
<style data-emotion-css="1wy0on6">
.css-1wy0on6{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;}
</style>
<div class="t--name-search__indicators css-1wy0on6">
<style data-emotion-css="1okebmr-indicatorSeparator">
.css-1okebmr-indicatorSeparator{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;background-color:hsl(0,0%,80%);margin-bottom:8px;margin-top:8px;width:1px;box-sizing:border-box;}
</style>
<span class="t--name-search__indicator-separator css-1okebmr-indicatorSeparator">
</span>
<style data-emotion-css="tlfecz-indicatorContainer">
.css-tlfecz-indicatorContainer{color:hsl(0,0%,80%);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:8px;-webkit-transition:color 150ms;transition:color 150ms;box-sizing:border-box;}.css-tlfecz-indicatorContainer:hover{color:hsl(0,0%,60%);}
</style>
<div aria-hidden="true" class="t--name-search__indicator t--name-search__dropdown-indicator css-tlfecz-indicatorContainer">
<style data-emotion-css="19bqh2r">
.css-19bqh2r{display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;}
</style>
<svg aria-hidden="true" class="css-19bqh2r" focusable="false" height="20" viewbox="0 0 20 20" width="20">
<path d="M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z">
</path>
</svg>
</div>
</div>
</div>
</div>
</div>
<div class="bg-gradient-light-grey rounded py-2">
</div>
</div>
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-between mt-3 mb-0 mb-md-4">
<div class="dropdown my-2">
<button aria-label="Ranking selector" class="btn btn-link text-body p-0">
<h1 class="my-2 d-flex align-items-start">
<span class="text-left">
All colleges
</span>
<span class="material-symbol ml-2 pt-1">
expand_more
</span>
</h1>
</button>
</div>
</div>
<div class="d-flex justify-content-between mb-3">
<div class="">
1 College
</div>
<div class="d-flex justify-content-end">
<div class="dropdown">
<button aria-label="Sort options" class="btn btn-link p-0 text-secondary dropdown-toggle">
Sort by: Name
</button>
</div>
</div>
</div>
<div style="position:relative">
<div style="-ms-transform:translate(0px, 0px);-webkit-transform:translate(0px, 0px);transform:translate(0px, 0px)">
<div>
<div class="pb-4">
<div class="card mb-0 t--list-row t--school-8d6987b4-5275-45fe-917c-017d19fd9387">
<div class="card-body row">
<div class="col-12 col-sm-auto mb-5 mb-sm-0 d-flex flex-column flex-sm-row align-items-stretch">
<div class="m-n4 overflow-hidden position-relative rounded-left" style="width:170px">
<img alt="" class="position-absolute" sizes="" src="https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?w=170&h=270&fit=crop&crop=edges&auto=format" srcset="" style="left:calc(50% - 85px);top:calc(50% - 135px)"/>
</div>
</div>
<div class="col-12 col-sm ml-sm-4 pt-3 pt-sm-0">
<div class="d-flex align-items-start justify-content-between">
<a class="h2 text-body flex-grow-1" href="/schools/hub/all/d/azusa-pacific-university-apu">
Azusa Pacific University | APU
</a>
</div>
<div class="small text-secondary d-flex align-items-center">
<div class="t--location">
Azusa, CA
</div>
<div class="mx-2">
•
</div>
Private
</div>
<div class="row">
<div class="col-6">
<div class="mt-3 d-flex align-items-center">
<strong class="t--acceptance-rate">
94%
</strong>
<span class="ml-3">
Acceptance rate
</span>
</div>
</div>
<div class="col-6">
<div class="mt-3 d-flex align-items-center">
<strong class="t--gpa">
3.72
</strong>
<span class="ml-3">
Avg GPA
</span>
</div>
</div>
<div class="col-6">
<div class="mt-3 d-flex align-items-center">
<strong class="t--cost">
$52K
</strong>
<span class="ml-3">
Cost
</span>
</div>
</div>
<div class="col-6">
<div class="mt-3 d-flex align-items-center">
<strong class="t--total-undergrads">
3K
</strong>
<span class="ml-3">
Undergrads
</span>
</div>
</div>
</div>
<div class="d-flex justify-content-between align-items-center mt-4">
<a aria-label="Calculate my chances for Azusa Pacific University | APU" class="btn btn-link p-0" href="/admissions-calculator">
Calculate my chances
</a>
<div class="">
<form action="/users/auth/auth0?origin=%2Fschools%2Fhub%2Fall%2Fd%2Fazusa-pacific-university-apu&screen_hint=signUp" class="d-inline" method="post" target="">
<button class="d-flex btn btn-outline-primary" type="submit">
<div class="d-flex align-items-center mr-2">
<i class="fe fe-heart">
</i>
<div class="d-none d-md-block ml-2">
Add to list
</div>
</div>
</button>
<input class="" name="authenticity_token" type="hidden" value=""/>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex flex-column position-absolute-fullsize overflow-y-auto overflow-x-hidden z-index-modal bg-white t--focused-school">
<div class="container">
<div class="header mb-3 mx-n3 mx-md-0">
<div class="row pr-3 my-3">
<div class="col pr-0">
<button class="btn btn-link mt-2 text-dark d-flex align-items-center px-3 t--close-focused-school">
<span class="material-symbol large">
arrow_back
</span>
</button>
</div>
<div class="col-10 col-lg-5 py-2 mr-lg-0 pl-0">
<style data-emotion-css="2b097c-container">
.css-2b097c-container{position:relative;box-sizing:border-box;}
</style>
<div class="css-2b097c-container">
<style data-emotion-css="yk16xz-control">
.css-yk16xz-control{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:hsl(0,0%,100%);border-color:hsl(0,0%,80%);border-radius:4px;border-style:solid;border-width:1px;cursor:default;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;min-height:38px;outline:0 !important;position:relative;-webkit-transition:all 100ms;transition:all 100ms;box-sizing:border-box;}.css-yk16xz-control:hover{border-color:hsl(0,0%,70%);}
</style>
<div class="css-yk16xz-control">
<style data-emotion-css="1hwfws3">
.css-1hwfws3{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:2px 8px;-webkit-overflow-scrolling:touch;position:relative;overflow:hidden;box-sizing:border-box;}
</style>
<div class="css-1hwfws3">
<style data-emotion-css="8dspav-placeholder">
.css-8dspav-placeholder{color:#B1C2D9;margin-left:2px;margin-right:2px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);box-sizing:border-box;}
</style>
<div class="css-8dspav-placeholder">
Type to search
</div>
<style data-emotion-css="1g6gooi">
.css-1g6gooi{margin:2px;padding-bottom:2px;padding-top:2px;visibility:visible;color:hsl(0,0%,20%);box-sizing:border-box;}
</style>
<div class="css-1g6gooi">
<div class="" style="display:inline-block">
<input aria-autocomplete="list" autocapitalize="none" autocomplete="off" autocorrect="off" id="react-select-school-jump-bar-input" spellcheck="false" style="box-sizing:content-box;width:1px;label:input;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit" tabindex="0" type="text" value=""/>
<div style="position:absolute;top:0;left:0;visibility:hidden;height:0;overflow:scroll;white-space:pre">
</div>
</div>
</div>
</div>
<style data-emotion-css="1wy0on6">
.css-1wy0on6{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;}
</style>
<div class="css-1wy0on6">
<style data-emotion-css="at12u2-loadingIndicator">
.css-at12u2-loadingIndicator{color:hsl(0,0%,80%);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:8px;-webkit-transition:color 150ms;transition:color 150ms;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;font-size:4px;line-height:1;margin-right:4px;text-align:center;vertical-align:middle;box-sizing:border-box;}
</style>
<div aria-hidden="true" class="css-at12u2-loadingIndicator">
<style data-emotion-css="4dz72r animation-stj4i2">
.css-4dz72r{-webkit-animation:animation-stj4i2 1s ease-in-out 0ms infinite;animation:animation-stj4i2 1s ease-in-out 0ms infinite;background-color:currentColor;border-radius:1em;display:inline-block;height:1em;vertical-align:top;width:1em;}@-webkit-keyframes animation-stj4i2{0%,80%,100%{opacity:0;}40%{opacity:1;}}@keyframes animation-stj4i2{0%,80%,100%{opacity:0;}40%{opacity:1;}}
</style>
<span class="css-4dz72r">
</span>
<style data-emotion-css="1f06n0c animation-stj4i2">
.css-1f06n0c{-webkit-animation:animation-stj4i2 1s ease-in-out 160ms infinite;animation:animation-stj4i2 1s ease-in-out 160ms infinite;background-color:currentColor;border-radius:1em;display:inline-block;margin-left:1em;height:1em;vertical-align:top;width:1em;}@-webkit-keyframes animation-stj4i2{0%,80%,100%{opacity:0;}40%{opacity:1;}}@keyframes animation-stj4i2{0%,80%,100%{opacity:0;}40%{opacity:1;}}
</style>
<span class="css-1f06n0c">
</span>
<style data-emotion-css="1lqdfpi animation-stj4i2">
.css-1lqdfpi{-webkit-animation:animation-stj4i2 1s ease-in-out 320ms infinite;animation:animation-stj4i2 1s ease-in-out 320ms infinite;background-color:currentColor;border-radius:1em;display:inline-block;margin-left:1em;height:1em;vertical-align:top;width:1em;}@-webkit-keyframes animation-stj4i2{0%,80%,100%{opacity:0;}40%{opacity:1;}}@keyframes animation-stj4i2{0%,80%,100%{opacity:0;}40%{opacity:1;}}
</style>
<span class="css-1lqdfpi">
</span>
</div>
<style data-emotion-css="1okebmr-indicatorSeparator">
.css-1okebmr-indicatorSeparator{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;background-color:hsl(0,0%,80%);margin-bottom:8px;margin-top:8px;width:1px;box-sizing:border-box;}
</style>
<span class="css-1okebmr-indicatorSeparator">
</span>
<style data-emotion-css="tlfecz-indicatorContainer">
.css-tlfecz-indicatorContainer{color:hsl(0,0%,80%);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:8px;-webkit-transition:color 150ms;transition:color 150ms;box-sizing:border-box;}.css-tlfecz-indicatorContainer:hover{color:hsl(0,0%,60%);}
</style>
<div aria-hidden="true" class="css-tlfecz-indicatorContainer">
<style data-emotion-css="19bqh2r">
.css-19bqh2r{display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;}
</style>
<svg aria-hidden="true" class="css-19bqh2r" focusable="false" height="20" viewbox="0 0 20 20" width="20">
<path d="M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z">
</path>
</svg>
</div>
</div>
</div>
</div>
</div>
<div class="col">
</div>
</div>
<div class="position-relative mx-3 mx-lg-0">
<div class="d-md-none">
<img alt="" class="rounded" sizes="" src="https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format" srcset="https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=640 640w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=742 742w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=861 861w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=998 998w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=1158 1158w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=1344 1344w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=1559 1559w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=1808 1808w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=2098 2098w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=2433 2433w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=2823 2823w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=3275 3275w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=3799 3799w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=4406 4406w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=5112 5112w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=5120 5120w" style="height:15rem;width:100%;object-fit:cover"/>
</div>
<div class="d-none d-md-block">
<img alt="" class="rounded" sizes="" src="https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format" srcset="https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=640 640w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=742 742w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=861 861w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=998 998w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=1158 1158w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=1344 1344w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=1559 1559w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=1808 1808w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=2098 2098w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=2433 2433w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=2823 2823w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=3275 3275w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=3799 3799w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=4406 4406w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=5112 5112w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=5120 5120w" style="height:20rem;width:100%;object-fit:cover"/>
</div>
</div>
<div class="container px-lg-0">
<div class="pb-0 pb-md-3">
<div class="row align-items-end mt-4">
<div class="col mb-3">
<div class="row align-items-center">
<div class="col-auto">
<h1 class="header-title">
Azusa Pacific University | APU
</h1>
</div>
</div>
<div class="row">
<div class="col small">
Azusa, California
<span class="mx-2">
•
</span>
Private
</div>
</div>
</div>
<div class="col-12 col-lg-auto my-0 mb-lg-3">
<div class="row no-gutters g-0 align-items-center">
<div class="col-12 col-lg-auto">
<form action="/users/auth/auth0?origin=%2Fschools%2Fhub%2Fall%2Fd%2Fazusa-pacific-university-apu&screen_hint=signUp" class="d-inline" method="post" target="">
<button class="btn btn-outline-primary btn-block" type="submit">
Add to my list
</button>
<input class="" name="authenticity_token" type="hidden" value=""/>
</form>
</div>
</div>
</div>
</div>
<div class="row border-bottom mx-1">
<div class="col col-lg-auto mt-3 mt-lg-0 px-0">
<ul class="nav nav-tabs overflow-visible border-bottom-0">
<li class="nav-item text-nowrap">
<a class="cursor-pointer py-3 nav-link t--sdp-tab-Overview active" href="/schools/azusa-pacific-university-apu">
Overview
</a>
</li>
<li class="nav-item text-nowrap">
<a class="cursor-pointer py-3 nav-link t--sdp-tab-Finances" href="/schools/azusa-pacific-university-apu/finances">
Cost & scholarships
</a>
</li>
<li class="nav-item text-nowrap">
<a class="cursor-pointer py-3 nav-link t--sdp-tab-Majors" href="/schools/azusa-pacific-university-apu/majors">
Majors
</a>
</li>
<li class="nav-item text-nowrap">
<a class="cursor-pointer py-3 nav-link t--sdp-tab-Admission_Requirements" href="/schools/azusa-pacific-university-apu/admission-requirements">
Admissions
</a>
</li>
<li class="nav-item text-nowrap">
<a class="cursor-pointer py-3 nav-link t--sdp-tab-Essay_Prompts" href="/schools/azusa-pacific-university-apu/essay-prompts">
Essay prompt
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="row t--wide-overview">
<div class="col-12 col-md-8">
<div class="card t--overview">
<div class="card-body">
<div class="row align-items-center mb-3">
<div class="col-12 col-lg-6 py-3 my-auto">
<h3 class="font-weight-normal fw-normal">
<span class="mr-1">
Your chances
</span>
<span class="d-inline-flex align-items-center text-secondary text-secondary ml-2">
<i class="d-inline-block fe fe-help-circle">
</i>
</span>
</h3>
<h2 class="text-gray-800 mb-0">
—
</h2>
</div>
<div class="col-12 col-lg-6 py-3 my-auto">
<h3 class="font-weight-normal fw-normal">
<span class="mr-1">
Acceptance rate
</span>
<span class="d-inline-flex align-items-center text-secondary text-secondary ml-2">
<i class="d-inline-block fe fe-help-circle">
</i>
</span>
</h3>
<h2 class="text-gray-800 mb-0">
94%
</h2>
</div>
</div>
<div class="my-3">
<strong class="">
Private
</strong>
<!-- -->
school
<!-- -->
in
<strong class="">
California
</strong>
with
<strong class="">
3,300
</strong>
total undergraduate students
</div>
<div class="my-4">
<div class="bg-very-light-grey d-inline-block rounded-pill border small mr-2 mb-2 py-2 px-3">
Suburban
</div>
<div class="bg-very-light-grey d-inline-block rounded-pill border small mr-2 mb-2 py-2 px-3">
Far West
</div>
<div class="bg-very-light-grey d-inline-block rounded-pill border small mr-2 mb-2 py-2 px-3">
<span class="d-inline-flex align-items-center">
Undenominational
<i class="d-inline-block fe fe-help-circle ml-2 text-secondary">
</i>
</span>
</div>
<div class="bg-very-light-grey d-inline-block rounded-pill border small mr-2 mb-2 py-2 px-3">
Great Northeast Athletic Conference, Pacific West Conference
</div>
</div>
<div class="row mb-3">
<div class="col-auto">
<i class="fe large fe-globe">
</i>
</div>
<div class="col pl-0">
<a class="text-body mt-1 d-inline-block" href="http://www.apu.edu" rel="noopener" target="_blank">
apu.edu
</a>
</div>
</div>
<div class="row mb-3">
<div class="col-auto">
<i class="fe large fe-map-pin">
</i>
</div>
<div class="col pl-0">
<div class="h-100 d-flex align-items-center">
901 E Alosta, Azusa, CA 91702
</div>
</div>
</div>
<div class="row mb-3">
<div class="col-auto">
<i class="fe large fe-phone">
</i>
</div>
<div class="col pl-0">
<div class="mt-1">
(626) 969-3434
</div>
</div>
</div>
</div>
</div>
<div class="mb-4 spinner-border spinner-border-lg text-primary small" role="status">
<div class="sr-only">
Loading…
</div>
</div>
<div class="card t--admission-stats">
<div class="card-body">
<div class="d-flex mb-4 align-items-center">
<h2 class="mb-0 flex-grow-1">
Admissions
</h2>
</div>
<div class="row">
<div class="col-12 col-md-6 mb-4">
<div class="t--subtitle">
Overall acceptance rate
<!-- -->
<span class="d-inline-flex align-items-center text-secondary text-secondary">
<i class="d-inline-block fe fe-help-circle">
</i>
</span>
</div>
<div class="x-large mr-1">
94%
</div>
</div>
<div class="col-12 col-md-6 mb-4">
<div class="t--subtitle">
Yield rate - overall
<!-- -->
<span class="d-inline-flex align-items-center text-secondary text-secondary">
<i class="d-inline-block fe fe-help-circle">
</i>
</span>
</div>
<div class="x-large mr-1">
17%
</div>
</div>
</div>
<div class="mb-4">
<h3 class="mb-4">
Acceptance rate breakdown
</h3>
<div class="row align-items-center">
<div class="col text-nowrap">
Women
</div>
<div class="col-auto font-weight-semibold">
94%
</div>
</div>
<hr class=""/>
<div class="row align-items-center">
<div class="col text-nowrap">
Men
</div>
<div class="col-auto font-weight-semibold">
93%
</div>
</div>
<hr class=""/>
</div>
<h3 class="mb-4">
Applicant breakdown
</h3>
<div class="row align-items-center">
<div class="col text-nowrap">
Total number of applicants
</div>
<div class="col-auto font-weight-semibold">
3,967
</div>
</div>
<hr class=""/>
<div class="row mb-3">
<div class="col">
Women:
<span class="font-weight-semibold">
67%
</span>
</div>
<div class="col-auto">
Men:
<span class="font-weight-semibold">
33%
</span>
</div>
</div>
<div class="progress progress-md bg-warning">
<div class="progress-bar" style="width:67%">
</div>
</div>
<hr class=""/>
<div class="t--admissions-website">
<a class="d-flex align-items-center" href="http://www.apu.edu/admissions/" rel="noopener" target="_blank">
<i class="fe fe-external-link mr-1 large">
</i>
apu.edu/admissions
</a>
</div>
</div>
</div>
<div class="card t--financials-anonymous">
<div class="card-body">
<div class="d-flex align-items-center justify-content-between mb-3">
<h2 class="my-0 mr-3">
Cost & scholarships
</h2>
</div>
<div class="card border border-light rounded p-4 mx-2 mb-4">
<div class="row">
<div class="col-12 col-md mb-2 mb-md-4">
<div class="t--subtitle">
Your estimated net cost
</div>
<div class="font-weight-bold fw-bold text-secondary x-large">
$ ? / year
</div>
</div>
<div class="col-12 col-md-auto mb-3 mb-md-0">
<button class="btn btn-primary px-4 t--estimate-my-cost">
Estimate my cost
</button>
</div>
</div>
<div class="row">
<div class="col-12 mt-2 col-md-6 mt-md-0">
<div class="t--subtitle">
In-state
</div>
<div class="x-large">
$51,552
</div>
</div>
<div class="col-12 mt-2 col-md-6 mt-md-0">
<div class="t--subtitle">
Out-of-state
</div>
<div class="x-large">
$51,552
</div>
</div>
</div>
</div>
<p class="">
Published costs and averages can be misleading:
they don’t fully account for your family’s finances (for financial aid)
or your academic profile (for scholarships).
</p>
<p class="font-weight-bold fw-bold mb-2">
Want to see your personalized net cost after financial aid and scholarships?
</p>
<div class="d-flex">
<form action="/users/auth/auth0?origin=%2Fschools%2Fhub%2Fall%2Fd%2Funiversity-of-chicago%2Fchancing%3Fsimulator%3Dopen&screen_hint=login" class="d-inline" method="post" target="">
<button class="btn btn-primary px-4 mr-3" type="submit">
Log in
</button>
<input class="" name="authenticity_token" type="hidden" value=""/>
</form>
<form action="/users/auth/auth0?origin=%2Fschools%2Fhub%2Fall%2Fd%2Funiversity-of-chicago%2Fchancing%3Fsimulator%3Dopen&screen_hint=signUp" class="d-inline" method="post" target="">
<button class="btn btn-outline-primary px-4" type="submit">
Sign up (it's free!)
</button>
<input class="" name="authenticity_token" type="hidden" value=""/>
</form>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<div class="d-flex align-items-center justify-content-between mb-4">
<h2 class="my-0 mr-3 flex-grow-1">
Applications
</h2>
</div>
<h3 class="mb-4">
How to apply
</h3>
<div class="mb-4">
<div class="bg-very-light-grey d-inline-block rounded-pill border small mr-2 mb-2 py-2 px-3">
Accepts Common App
</div>
<div class="bg-very-light-grey d-inline-block rounded-pill border small mr-2 mb-2 py-2 px-3">
Test optional
</div>
<div class="bg-very-light-grey d-inline-block rounded-pill border small mr-2 mb-2 py-2 px-3">
Rec letters not used
</div>
<div class="bg-very-light-grey d-inline-block rounded-pill border small mr-2 mb-2 py-2 px-3">
Doesn’t consider class rank
</div>
<div class="bg-very-light-grey d-inline-block rounded-pill border small mr-2 mb-2 py-2 px-3">
TOEFL optional (international applicants)
</div>
</div>
<div class="row mb-4">
<div class="col-12 text-nowrap mb1">
<div class="d-flex align-items-center mb-4">
<h3 class="mr-2 mb-0">
Tests typically submitted
</h3>
<span class="d-inline-flex align-items-center text-secondary">
<i class="d-inline-block fe fe-help-circle">
</i>
</span>
</div>
<div class="">
SAT:
<span class="font-weight-semibold">
16%
</span>
</div>
<div class="progress progress-md mt-3 mt-2">
<div class="progress-bar" style="width:16%">
</div>
</div>
<hr class=""/>
<div class="">
ACT:
<span class="font-weight-semibold">
3%
</span>
</div>
<div class="progress progress-md mt-3">
<div class="progress-bar" style="width:3%">
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center">
<i class="fe fe-info large pr-2">
</i>
<div class="">
Policies can change. Please confirm by looking at
<a class="" href="http://www.apu.edu" rel="noopener" target="_blank">
this school’s website.
</a>
</div>
</div>
</div>
</div>
<div class="card t--enrollment">
<div class="card-body">
<div class="d-flex justify-content-between align-items-center">
<h2 class="mb-4 flex-grow-1">
Students
</h2>
</div>
<div class="row">
<div class="col">
<div class="t--subtitle">
First-year enrolled students (full-time)
<!-- -->
<span class="d-inline-flex align-items-center text-secondary text-secondary">
<i class="d-inline-block fe fe-help-circle">
</i>
</span>
</div>
<div class="x-large mb-4">
636
</div>
</div>
<div class="col">
<div class="">
Student diversity
</div>
<div class="x-large mb-2">
Diverse
</div>
</div>
</div>
<div class="row align-items-center">
<div class="col text-nowrap">
<div class="t--subtitle">
4-year graduation rate
<!-- -->
<span class="d-inline-flex align-items-center text-secondary text-secondary">
<i class="d-inline-block fe fe-help-circle">
</i>
</span>
</div>
</div>
<div class="col-auto font-weight-semibold">
51%
</div>
</div>
<hr class=""/>
<div class="row align-items-center">
<div class="col text-nowrap">
<div class="t--subtitle">
6-year graduation rate
<!-- -->
<span class="d-inline-flex align-items-center text-secondary text-secondary">
<i class="d-inline-block fe fe-help-circle">
</i>
</span>
</div>
</div>
<div class="col-auto font-weight-semibold">
68%
</div>
</div>
<hr class=""/>
<div class="row align-items-center">
<div class="col text-nowrap">
<div class="t--subtitle">
Retention rate
<!-- -->
<span class="d-inline-flex align-items-center text-secondary text-secondary">
<i class="d-inline-block fe fe-help-circle">
</i>
</span>
</div>
</div>
<div class="col-auto font-weight-semibold">
81%
</div>
</div>
<hr class=""/>
<div class="row align-items-center">
<div class="col text-nowrap">
Admission policy
</div>
<div class="col-auto font-weight-semibold">
Co-ed
</div>
</div>
<hr class=""/>
<div class="row align-items-center">
<div class="col text-nowrap">
<div class="t--subtitle">
International students
<!-- -->
<span class="d-inline-flex align-items-center text-secondary text-secondary">
<i class="d-inline-block fe fe-help-circle">
</i>
</span>
</div>
</div>
<div class="col-auto font-weight-semibold">
3%
</div>
</div>
<hr class=""/>
<h3 class="mt-4">
Enrolled breakdown by gender
</h3>
<div class="row mt-4">
<div class="col">
<span class="">
Women:
</span>
<strong class="ml-2">
66%
</strong>
</div>
<div class="col-auto">
<span class="">
Men:
</span>
<strong class="ml-2">
34%
</strong>
</div>
</div>
<div class="progress progress-md bg-warning mt-3">
<div class="progress-bar" style="width:66%">
</div>
</div>
<div class="">
<h3 class="mt-5 mb-0">
Race & ethnicity diversity
</h3>
<span class="small">
Among domestic students
</span>
<div class="ml-4">
</div>
<div class="row align-items-center justify-content-center">
<div class="col-12 text-center col-md mb-3 mb-md-0">
<div class="bg-very-light-grey py-4">
<svg class="my-3" height="200" viewbox="-160 -160 320 320" width="200">
<path class="" d=" M 150 0 A 150 150 0 0 0 113 -99 L 45 -39 A 60 60 0 0 1 60 0 Z" fill="#FF5879" stroke="white" stroke-width="1">
</path>
<path class="" d=" M 113 -99 A 150 150 0 0 0 72 -131 L 29 -53 A 60 60 0 0 1 45 -39 Z" fill="#FF9438" stroke="white" stroke-width="1">
</path>
<path class="" d=" M 72 -131 A 150 150 0 0 0 -150 1 L -60 1 A 60 60 0 0 1 29 -53 Z" fill="#FFC64C" stroke="white" stroke-width="1">
</path>
<path class="" d=" M -150 1 A 150 150 0 0 0 -150 3 L -60 1 A 60 60 0 0 1 -60 1 Z" fill="#42B8B8" stroke="white" stroke-width="1">
</path>
<path class="" d=" M -150 3 A 150 150 0 0 0 -118 93 L -47 37 A 60 60 0 0 1 -60 1 Z" fill="#D96ED9" stroke="white" stroke-width="1">
</path>
<path class="" d=" M -118 93 A 150 150 0 0 0 150 0 L 60 0 A 60 60 0 0 1 -47 37 Z" fill="#2F98E8" stroke="white" stroke-width="1">
</path>
</svg>
</div>
</div>
<div class="col">
<div class="row align-items-center">
<div class="col text-nowrap">
<div class="d-flex align-items-center">
<div class="rounded" style="width:0.5rem;height:0.5rem;background-color:#FF5879">
</div>
<div class="ml-2">
Asian and Pacific Islander
</div>
</div>
</div>
<div class="col-auto font-weight-semibold">
11%
</div>
</div>
<hr class="my-3"/>
<div class="row align-items-center">
<div class="col text-nowrap">
<div class="d-flex align-items-center">
<div class="rounded" style="width:0.5rem;height:0.5rem;background-color:#FF9438">
</div>
<div class="ml-2">
Black
</div>
</div>
</div>
<div class="col-auto font-weight-semibold">
6%
</div>
</div>
<hr class="my-3"/>
<div class="row align-items-center">
<div class="col text-nowrap">
<div class="d-flex align-items-center">
<div class="rounded" style="width:0.5rem;height:0.5rem;background-color:#FFC64C">
</div>
<div class="ml-2">
Hispanic
</div>
</div>
</div>
<div class="col-auto font-weight-semibold">
33%
</div>
</div>
<hr class="my-3"/>
<div class="row align-items-center">
<div class="col text-nowrap">
<div class="d-flex align-items-center">
<div class="rounded" style="width:0.5rem;height:0.5rem;background-color:#42B8B8">
</div>
<div class="ml-2">
Native American
</div>
</div>
</div>
<div class="col-auto font-weight-semibold">
< 1%
</div>
</div>
<hr class="my-3"/>
<div class="row align-items-center">
<div class="col text-nowrap">
<div class="d-flex align-items-center">
<div class="rounded" style="width:0.5rem;height:0.5rem;background-color:#D96ED9">
</div>
<div class="ml-2">
Other
</div>
</div>
</div>
<div class="col-auto font-weight-semibold">
10%
</div>
</div>
<hr class="my-3"/>
<div class="row align-items-center">
<div class="col text-nowrap">
<div class="d-flex align-items-center">
<div class="rounded" style="width:0.5rem;height:0.5rem;background-color:#2F98E8">
</div>
<div class="ml-2">
White
</div>
</div>
</div>
<div class="col-auto font-weight-semibold">
39%
</div>
</div>
<hr class="my-3"/>
</div>
</div>
</div>
</div>
</div>
<div class="card t--academics mt-5">
<div class="card-body d-flex align-items-start">
<div class="flex-grow-1 mr-4">
<div class="d-flex align-items-center mb-5">
<h2 class="my-0 mr-3 flex-grow-1">
Academics
</h2>
</div>
<div class="row">
<div class="col-12 col-md-6">
<div class="t--subtitle">
Student faculty ratio
<!-- -->
<span class="d-inline-flex align-items-center text-secondary text-secondary">
<i class="d-inline-block fe fe-help-circle">
</i>
</span>
</div>
<div class="x-large">
11:1
</div>
</div>
<div class="col-12 col-md-6">
<div class="t--subtitle">
Calendar system
<!-- -->
<span class="d-inline-flex align-items-center text-secondary text-secondary">
<i class="d-inline-block fe fe-help-circle">
</i>
</span>
</div>
<div class="x-large mr-1">
Semester
</div>
</div>
</div>
<h3 class="mb-4 mt-5 mt-md-4">
Special academic offering
</h3>
<div class="">
<h2 class="d-inline-block mb-2">
<div class="bg-very-light-grey d-inline-block rounded-pill border small mr-2 mb-2 py-2 px-3">
Study abroad
</div>
</h2>
<h2 class="d-inline-block mb-2">
<div class="bg-very-light-grey d-inline-block rounded-pill border small mr-2 mb-2 py-2 px-3">
Offers graduate degree
</div>
</h2>
</div>
</div>
</div>
</div>
<div class="text-secondary mb-4">
<span class="">
Where does this data come from?
<i class="fe fe-help-circle">
</i>
</span>
</div>
</div>
<div class="col-12 col-md-4">
</div>
</div>
<script type="application/ld+json">
{"@context":"https://schema.org","identifier":"azusa-pacific-university-apu-109785","description":"Azusa Pacific University | APU is a private school in California with 3,300 total undergraduate students","telephone":"(626) 969-3434","geo":{"@type":"GeoCoordinates","longitude":-117.888375,"latitude":34.130047},"@type":"CollegeOrUniversity","name":"Azusa Pacific University | APU","address":"901 E Alosta Azusa, California 91702"}
</script>
<meta content="Azusa Pacific University | APU is a private school in California with 3,300 total undergraduate students" name="description">
<meta content="college education admissions enroll apply application sports chancing financial scholarship private Azusa California" name="keywords"/>
</meta>
</div>
</div>
</div>
</div>
</div>
<noscript>
<div class="position-fixed fixed-bottom text-center">
<div class="alert bg-soft-warning mb-0">
<i class="fe fe-alert-triangle">
</i>
Looks like you don’t have JavaScript enabled.
<a href="http://activatejavascript.org/en/instructions" target="_blank">
Enable JavaScript to use our free tools.
<i class="fe fe-external-link">
</i>
</a>
</div>
</div>
</noscript>
<script>
performance.mark('js:start')
performance.mark('js:lib:start')
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/theme/libs/jquery/dist/jquery.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/select2/select2.min-308692a9122971f04b0f0652762845a3e6fcf6b3b2be36f6986bb6e0c6e4d696.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/theme/libs/bootstrap/dist/js/bootstrap.bundle.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/theme/libs/autosize/dist/autosize.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/theme/libs/list.js/dist/list.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/theme/js/theme.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/auth0/auth0.min-5ce8da81957a0f3971132fcfe8cd30d9dfc5a60b6a43e5f530e6f0b52799fdaa.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/rails_unobtrusive-4754c294b8e314a3e04a991cee3ba8b993dd4e8177fdc8392406d280e28ee584.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/performance_analytics-83186d88a07a12c063bf191d9586b54b535288c4ee96db092366269cd4c3aa58.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/localtime-89ef2519207b0fc150226045f6e2d620db2dac9e01247045dc93e8d71a71b273.js">
</script>
<script>
performance.mark('js:lib:end')
</script>
<script>
window.CV = window.CV || {}
window.CV.pathInfo = function(name) {
const path = window.CV.pathInfo.endpoints[name]
if (!path) {
window.CV.pathInfo.missingPath(name)
return
}
return { path, token: 'EPK0nwm9tFOY5NycbD2vuN/Tv+g075YBRgx3xVXwW8CXmjUVdCJpvJxEsKTqPWcLR9rI5nH84gUrxDIOhmdBow==' }
}
window.CV.pathInfo.endpoints = {"autopilot_pre_join_path":"/applications/pre-join","flag_set_path":"/flag/set","schools_content_modules_get_path":"/schools/content-modules/get","schools_content_modules_presence_path":"/schools/content-modules/presence","schools_hub_admissions_path":"/schools/hub/admissions","schools_hub_data_chances_and_financials_path":"/schools/hub/data/chances-and-financials","schools_hub_data_recommended_schools_path":"/schools/hub/data/recommended-schools","schools_hub_notify_filter_selection_path":"/schools/hub/notify-filter-selection","schools_hub_save_view_config_path":"/schools/hub/save-view-config","schools_hub_whatif_chancing_path":"/schools/hub/whatif-chancing","schools_lists_add_path":"/schools/lists/add","schools_lists_remove_path":"/schools/lists/remove","schools_search_path":"/schools/search","schools_update_school_notes_path":"/schools/school-notes","sem_school_content_modules_create_path":"/recruit/school/content-modules/interactions","sem_connections_invite_vine_path":"/recruit/connections/invite-vine","sem_discover_fetch_students_path":"/recruit/discover/students","sem_school_update_path":"/recruit/school/update","sem_school_update_header_image_path":"/recruit/school/update-header-image","network_connections_accept_invitation_path":"/network/connections/accept","network_connections_invite_school_path":"/network/connections/invite","network_connections_ignore_invitation_path":"/network/connections/ignore","profile_name_path":"/profile/name","profile_visibility_path":"/profile/visibility","profile_search_extracurricular_activities_path":"/profile/search-extracurriculars","profile_generate_ec_description_path":"/profile/generate-ec-description","blog_lite_chancing_path":"/blog/lite-chancing","experts_advising_submit_consult_inquiry_path":"/experts/advising/submit-consult-inquiry","high_schools_invitations_invite_sem_school_path":"/high-schools/invitations/sem-school/invite","mobile_set_push_token_path":"/mobile/set-push-token","mobile_push_permission_not_granted_path":"/mobile/push-permission-not-granted","trellis_inference_recruiter_create_conversation_path":"/trellis/inference/recruiter/create-conversation","trellis_inference_recruiter_send_message_path":"/trellis/inference/recruiter/send-message","login_path":"/users/auth/auth0?origin=%2Fschools%2Fhub%2Fall%2Fd%2Fazusa-pacific-university-apu","schools_static_data_url":"https://d28hdetl1q8yl2.cloudfront.net/schools/hub/data/static/a04341e291172466a1a734bb68c33c20217a575a6ebe0bcb18bf7d080e8c626c","livestreams_client_window_visibility_path":"/livestreams/client-window-visibility","livestreams_conferences_ban_user_path":"/livestreams/conferences/ban_user","livestreams_conferences_download_url_path":"/livestreams/conferences/download_url","livestreams_conferences_status_complete_path":"/livestreams/conferences/status/complete","livestreams_conferences_status_on_air_path":"/livestreams/conferences/status/on-air","livestreams_cta_add_path":"/livestreams/cta/add","livestreams_cta_delete_path":"/livestreams/cta/delete","livestreams_cta_open_path":"/livestreams/cta/open","livestreams_cta_update_path":"/livestreams/cta/update","livestreams_cta_save_referral_path":"/livestreams/cta/save-referral","livestreams_live_promo_stream_path":"/livestreams/live-promo-stream","livestreams_polls_add_path":"/livestreams/polls/add","livestreams_polls_answer_path":"/livestreams/polls/answer","livestreams_polls_delete_path":"/livestreams/polls/delete","livestreams_polls_load_path":"/livestreams/polls/load","livestreams_polls_report_shown_path":"/livestreams/polls/shown","livestreams_polls_responses_path":"/livestreams/polls/responses","livestreams_polls_status_path":"/livestreams/polls/status","livestreams_polls_update_path":"/livestreams/polls/update","livestreams_register_path":"/livestreams/register","livestreams_questions_all_path":"/livestreams/questions/all","livestreams_questions_post_path":"/livestreams/questions/post","livestreams_questions_visibility_path":"/livestreams/questions/visibility","livestreams_reactions_launch_path":"/livestreams/reactions/launch","livestreams_recording_watch_event_path":"/livestreams/recording-watch-event","livestreams_video_pipeline_status_path":"/livestreams/conferences/pipeline-status","profile_set_username_path":"/profile/username","profile_validate_username_path":"/profile/validate-username","experts_search_advisors_path":"/experts/search-advisors","enrollment_survey_remove_school_from_list_path":"/enrollment-survey/remove-school","enrollment_survey_record_survey_submitted_path":"/enrollment-survey/record-survey-submitted","enrollment_survey_update_accepting_late_cycle_offers_path":"/enrollment-survey/update-accepting-offers","enrollment_survey_update_address_path":"/enrollment-survey/update-address"}
window.CV.apiEndpoint = function({ name, continuation }) {
return continuation(window.CV.pathInfo(name))
}
</script>
<script>
window.CV.pathInfo.missingPath = function(name) {
console.error("Missing API endpoint", name)
if (typeof window.Sentry !== "undefined") {
window.Sentry.captureException(new Error("Missing API endpoint"), { extra: { name } })
}
}
</script>
<script>
window.CV = window.CV || {}
window.CV.pusherConfig =
{"key":"ada6bc1c6ec3ba44d3ca","cluster":"us2","authToken":"n2xM33PYzeQ7hmqpZJBQ26C2pGsNcCl2QOFVlk9hYvoYBM1VDkcQCz8mBpHikJhoOL/TZUhjXXItKRBdnPZ4mQ==","authPath":"/pusher/auth"}
</script>
<script>
window.CV = window.CV || {}
window.CV.assetsRoot = 'https://d28hdetl1q8yl2.cloudfront.net/'
</script>
<script>
function setUserFlag(flagName, callback) {
$.post("/flag/set", {
flag_name: flagName,
authenticity_token: '49SE3HfElCoaLa6uoxu2+6hgDlAxRWFFEkHIIDJtKpZkvAVWCltJxR6NwpYlG35IMGl5XnRWFUF/iY3r4fow9Q==',
success: callback
})
}
function unsetUserFlag(flagName) {
$.post("/flag/unset", {
flag_name: flagName,
authenticity_token: 'C9zkO7VJDptX9O78SRsLQdP3Zjfkcx1wSGPFAKfdx+eMtGWxyNbTdFNUgsTPG8PyS/4ROaFgaXQlq4DLdErdhA==',
})
}
</script>
<script>
performance.mark('js:pageScripts:start')
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/theme-landing/libs/flickity/dist/flickity.pkgd.min.js">
</script>
<script src="https://api.mapbox.com/mapbox-gl-js/v1.8.1/mapbox-gl.js">
</script>
<script src="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.4.2/mapbox-gl-geocoder.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/react@17.0.2/react.production.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/react-dom@17.0.2/react-dom.production.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/src/EntryPoints/Livestream/MiniPromo-59ea7301b1704df350723f60d1f6d835bf36c54f2e2a547c42df20d5bc5c2259.purs">
</script>
<script>
(function() {
if (typeof Purs_EntryPoints_Livestream_MiniPromo === 'undefined') {
throw new Error('APP-9029: PureScript entrypoint is missing: module=Livestream/MiniPromo')
}
const boot = Purs_EntryPoints_Livestream_MiniPromo.boot
const mount = boot && (boot.mount || boot)
if (typeof mount === 'function') {
mount('21c10c1e')({"utmSource":"workspace"})()
} else {
throw new Error('Expected module Livestream/MiniPromo to export a value `boot` ' +
'which is either a function or has a function field `mount`, but got `' + boot + '`')
}
})()
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/src/EntryPoints/Hub/AllSchools-636e28ccae3f344c99c6694195fccd2e869442e385b561e3d4b6e0a795e42623.purs">
</script>
<script>
(function() {
if (typeof Purs_EntryPoints_Hub_AllSchools === 'undefined') {
throw new Error('APP-9029: PureScript entrypoint is missing: module=Hub/AllSchools')
}
const boot = Purs_EntryPoints_Hub_AllSchools.boot
if (boot && typeof boot.hydrate === 'function') {
boot.hydrate('6edb43bd')({"chancingProfile":null,"currentUser":null,"featureFlags":{"autopilot":"ineligible","rcr2577ClaimSchoolProfileLinkOnSdp":false,"app18667SageOnSdp":false,"app18667TrellisRecruiter":true},"focusedSchool":{"slug":"azusa-pacific-university-apu","tab":"overview"},"hasFinancialProfile":false,"mapboxAccessToken":"pk.eyJ1IjoiY29sbGVnZXZpbmUtaXZ5IiwiYSI6ImNrOTA0NGgxdzAxeG0zZWxmampiNWo3MWMifQ.wENcRHYGVA5CLLYvaFLroA","mobileLayout":false,"paths":{"chancingCta":"/admissions-calculator","chancingWizardReturnToHub":"/chancing/profile?next=65accES5hEJZH2iHMiYhV8tUsjXTA0nP6BwDTWBz5EYX3G7%2BheXfZ%2BGTFPY2a20LZ5DJYJmfoNT%2BC5lymjZ2qCE78w7BFph05V4EVELf--RJ8uUgGX0JvYuOx2--bTw9RA%2BUdZfLod49HTp8uQ%3D%3D","hub":"/schools/hub","rootUrl":"https://www.collegevine.com"},"randomSeed":166680,"schoolList":[],"schoolConnections":{},"showNetworkCard":false,"vineBelowConnectionLimit":null,"whatificator":{"visible":false,"scenario":[{"id":"gpa","value":3.6},{"id":"sat","readingWriting":650,"math":650},{"id":"coursework","ap":2,"honors":5,"collegeClasses":0}]},"counselorConnections":null,"initialSchools":{"schools":[{"academicOfferings":{"studyAbroad":true,"creditForApExams":false,"creditForIbExams":false,"offersGradDegree":true,"careerCounseling":false,"specialFocus":null,"hasMedicalSchool":false},"address":{"nonUSAddress":null,"usAddress":{"street":"901 E Alosta","city":"Azusa","county":"Los Angeles County","state":"CA","zip":"91702","location":{"lat":34.130047,"lng":-117.888375},"region":"Far West"}},"admissions":{"totalApplicants":{"value":3967,"percentile":0.5902527075812274},"acceptanceRate":{"value":0.9410133602218301,"percentile":0.8768564356435643},"yieldRate":{"value":0.17037235467452452,"percentile":0.2811918063314711},"applicants":{"men":1270,"women":2697},"admitted":{"men":1186,"women":2547},"enrolled":{"men":210,"women":426},"reqToefl":"Recommended","reqStandardTests":"Recommended","reqRecLetters":"NotUsed","reqClassRank":"NotUsed","fracSubmittedSat":0.16,"fracSubmittedAct":0.03,"satVerbal":{"p25":490,"p75":630},"satMath":{"p25":470,"p75":640},"actVerbal":{"p25":19,"p75":25},"actMath":{"p25":16,"p75":25},"actComposite":{"p25":19,"p75":25}},"appGroup":"3BEAFE45-64BF-4939-91CE-2F5EFFD5273F","averageFederalLoan":5139,"averageNetPrice":null,"basketball":{"division1":false,"conference":{"name":"Pacific West Conference","group":"OtherGroup"}},"calendarSystem":"Semester","colors":{"primary":null,"secondary":null},"costRoomBoard":9222,"feesInState":680,"feesOutOfState":680,"football":{"division1":false,"conference":{"name":"Great Northeast Athletic Conference","group":"OtherGroup"}},"fourYearGradRate":0.51,"fracInternationalStudents":{"value":0.028,"percentile":0.6745218579234973},"fracLoans":0.43,"fracPellGrants":0.4,"gender":"CoEd","hasFourYearProgram":false,"hasOnCampusHousing":false,"hasTwoYearProgram":false,"hbcu":false,"id":"8d6987b4-5275-45fe-917c-017d19fd9387","ipedsUnitId":"109785","isCommuterCollege":false,"isPublic":false,"isForProfit":false,"name":"Azusa Pacific University | APU","numFreshmen":{"value":636,"percentile":0.6752503576537912},"phone":"(626) 969-3434","prestige":"Not prestigious","racialBreakdown":{"nativeAmerican":0.0020597322348094747,"asian":0.11431513903192587,"black":0.05561277033985583,"hispanic":0.33161688980432547,"white":0.39340885684860977},"religiousAffiliation":"Undenominational","retentionRate":{"value":0.81,"percentile":0.7583941605839416},"schoolType":"Research University","setting":"Suburban","sixYearGradRate":{"value":0.68,"percentile":0.7509495387954422},"studentsPerFaculty":{"value":11,"percentile":0.20976430976430976},"totalUndergrads":3348,"tuitionInState":41650,"tuitionOutOfState":41650,"urls":{"main":"www.apu.edu","admissions":"www.apu.edu/admissions/","finAid":"www.apu.edu/sfs/","priceCalculator":"tcc.noellevitz.com/(S(iix2icgohagysn3bimk03d2z))/Azusa%20Pacific%20University/Freshman%20Students"},"diversity":"Diverse","dropOutRate":19,"imgixPath":"https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?","applicationTimeHours":6,"majors":["05.0199","09.0101","09.0999","11.0101","11.1003","13.1314","16.0905","23.0101","24.0101","24.0103","26.0101","26.9999","27.0101","31.0505","38.0101","38.0201","39.0201","39.0401","39.0601","40.0501","40.9999","42.0101","43.0103","44.0701","45.0101","45.1001","45.1101","50.0101","50.0701","50.0901","51.3801","51.9999","52.0101","52.0201","52.0301","52.0701","52.1101","52.1299","52.1499","54.0101"],"rankings":[{"order":434,"bucket":"434","key":"overall"}],"slug":"azusa-pacific-university-apu","testScoreStats":{"gpa":{"all":{"p25":3.36,"p50":3.72,"p75":3.87}},"sat":{"all":{"p25":1020,"p50":1105,"p75":1240},"readingWriting":{"p25":520,"p50":null,"p75":620},"math":{"p25":500,"p50":null,"p75":620}},"act":{"all":{"p25":21,"p50":24,"p75":27},"english":{"p25":21,"p50":null,"p75":28},"math":{"p25":19,"p50":null,"p75":26}}},"profileClaimed":false,"message":"","chancing":{"canChance":true,"endorsed":true,"moreInfoLink":null}}],"chancesAndFinancials":{}},"initialConfig":null,"ranking":null,"seoView":null})()
} else {
throw new Error('Expected module Hub/AllSchools to export a hash ' +
'`boot` with function fields `renderToString` and `hydrate`, but got `' + boot + '`. ' +
'To create such boot record from PureScript, use `Utils.SSR.boot`')
}
})()
</script>
<script>
if (window.CV?.mobileApp?.isStartup) {
window.CV?.tracking?.event("Mobile: Initial startup")
}
window.CV?.tracking?.identify({
nationality_country_code: null,
app_6188_referral_landing_page_is_scholarships: true,
app_12841_hubspot_home_page: false,
has_unsupported_browser: !!(window.CV && window.CV.hasUnsupportedBrowser),
last_device_id: "DEVICE-9e884de12fb2be0bf2f6d184",
mkt_293_livestreams_essay_review_cta_for_advisor_streams: false,
mkt_427_essay_review_new_landing_page_for_seo: false,
mkt_448_remove_checkout_fields: true,
mkt_556_essay_review_experts_faceted_search: true,
mkt_560_top_level_navigation_add_essay_review: false,
mkt_581_essay_review_profile_card_pricing: "control",
mkt_587_essay_review_provider_matching: true,
mkt_615_essay_review_enhanced_login_page: true,
mkt_671_free_consultation_button_by_default: false,
mkt_675_change_sorting_of_advisors_in_marketplace: "control",
mkt_672_redirect_returning_parents_to_the_marketplace: true,
mkt_683_expert_recommendations: false,
mkt_693_marketplace_homepage_free_consultation: false,
uaq_161_school_recommendations_api_versioning: "current",
})
</script>
<!-- Start of HubSpot Embed Code -->
<script async="" defer="" id="hs-script-loader" src="//js.hs-scripts.com/24165363.js" type="text/javascript">
</script>
<!-- End of HubSpot Embed Code -->
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/ga_cwv-f23eaa6462bf36bac0087e2b1f88a7e02e7bdbfa864b33a3594dac8ae75e1b4f.js">
</script>
<script>
!function(e,t,r,n,a){if(!e[a]){for(var i=e[a]=[],s=0;s<r.length;s++){var c=r[s];i[c]=i[c]||function(e){return function(){var t=Array.prototype.slice.call(arguments);i.push([e,t])}}(c)}i.SNIPPET_VERSION="1.0.1";var o=t.createElement("script");o.type="text/javascript",o.async=!0,o.src="https://d2yyd1h5u9mauk.cloudfront.net/integrations/web/v1/library/"+n+"/"+a+".js";var p=t.getElementsByTagName("script")[0];p.parentNode.insertBefore(o,p)}}(window,document,["survey","reset","config","init","set","get","event","identify","track","page","screen","group","alias"],"qfRrhYWjgzrtZ6WN","delighted");
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/session_side_effects-f0df964a96e148cf31d9205cb4fa87decd29ecb94f3a175ca21cb623f5f9d56c.js">
</script>
<script>
performance.mark('js:pageScripts:end')
</script>
<script>
performance.mark('js:end')
</script>
<script type="text/javascript">
if (typeof fbq == 'undefined') {
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','//connect.facebook.net/en_US/fbevents.js');
fbq('init', '601720889978592');
fbq('track', "PageView");
}
</script>
<noscript>
<img height="1" src="https://www.facebook.com/tr?id=601720889978592&ev=PageView&noscript=1" style="display:none" width="1"/>
</noscript>
</body>
</html>
In [16]:
div_tag= soup_doc.find('div', class_="t--subtitle").text
div_tag
Out[16]:
'Overall acceptance rate '
In [17]:
acceptance_rate=soup_doc.find('div',class_="x-large mr-1").text
acceptance_rate
Out[17]:
'94%'
In [18]:
acceptance_info = { soup_doc.find('div', class_="t--subtitle").text: soup_doc.find('div',class_="x-large mr-1").text}
print(acceptance_info)
{'Overall acceptance rate ': '94%'}
In [19]:
div_tag=soup_doc.find('div',class_="card t--enrollment")
div_tag
Out[19]:
<div class="card t--enrollment"><div class="card-body"><div class="d-flex justify-content-between align-items-center"><h2 class="mb-4 flex-grow-1">Students</h2></div><div class="row"><div class="col"><div class="t--subtitle">First-year enrolled students (full-time) <!-- --> <span class="d-inline-flex align-items-center text-secondary text-secondary"><i class="d-inline-block fe fe-help-circle"></i></span></div><div class="x-large mb-4">636</div></div><div class="col"><div class="">Student diversity</div><div class="x-large mb-2">Diverse</div></div></div><div class="row align-items-center"><div class="col text-nowrap"><div class="t--subtitle">4-year graduation rate<!-- --> <span class="d-inline-flex align-items-center text-secondary text-secondary"><i class="d-inline-block fe fe-help-circle"></i></span></div></div><div class="col-auto font-weight-semibold">51%</div></div><hr class=""/><div class="row align-items-center"><div class="col text-nowrap"><div class="t--subtitle">6-year graduation rate<!-- --> <span class="d-inline-flex align-items-center text-secondary text-secondary"><i class="d-inline-block fe fe-help-circle"></i></span></div></div><div class="col-auto font-weight-semibold">68%</div></div><hr class=""/><div class="row align-items-center"><div class="col text-nowrap"><div class="t--subtitle">Retention rate<!-- --> <span class="d-inline-flex align-items-center text-secondary text-secondary"><i class="d-inline-block fe fe-help-circle"></i></span></div></div><div class="col-auto font-weight-semibold">81%</div></div><hr class=""/><div class="row align-items-center"><div class="col text-nowrap">Admission policy</div><div class="col-auto font-weight-semibold">Co-ed</div></div><hr class=""/><div class="row align-items-center"><div class="col text-nowrap"><div class="t--subtitle">International students<!-- --> <span class="d-inline-flex align-items-center text-secondary text-secondary"><i class="d-inline-block fe fe-help-circle"></i></span></div></div><div class="col-auto font-weight-semibold">3%</div></div><hr class=""/><h3 class="mt-4">Enrolled breakdown by gender</h3><div class="row mt-4"><div class="col"><span class="">Women: </span><strong class="ml-2">66%</strong></div><div class="col-auto"><span class="">Men: </span><strong class="ml-2">34%</strong></div></div><div class="progress progress-md bg-warning mt-3"><div class="progress-bar" style="width:66%"></div></div><div class=""><h3 class="mt-5 mb-0">Race & ethnicity diversity</h3><span class="small">Among domestic students</span><div class="ml-4"></div><div class="row align-items-center justify-content-center"><div class="col-12 text-center col-md mb-3 mb-md-0"><div class="bg-very-light-grey py-4"><svg class="my-3" height="200" viewbox="-160 -160 320 320" width="200"><path class="" d=" M 150 0 A 150 150 0 0 0 113 -99 L 45 -39 A 60 60 0 0 1 60 0 Z" fill="#FF5879" stroke="white" stroke-width="1"></path><path class="" d=" M 113 -99 A 150 150 0 0 0 72 -131 L 29 -53 A 60 60 0 0 1 45 -39 Z" fill="#FF9438" stroke="white" stroke-width="1"></path><path class="" d=" M 72 -131 A 150 150 0 0 0 -150 1 L -60 1 A 60 60 0 0 1 29 -53 Z" fill="#FFC64C" stroke="white" stroke-width="1"></path><path class="" d=" M -150 1 A 150 150 0 0 0 -150 3 L -60 1 A 60 60 0 0 1 -60 1 Z" fill="#42B8B8" stroke="white" stroke-width="1"></path><path class="" d=" M -150 3 A 150 150 0 0 0 -118 93 L -47 37 A 60 60 0 0 1 -60 1 Z" fill="#D96ED9" stroke="white" stroke-width="1"></path><path class="" d=" M -118 93 A 150 150 0 0 0 150 0 L 60 0 A 60 60 0 0 1 -47 37 Z" fill="#2F98E8" stroke="white" stroke-width="1"></path></svg></div></div><div class="col"><div class="row align-items-center"><div class="col text-nowrap"><div class="d-flex align-items-center"><div class="rounded" style="width:0.5rem;height:0.5rem;background-color:#FF5879"></div><div class="ml-2">Asian and Pacific Islander</div></div></div><div class="col-auto font-weight-semibold">11%</div></div><hr class="my-3"/><div class="row align-items-center"><div class="col text-nowrap"><div class="d-flex align-items-center"><div class="rounded" style="width:0.5rem;height:0.5rem;background-color:#FF9438"></div><div class="ml-2">Black</div></div></div><div class="col-auto font-weight-semibold">6%</div></div><hr class="my-3"/><div class="row align-items-center"><div class="col text-nowrap"><div class="d-flex align-items-center"><div class="rounded" style="width:0.5rem;height:0.5rem;background-color:#FFC64C"></div><div class="ml-2">Hispanic</div></div></div><div class="col-auto font-weight-semibold">33%</div></div><hr class="my-3"/><div class="row align-items-center"><div class="col text-nowrap"><div class="d-flex align-items-center"><div class="rounded" style="width:0.5rem;height:0.5rem;background-color:#42B8B8"></div><div class="ml-2">Native American</div></div></div><div class="col-auto font-weight-semibold">< 1%</div></div><hr class="my-3"/><div class="row align-items-center"><div class="col text-nowrap"><div class="d-flex align-items-center"><div class="rounded" style="width:0.5rem;height:0.5rem;background-color:#D96ED9"></div><div class="ml-2">Other</div></div></div><div class="col-auto font-weight-semibold">10%</div></div><hr class="my-3"/><div class="row align-items-center"><div class="col text-nowrap"><div class="d-flex align-items-center"><div class="rounded" style="width:0.5rem;height:0.5rem;background-color:#2F98E8"></div><div class="ml-2">White</div></div></div><div class="col-auto font-weight-semibold">39%</div></div><hr class="my-3"/></div></div></div></div></div>
In [20]:
int_tag=div_tag.find_all('div', class_="row align-items-center")[4]
int_tag
Out[20]:
<div class="row align-items-center"><div class="col text-nowrap"><div class="t--subtitle">International students<!-- --> <span class="d-inline-flex align-items-center text-secondary text-secondary"><i class="d-inline-block fe fe-help-circle"></i></span></div></div><div class="col-auto font-weight-semibold">3%</div></div>
In [21]:
int_value=int_tag.find('div',class_="col-auto font-weight-semibold").text
In [22]:
int_key=int_tag.find('div',class_="t--subtitle").text
int_key
Out[22]:
'International students '
In [23]:
international_student_breakdown= {int_tag.find('div',class_="t--subtitle").text: int_tag.find('div',class_="col-auto font-weight-semibold").text}
international_student_breakdown
Out[23]:
{'International students ': '3%'}
In [24]:
location=soup_doc.find('div',class_="h-100 d-flex align-items-center").text
location
Out[24]:
'901 E Alosta, Azusa, CA 91702'
In [25]:
genders=soup_doc.find('div',class_="card t--admission-stats")
genders
Out[25]:
<div class="card t--admission-stats"><div class="card-body"><div class="d-flex mb-4 align-items-center"><h2 class="mb-0 flex-grow-1">Admissions</h2></div><div class="row"><div class="col-12 col-md-6 mb-4"><div class="t--subtitle">Overall acceptance rate<!-- --> <span class="d-inline-flex align-items-center text-secondary text-secondary"><i class="d-inline-block fe fe-help-circle"></i></span></div><div class="x-large mr-1">94%</div></div><div class="col-12 col-md-6 mb-4"><div class="t--subtitle">Yield rate - overall<!-- --> <span class="d-inline-flex align-items-center text-secondary text-secondary"><i class="d-inline-block fe fe-help-circle"></i></span></div><div class="x-large mr-1">17%</div></div></div><div class="mb-4"><h3 class="mb-4">Acceptance rate breakdown</h3><div class="row align-items-center"><div class="col text-nowrap">Women</div><div class="col-auto font-weight-semibold">94%</div></div><hr class=""/><div class="row align-items-center"><div class="col text-nowrap">Men</div><div class="col-auto font-weight-semibold">93%</div></div><hr class=""/></div><h3 class="mb-4">Applicant breakdown</h3><div class="row align-items-center"><div class="col text-nowrap">Total number of applicants</div><div class="col-auto font-weight-semibold">3,967</div></div><hr class=""/><div class="row mb-3"><div class="col">Women: <span class="font-weight-semibold">67%</span></div><div class="col-auto">Men: <span class="font-weight-semibold">33%</span></div></div><div class="progress progress-md bg-warning"><div class="progress-bar" style="width:67%"></div></div><hr class=""/><div class="t--admissions-website"><a class="d-flex align-items-center" href="http://www.apu.edu/admissions/" rel="noopener" target="_blank"><i class="fe fe-external-link mr-1 large"></i>apu.edu/admissions</a></div></div></div>
In [26]:
women=genders.find('div', class_="col text-nowrap").text
women
Out[26]:
'Women'
In [27]:
women_percentage=genders.find('div', class_="col-auto font-weight-semibold").text
women_percentage
Out[27]:
'94%'
In [28]:
acceptance_rate_women={genders.find('div', class_="col text-nowrap").text:genders.find('div', class_="col-auto font-weight-semibold").text}
acceptance_rate_women
Out[28]:
{'Women': '94%'}
In [29]:
men=genders.find_all('div', class_="col text-nowrap")[1].text
men
Out[29]:
'Men'
In [30]:
men_percentage=genders.find_all('div', class_="col-auto font-weight-semibold")[1].text
men_percentage
Out[30]:
'93%'
In [31]:
acceptance_rate_men={genders.find_all('div', class_="col text-nowrap")[1].text:genders.find_all('div', class_="col-auto font-weight-semibold")[1].text}
acceptance_rate_men
Out[31]:
{'Men': '93%'}
In [32]:
grad_rate=soup_doc.find('div',class_="card t--enrollment")
grad_rate
Out[32]:
<div class="card t--enrollment"><div class="card-body"><div class="d-flex justify-content-between align-items-center"><h2 class="mb-4 flex-grow-1">Students</h2></div><div class="row"><div class="col"><div class="t--subtitle">First-year enrolled students (full-time) <!-- --> <span class="d-inline-flex align-items-center text-secondary text-secondary"><i class="d-inline-block fe fe-help-circle"></i></span></div><div class="x-large mb-4">636</div></div><div class="col"><div class="">Student diversity</div><div class="x-large mb-2">Diverse</div></div></div><div class="row align-items-center"><div class="col text-nowrap"><div class="t--subtitle">4-year graduation rate<!-- --> <span class="d-inline-flex align-items-center text-secondary text-secondary"><i class="d-inline-block fe fe-help-circle"></i></span></div></div><div class="col-auto font-weight-semibold">51%</div></div><hr class=""/><div class="row align-items-center"><div class="col text-nowrap"><div class="t--subtitle">6-year graduation rate<!-- --> <span class="d-inline-flex align-items-center text-secondary text-secondary"><i class="d-inline-block fe fe-help-circle"></i></span></div></div><div class="col-auto font-weight-semibold">68%</div></div><hr class=""/><div class="row align-items-center"><div class="col text-nowrap"><div class="t--subtitle">Retention rate<!-- --> <span class="d-inline-flex align-items-center text-secondary text-secondary"><i class="d-inline-block fe fe-help-circle"></i></span></div></div><div class="col-auto font-weight-semibold">81%</div></div><hr class=""/><div class="row align-items-center"><div class="col text-nowrap">Admission policy</div><div class="col-auto font-weight-semibold">Co-ed</div></div><hr class=""/><div class="row align-items-center"><div class="col text-nowrap"><div class="t--subtitle">International students<!-- --> <span class="d-inline-flex align-items-center text-secondary text-secondary"><i class="d-inline-block fe fe-help-circle"></i></span></div></div><div class="col-auto font-weight-semibold">3%</div></div><hr class=""/><h3 class="mt-4">Enrolled breakdown by gender</h3><div class="row mt-4"><div class="col"><span class="">Women: </span><strong class="ml-2">66%</strong></div><div class="col-auto"><span class="">Men: </span><strong class="ml-2">34%</strong></div></div><div class="progress progress-md bg-warning mt-3"><div class="progress-bar" style="width:66%"></div></div><div class=""><h3 class="mt-5 mb-0">Race & ethnicity diversity</h3><span class="small">Among domestic students</span><div class="ml-4"></div><div class="row align-items-center justify-content-center"><div class="col-12 text-center col-md mb-3 mb-md-0"><div class="bg-very-light-grey py-4"><svg class="my-3" height="200" viewbox="-160 -160 320 320" width="200"><path class="" d=" M 150 0 A 150 150 0 0 0 113 -99 L 45 -39 A 60 60 0 0 1 60 0 Z" fill="#FF5879" stroke="white" stroke-width="1"></path><path class="" d=" M 113 -99 A 150 150 0 0 0 72 -131 L 29 -53 A 60 60 0 0 1 45 -39 Z" fill="#FF9438" stroke="white" stroke-width="1"></path><path class="" d=" M 72 -131 A 150 150 0 0 0 -150 1 L -60 1 A 60 60 0 0 1 29 -53 Z" fill="#FFC64C" stroke="white" stroke-width="1"></path><path class="" d=" M -150 1 A 150 150 0 0 0 -150 3 L -60 1 A 60 60 0 0 1 -60 1 Z" fill="#42B8B8" stroke="white" stroke-width="1"></path><path class="" d=" M -150 3 A 150 150 0 0 0 -118 93 L -47 37 A 60 60 0 0 1 -60 1 Z" fill="#D96ED9" stroke="white" stroke-width="1"></path><path class="" d=" M -118 93 A 150 150 0 0 0 150 0 L 60 0 A 60 60 0 0 1 -47 37 Z" fill="#2F98E8" stroke="white" stroke-width="1"></path></svg></div></div><div class="col"><div class="row align-items-center"><div class="col text-nowrap"><div class="d-flex align-items-center"><div class="rounded" style="width:0.5rem;height:0.5rem;background-color:#FF5879"></div><div class="ml-2">Asian and Pacific Islander</div></div></div><div class="col-auto font-weight-semibold">11%</div></div><hr class="my-3"/><div class="row align-items-center"><div class="col text-nowrap"><div class="d-flex align-items-center"><div class="rounded" style="width:0.5rem;height:0.5rem;background-color:#FF9438"></div><div class="ml-2">Black</div></div></div><div class="col-auto font-weight-semibold">6%</div></div><hr class="my-3"/><div class="row align-items-center"><div class="col text-nowrap"><div class="d-flex align-items-center"><div class="rounded" style="width:0.5rem;height:0.5rem;background-color:#FFC64C"></div><div class="ml-2">Hispanic</div></div></div><div class="col-auto font-weight-semibold">33%</div></div><hr class="my-3"/><div class="row align-items-center"><div class="col text-nowrap"><div class="d-flex align-items-center"><div class="rounded" style="width:0.5rem;height:0.5rem;background-color:#42B8B8"></div><div class="ml-2">Native American</div></div></div><div class="col-auto font-weight-semibold">< 1%</div></div><hr class="my-3"/><div class="row align-items-center"><div class="col text-nowrap"><div class="d-flex align-items-center"><div class="rounded" style="width:0.5rem;height:0.5rem;background-color:#D96ED9"></div><div class="ml-2">Other</div></div></div><div class="col-auto font-weight-semibold">10%</div></div><hr class="my-3"/><div class="row align-items-center"><div class="col text-nowrap"><div class="d-flex align-items-center"><div class="rounded" style="width:0.5rem;height:0.5rem;background-color:#2F98E8"></div><div class="ml-2">White</div></div></div><div class="col-auto font-weight-semibold">39%</div></div><hr class="my-3"/></div></div></div></div></div>
In [33]:
grad=grad_rate.find('div',class_="col-auto font-weight-semibold").text
grad
Out[33]:
'51%'
In [34]:
url = "https://www.collegevine.com/schools/hub/all/d/azusa-pacific-university-apu/finances"
raw_html = requests.get(url).content
soup_doc = BeautifulSoup(raw_html, "html.parser")
print(soup_doc.prettify())
<!DOCTYPE html>
<html class="h-100" lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1" name="viewport"/>
<meta content="CollegeVine" name="apple-mobile-web-app-title"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/favicon.png" rel="icon" sizes="32x32"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/favicon-48x48.png" rel="icon" sizes="48x48"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/favicon-96x96.png" rel="icon" sizes="96x96"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/favicon-192x192.png" rel="icon" sizes="192x192"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/apple-touch-icon-167x167.png" rel="apple-touch-icon" sizes="167x167"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/apple-touch-icon-180x180.png" rel="apple-touch-icon" sizes="180x180"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/img/apple-touch-icon-512x512.png" rel="apple-touch-icon" sizes="512x512"/>
<title>
CollegeVine
</title>
<meta content="CollegeVine" property="og:title"/>
<meta content="https://www.collegevine.com/schools/hub/all/d/azusa-pacific-university-apu/finances" property="og:url"/>
<meta content="CollegeVine" property="og:site_name"/>
<meta content="CollegeVine" name="twitter:title"/>
<meta content="summary_large_image" name="twitter:card"/>
<meta content="@collegevine" name="twitter:site"/>
<meta content="https://www.collegevine.com" name="twitter:domain"/>
<link href="https://www.collegevine.com/schools/azusa-pacific-university-apu" rel="canonical"/>
<meta content="authenticity_token" name="csrf-param">
<meta content="6IxCYvy4Q5ea4DZR8oWbqjIYtynBfvA3MKk8Bf634Zw674wSR55/guMAuJI7s5W5eLhJFQII6FkvlG7Pb97naQ==" name="csrf-token">
<script>
;(function () {
function hasBrowserRequiredFeatures() {
try {
// template literals
eval("`test`")
// classes
eval("class Foo {}")
// arrow functions
eval("const increment = x => x + 1")
} catch (error) {
return false
}
// performance API
if (
typeof performance === "undefined" ||
typeof performance.clearMeasures !== "function"
) {
return false
}
return true
}
// Set flag for unsupported browsers to be later reported to Heap since
// it hasn’t been loaded at this point:
const isSupportedBrowser = hasBrowserRequiredFeatures()
window.CV = window.CV || {}
window.CV.hasUnsupportedBrowser = !isSupportedBrowser
window.CV.sentryAttributionKey = null
window.sentryOnLoad = () => {
if (!isSupportedBrowser) {
if (
typeof console !== "undefined" &&
typeof console.warn === "function"
) {
console.warn(
"Error reporting disabled. This browser is not officially supported.",
)
}
return
}
Sentry.init({
release: "app-frontend@22f81c5c9336cf4b59a726969ae3ae8b95b1644d",
// Only track errors from JavaScript we serve
allowUrls: [/collegevine\.com/, /d28hdetl1q8yl2\.cloudfront\.net/],
beforeSend: (event, hint) => {
const exception = hint.originalException
// If the __sentryFingerprint field of the underlying exception is
// defined, use it as the fingerprint for the Sentry issue.
if (exception && exception.__sentryFingerprint) {
event.fingerprint = [exception.__sentryFingerprint]
}
return event
},
})
if (CV.sentryAttributionKey) {
Sentry.setContext("attribution", { key: CV.sentryAttributionKey })
Sentry.setTag("attribution", CV.sentryAttributionKey)
}
}
})()
</script>
<script crossorigin="anonymous" src="https://js.sentry-cdn.com/4d42713cd70d4bb0973933789bbaede8.min.js">
</script>
<!-- Google Consent Mode -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag("consent", "default", {
ad_storage: "denied",
analytics_storage: "denied",
ad_user_data: "denied",
ad_personalization: "denied",
wait_for_update: 500
});
gtag("set", "ads_data_redaction", true);
</script>
<!-- Osano -->
<script src="https://cmp.osano.com/Azyzp2TvnpgtM3kbz/02dc74f6-748a-4d06-aae6-1dda988cd583/osano.js">
</script>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-KT9ZYXLWZ5">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KT9ZYXLWZ5');
</script>
<script>
performance.mark('css:start')
performance.mark('css:lib:start')
</script>
<link as="style" href="https://d28hdetl1q8yl2.cloudfront.net/assets/select2/select2.min-15d6ad4dfdb43d0affad683e70029f97a8f8fc8637a28845009ee0542dccdf81.css" media="screen" rel="preload stylesheet">
<link as="style" href="https://d28hdetl1q8yl2.cloudfront.net/theme/fonts/feather/feather.min.css" media="screen" rel="preload stylesheet">
<link as="style" href="https://d28hdetl1q8yl2.cloudfront.net/theme/css/theme.min.css" media="screen" rel="preload stylesheet">
<link href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css" media="screen" rel="stylesheet">
<link as="style" href="https://d28hdetl1q8yl2.cloudfront.net/assets/app-2fb2d3b7182b2cc9a6fa10326ad106590ce9186de002af3b3b62a9cd1c0a79eb.css" media="screen" rel="preload stylesheet">
<link as="font" crossorigin="anonymous" href="https://d28hdetl1q8yl2.cloudfront.net/material-symbols.woff2" rel="preload"/>
<style>
@font-face {
font-family: 'Material Symbols Outlined';
font-style: normal;
font-display: block;
src: url(https://d28hdetl1q8yl2.cloudfront.net/material-symbols.woff2);
}
</style>
<link defer="defer" href="https://d28hdetl1q8yl2.cloudfront.net/assets/react-carousel/style-a5bd9ffcd5cf9c8602665e08588b6ce6e60fecb485f84e1d10e5f5c7d017614a.css" media="screen" rel="stylesheet">
<link defer="defer" href="https://d28hdetl1q8yl2.cloudfront.net/assets/react-calendar-9cde26b626ee3959ab153a9f22fa36a3909b0f738292e4c7927c6fd2899c2bc7.css" media="screen" rel="stylesheet">
<script>
performance.mark('css:lib:end')
</script>
<script>
performance.mark('css:pageStyles:start')
</script>
<link as="fetch" crossorigin="anonymous" href="https://d28hdetl1q8yl2.cloudfront.net/schools/hub/data/static/5df27ced81dd47e881d0b9f2450313bd508294e4f15567ca1bc0caec358f480a" rel="preload"/>
<link as="fetch" crossorigin="anonymous" href="/schools/hub/data/recommended-schools" rel="preload"/>
<link href="https://d28hdetl1q8yl2.cloudfront.net/theme-landing/libs/flickity/dist/flickity.min.css" media="screen" rel="stylesheet">
<link href="https://api.mapbox.com/mapbox-gl-js/v1.8.1/mapbox-gl.css" media="screen" rel="stylesheet">
<link href="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.4.2/mapbox-gl-geocoder.css" media="screen" rel="stylesheet">
<script>
performance.mark('css:pageStyles:end')
</script>
<script>
performance.mark('css:end')
</script>
<script>
;(function () {
function hasBrowserRequiredFeatures() {
try {
// template literals
eval("`test`")
// classes
eval("class Foo {}")
// arrow functions
eval("const increment = x => x + 1")
} catch (error) {
return false
}
// performance API
if (
typeof performance === "undefined" ||
typeof performance.clearMeasures !== "function"
) {
return false
}
return true
}
// Set flag for unsupported browsers to be later reported to Heap since
// it hasn’t been loaded at this point:
const isSupportedBrowser = hasBrowserRequiredFeatures()
window.CV = window.CV || {}
window.CV.hasUnsupportedBrowser = !isSupportedBrowser
window.CV.sentryAttributionKey = null
window.sentryOnLoad = () => {
if (!isSupportedBrowser) {
if (
typeof console !== "undefined" &&
typeof console.warn === "function"
) {
console.warn(
"Error reporting disabled. This browser is not officially supported.",
)
}
return
}
Sentry.init({
release: "app-frontend@22f81c5c9336cf4b59a726969ae3ae8b95b1644d",
// Only track errors from JavaScript we serve
allowUrls: [/collegevine\.com/, /d28hdetl1q8yl2\.cloudfront\.net/],
beforeSend: (event, hint) => {
const exception = hint.originalException
// If the __sentryFingerprint field of the underlying exception is
// defined, use it as the fingerprint for the Sentry issue.
if (exception && exception.__sentryFingerprint) {
event.fingerprint = [exception.__sentryFingerprint]
}
return event
},
})
if (CV.sentryAttributionKey) {
Sentry.setContext("attribution", { key: CV.sentryAttributionKey })
Sentry.setTag("attribution", CV.sentryAttributionKey)
}
}
})()
</script>
<script crossorigin="anonymous" src="https://js.sentry-cdn.com/4d42713cd70d4bb0973933789bbaede8.min.js">
</script>
<script>
window.CV = window.CV || {}
window.CV.featureFlags = {}
window.CV.trackedFeatureFlags = {
"ff_mkt_795_ai_menu_button": true,
"ff_uaq_487_ivy_notification_conversation": false,
"ff_uaq_549_new_ivy_onboarding_experience": true,
"ff_uaq_750_ivy_tutor_copy": "Free help",
"ff_uaq_752_add_modal_after_ivy_tutor_landing": true,
"ff_app_13500_cookie_consent_management": "osano",
"ff_rcr_2453_ask_for_shorelight_phone_number_earlier": false,
"ff_rcr_2353_enable_shorelight": true,
"ff_app_13805_mobile_push_notifications_contextual": true,
"ff_app_18741_ai_tastemaker_request_human_review": 1,
"ff_app_18969_brag_sheet_student_conversion": "obvious",
"ff_app_19904_ai_agents_home_page": true
}
CV.isMobileDevice = false
CV.mobileApp = {
manifest: null,
isStartup: false,
pushPermissionRequestMode: null,
}
CV.deviceCategory = "desktop"
CV.page = {
type: "app",
blog: {
slug: null,
categories: null,
}
}
</script>
<script>
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey='rWXWySxnrfE3LkUSGnjwjOOc2hsfLtaC';;analytics.SNIPPET_VERSION="4.15.3";
analytics.load('rWXWySxnrfE3LkUSGnjwjOOc2hsfLtaC');
}}();
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/tracking-fa9713c983199b4698597ef97cb4bc9b49f5a33564ac751a6aa1bc959067ded0.js">
</script>
<script>
if (CV.tracking) {
CV.tracking.pageView()
}
</script>
<script>
if (CV.currentUser) {
if (CV.tracking) {
CV.tracking.identify(CV.currentUser.cvid)
}
}
</script>
<script>
!function (w, d, t) {
w.TiktokAnalyticsObject=t;var ttq=w[t]=w[t]||[];ttq.methods=["page","track","identify","instances","debug","on","off","once","ready","alias","group","enableCookie","disableCookie"],ttq.setAndDefer=function(t,e){t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}};for(var i=0;i<ttq.methods.length;i++)ttq.setAndDefer(ttq,ttq.methods[i]);ttq.instance=function(t){for(var e=ttq._i[t]||[],n=0;n<ttq.methods.length;n++)ttq.setAndDefer(e,ttq.methods[n]);return e},ttq.load=function(e,n){var i="https://analytics.tiktok.com/i18n/pixel/events.js";ttq._i=ttq._i||{},ttq._i[e]=[],ttq._i[e]._u=i,ttq._t=ttq._t||{},ttq._t[e]=+new Date,ttq._o=ttq._o||{},ttq._o[e]=n||{};n=document.createElement("script");n.type="text/javascript",n.async=!0,n.src=i+"?sdkid="+e+"&lib="+t;e=document.getElementsByTagName("script")[0];e.parentNode.insertBefore(n,e)};
ttq.load('C6AKVPCCAQFJ5EJE0GIG');
ttq.page();
}(window, document, 'ttq');
</script>
</link>
</link>
</link>
</link>
</link>
</link>
</link>
</link>
</link>
</link>
</meta>
</meta>
</head>
<body class="h-100 d-flex flex-column overflow-y-hidden">
<a aria-label="Skip to main content" class="skip-to-main-content visuallyhidden focusable" href="#skip-to-main" tabindex="0">
Skip to main content
</a>
<nav class="bg-white navbar navbar-light navbar-user navbar-expand-md py-3 px-1 px-md-3">
<div class="d-flex align-items-center justify-content-between flex-grow-1 px-3 container">
<div class="d-flex align-items-center">
<a href="/">
<img class="img-fluid" src="https://d28hdetl1q8yl2.cloudfront.net/img/cv-logo.svg"/>
</a>
</div>
<div class="d-flex align-items-center justify-content-around bg-white">
<a class="text-gray-800 text-nowrap px-3 mx-1" href="https://www.collegevine.com/sage">
Sage
</a>
<a class="text-gray-800 text-nowrap px-3 mx-1" href="https://www.collegevine.com/admissions-calculator">
Chancing
</a>
<div class="dropdown">
<button class="btn btn-link py-0 px-3 text-gray-800 d-flex align-items-center justify-content-between dropdown-toggle">
<div class="text-nowrap">
Schools
</div>
<div class="material-symbol ms-2 ml-2 large text-muted">
expand_more
</div>
</button>
<div class="dropdown-menu z-index-popover">
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/schools/hub/all">
Explore Colleges
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/college-lists-and-rankings">
Rankings
</a>
</div>
</div>
<div class="dropdown">
<button class="btn btn-link py-0 px-3 text-gray-800 d-flex align-items-center justify-content-between dropdown-toggle">
<div class="text-nowrap">
Resources
</div>
<div class="material-symbol ms-2 ml-2 large text-muted">
expand_more
</div>
</button>
<div class="dropdown-menu z-index-popover">
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/ai/homework-help">
Homework Help
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/faq">
Expert FAQ
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/guidance">
Blog Articles
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://blog.collegevine.com/category/essays/essay-guides-2023-24/">
Essay Guides
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/livestreams">
Livestreams
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/monthly-scholarships">
Scholarships
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/communities/feed">
Community
</a>
<a class="text-gray-800 text-nowrap dropdown-item" href="https://www.collegevine.com/essays/review">
Peer essay review
</a>
</div>
</div>
</div>
<div class="d-flex align-items-center">
<form action="https://www.collegevine.com/users/auth/auth0?screen_hint=login" class="my-0" method="post">
<button class="navbar-btn btn btn-link text-gray-800 mr-3 me-3" id="navbarLogin" type="submit">
Log in
</button>
<input autocomplete="off" name="authenticity_token" type="hidden" value="BmSYQt1d/ujj0pF6hOCUYXi56P9PPJnzrfkHLqegI5xoVME1pCZftkWAlkYVbvWkVfoXLc5uOrw4a6AG91smMw=="/>
</form>
<form action="https://www.collegevine.com/users/auth/auth0?screen_hint=signUp" class="my-0" method="post">
<button class="navbar-btn btn btn-success" id="signup" type="submit">
Sign up
</button>
<input autocomplete="off" name="authenticity_token" type="hidden" value="6pH2E7vNeHT2TChsiN6SiKjr+PKQaiMVSndgPTKDbcuEoa9kwrbZKlAeL1AZUPNNhagHIBE4gFrf5ccVYnhoZA=="/>
</form>
</div>
</div>
</nav>
<div class="skip-to-main" id="skip-to-main" tabindex="-1">
</div>
<div class="" id="c894d469">
</div>
<div class="flex-grow-1 d-flex flex-column overflow-y-hidden" id="5402e1ff">
<div class="d-flex overflow-hidden flex-grow-1" data-reactroot="">
<div class="d-flex flex-column overflow-hidden flex-grow-1 position-relative">
<div class="flex-grow-1 bg-very-light-grey overflow-x-hidden overflow-y-auto t--scroll-container">
<div class="position-sticky z-index-fixed d-flex justify-content-between bg-white border-bottom py-3 px-5" style="top:0">
<div class="mb-4 mb-md-0 mr-3 my-1 my-md-0" style="width:20em;min-width:15em">
<style data-emotion-css="2b097c-container">
.css-2b097c-container{position:relative;box-sizing:border-box;}
</style>
<div class="css-2b097c-container">
<style data-emotion-css="yk16xz-control">
.css-yk16xz-control{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:hsl(0,0%,100%);border-color:hsl(0,0%,80%);border-radius:4px;border-style:solid;border-width:1px;cursor:default;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;min-height:38px;outline:0 !important;position:relative;-webkit-transition:all 100ms;transition:all 100ms;box-sizing:border-box;}.css-yk16xz-control:hover{border-color:hsl(0,0%,70%);}
</style>
<div class="t--name-search__control css-yk16xz-control">
<style data-emotion-css="1hwfws3">
.css-1hwfws3{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:2px 8px;-webkit-overflow-scrolling:touch;position:relative;overflow:hidden;box-sizing:border-box;}
</style>
<div class="t--name-search__value-container css-1hwfws3">
<style data-emotion-css="8dspav-placeholder">
.css-8dspav-placeholder{color:#B1C2D9;margin-left:2px;margin-right:2px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);box-sizing:border-box;}
</style>
<div class="t--name-search__placeholder css-8dspav-placeholder">
Search a school
</div>
<style data-emotion-css="1g6gooi">
.css-1g6gooi{margin:2px;padding-bottom:2px;padding-top:2px;visibility:visible;color:hsl(0,0%,20%);box-sizing:border-box;}
</style>
<div class="css-1g6gooi">
<div class="t--name-search__input" style="display:inline-block">
<input aria-autocomplete="list" aria-label="Search a school" autocapitalize="none" autocomplete="off" autocorrect="off" id="react-select-69-input" spellcheck="false" style="box-sizing:content-box;width:1px;label:input;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit" tabindex="0" type="text" value=""/>
<div style="position:absolute;top:0;left:0;visibility:hidden;height:0;overflow:scroll;white-space:pre">
</div>
</div>
</div>
</div>
<style data-emotion-css="1wy0on6">
.css-1wy0on6{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;}
</style>
<div class="t--name-search__indicators css-1wy0on6">
<style data-emotion-css="1okebmr-indicatorSeparator">
.css-1okebmr-indicatorSeparator{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;background-color:hsl(0,0%,80%);margin-bottom:8px;margin-top:8px;width:1px;box-sizing:border-box;}
</style>
<span class="t--name-search__indicator-separator css-1okebmr-indicatorSeparator">
</span>
<style data-emotion-css="tlfecz-indicatorContainer">
.css-tlfecz-indicatorContainer{color:hsl(0,0%,80%);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:8px;-webkit-transition:color 150ms;transition:color 150ms;box-sizing:border-box;}.css-tlfecz-indicatorContainer:hover{color:hsl(0,0%,60%);}
</style>
<div aria-hidden="true" class="t--name-search__indicator t--name-search__dropdown-indicator css-tlfecz-indicatorContainer">
<style data-emotion-css="19bqh2r">
.css-19bqh2r{display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;}
</style>
<svg aria-hidden="true" class="css-19bqh2r" focusable="false" height="20" viewbox="0 0 20 20" width="20">
<path d="M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z">
</path>
</svg>
</div>
</div>
</div>
</div>
</div>
<div class="bg-gradient-light-grey rounded py-2">
</div>
</div>
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-between mt-3 mb-0 mb-md-4">
<div class="dropdown my-2">
<button aria-label="Ranking selector" class="btn btn-link text-body p-0">
<h1 class="my-2 d-flex align-items-start">
<span class="text-left">
All colleges
</span>
<span class="material-symbol ml-2 pt-1">
expand_more
</span>
</h1>
</button>
</div>
</div>
<div class="d-flex justify-content-between mb-3">
<div class="">
1 College
</div>
<div class="d-flex justify-content-end">
<div class="dropdown">
<button aria-label="Sort options" class="btn btn-link p-0 text-secondary dropdown-toggle">
Sort by: Name
</button>
</div>
</div>
</div>
<div style="position:relative">
<div style="-ms-transform:translate(0px, 0px);-webkit-transform:translate(0px, 0px);transform:translate(0px, 0px)">
<div>
<div class="pb-4">
<div class="card mb-0 t--list-row t--school-8d6987b4-5275-45fe-917c-017d19fd9387">
<div class="card-body row">
<div class="col-12 col-sm-auto mb-5 mb-sm-0 d-flex flex-column flex-sm-row align-items-stretch">
<div class="m-n4 overflow-hidden position-relative rounded-left" style="width:170px">
<img alt="" class="position-absolute" sizes="" src="https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?w=170&h=270&fit=crop&crop=edges&auto=format" srcset="" style="left:calc(50% - 85px);top:calc(50% - 135px)"/>
</div>
</div>
<div class="col-12 col-sm ml-sm-4 pt-3 pt-sm-0">
<div class="d-flex align-items-start justify-content-between">
<a class="h2 text-body flex-grow-1" href="/schools/hub/all/d/azusa-pacific-university-apu">
Azusa Pacific University | APU
</a>
</div>
<div class="small text-secondary d-flex align-items-center">
<div class="t--location">
Azusa, CA
</div>
<div class="mx-2">
•
</div>
Private
</div>
<div class="row">
<div class="col-6">
<div class="mt-3 d-flex align-items-center">
<strong class="t--acceptance-rate">
94%
</strong>
<span class="ml-3">
Acceptance rate
</span>
</div>
</div>
<div class="col-6">
<div class="mt-3 d-flex align-items-center">
<strong class="t--gpa">
3.72
</strong>
<span class="ml-3">
Avg GPA
</span>
</div>
</div>
<div class="col-6">
<div class="mt-3 d-flex align-items-center">
<strong class="t--cost">
$52K
</strong>
<span class="ml-3">
Cost
</span>
</div>
</div>
<div class="col-6">
<div class="mt-3 d-flex align-items-center">
<strong class="t--total-undergrads">
3K
</strong>
<span class="ml-3">
Undergrads
</span>
</div>
</div>
</div>
<div class="d-flex justify-content-between align-items-center mt-4">
<a aria-label="Calculate my chances for Azusa Pacific University | APU" class="btn btn-link p-0" href="/admissions-calculator">
Calculate my chances
</a>
<div class="">
<form action="/users/auth/auth0?origin=%2Fschools%2Fhub%2Fall%2Fd%2Fazusa-pacific-university-apu%2Ffinances&screen_hint=signUp" class="d-inline" method="post" target="">
<button class="d-flex btn btn-outline-primary" type="submit">
<div class="d-flex align-items-center mr-2">
<i class="fe fe-heart">
</i>
<div class="d-none d-md-block ml-2">
Add to list
</div>
</div>
</button>
<input class="" name="authenticity_token" type="hidden" value=""/>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex flex-column position-absolute-fullsize overflow-y-auto overflow-x-hidden z-index-modal bg-white t--focused-school">
<div class="container">
<div class="header mb-3 mx-n3 mx-md-0">
<div class="row pr-3 my-3">
<div class="col pr-0">
<button class="btn btn-link mt-2 text-dark d-flex align-items-center px-3 t--close-focused-school">
<span class="material-symbol large">
arrow_back
</span>
</button>
</div>
<div class="col-10 col-lg-5 py-2 mr-lg-0 pl-0">
<style data-emotion-css="2b097c-container">
.css-2b097c-container{position:relative;box-sizing:border-box;}
</style>
<div class="css-2b097c-container">
<style data-emotion-css="yk16xz-control">
.css-yk16xz-control{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:hsl(0,0%,100%);border-color:hsl(0,0%,80%);border-radius:4px;border-style:solid;border-width:1px;cursor:default;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;min-height:38px;outline:0 !important;position:relative;-webkit-transition:all 100ms;transition:all 100ms;box-sizing:border-box;}.css-yk16xz-control:hover{border-color:hsl(0,0%,70%);}
</style>
<div class="css-yk16xz-control">
<style data-emotion-css="1hwfws3">
.css-1hwfws3{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:2px 8px;-webkit-overflow-scrolling:touch;position:relative;overflow:hidden;box-sizing:border-box;}
</style>
<div class="css-1hwfws3">
<style data-emotion-css="8dspav-placeholder">
.css-8dspav-placeholder{color:#B1C2D9;margin-left:2px;margin-right:2px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);box-sizing:border-box;}
</style>
<div class="css-8dspav-placeholder">
Type to search
</div>
<style data-emotion-css="1g6gooi">
.css-1g6gooi{margin:2px;padding-bottom:2px;padding-top:2px;visibility:visible;color:hsl(0,0%,20%);box-sizing:border-box;}
</style>
<div class="css-1g6gooi">
<div class="" style="display:inline-block">
<input aria-autocomplete="list" autocapitalize="none" autocomplete="off" autocorrect="off" id="react-select-school-jump-bar-input" spellcheck="false" style="box-sizing:content-box;width:1px;label:input;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit" tabindex="0" type="text" value=""/>
<div style="position:absolute;top:0;left:0;visibility:hidden;height:0;overflow:scroll;white-space:pre">
</div>
</div>
</div>
</div>
<style data-emotion-css="1wy0on6">
.css-1wy0on6{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;}
</style>
<div class="css-1wy0on6">
<style data-emotion-css="at12u2-loadingIndicator">
.css-at12u2-loadingIndicator{color:hsl(0,0%,80%);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:8px;-webkit-transition:color 150ms;transition:color 150ms;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;font-size:4px;line-height:1;margin-right:4px;text-align:center;vertical-align:middle;box-sizing:border-box;}
</style>
<div aria-hidden="true" class="css-at12u2-loadingIndicator">
<style data-emotion-css="4dz72r animation-stj4i2">
.css-4dz72r{-webkit-animation:animation-stj4i2 1s ease-in-out 0ms infinite;animation:animation-stj4i2 1s ease-in-out 0ms infinite;background-color:currentColor;border-radius:1em;display:inline-block;height:1em;vertical-align:top;width:1em;}@-webkit-keyframes animation-stj4i2{0%,80%,100%{opacity:0;}40%{opacity:1;}}@keyframes animation-stj4i2{0%,80%,100%{opacity:0;}40%{opacity:1;}}
</style>
<span class="css-4dz72r">
</span>
<style data-emotion-css="1f06n0c animation-stj4i2">
.css-1f06n0c{-webkit-animation:animation-stj4i2 1s ease-in-out 160ms infinite;animation:animation-stj4i2 1s ease-in-out 160ms infinite;background-color:currentColor;border-radius:1em;display:inline-block;margin-left:1em;height:1em;vertical-align:top;width:1em;}@-webkit-keyframes animation-stj4i2{0%,80%,100%{opacity:0;}40%{opacity:1;}}@keyframes animation-stj4i2{0%,80%,100%{opacity:0;}40%{opacity:1;}}
</style>
<span class="css-1f06n0c">
</span>
<style data-emotion-css="1lqdfpi animation-stj4i2">
.css-1lqdfpi{-webkit-animation:animation-stj4i2 1s ease-in-out 320ms infinite;animation:animation-stj4i2 1s ease-in-out 320ms infinite;background-color:currentColor;border-radius:1em;display:inline-block;margin-left:1em;height:1em;vertical-align:top;width:1em;}@-webkit-keyframes animation-stj4i2{0%,80%,100%{opacity:0;}40%{opacity:1;}}@keyframes animation-stj4i2{0%,80%,100%{opacity:0;}40%{opacity:1;}}
</style>
<span class="css-1lqdfpi">
</span>
</div>
<style data-emotion-css="1okebmr-indicatorSeparator">
.css-1okebmr-indicatorSeparator{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;background-color:hsl(0,0%,80%);margin-bottom:8px;margin-top:8px;width:1px;box-sizing:border-box;}
</style>
<span class="css-1okebmr-indicatorSeparator">
</span>
<style data-emotion-css="tlfecz-indicatorContainer">
.css-tlfecz-indicatorContainer{color:hsl(0,0%,80%);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:8px;-webkit-transition:color 150ms;transition:color 150ms;box-sizing:border-box;}.css-tlfecz-indicatorContainer:hover{color:hsl(0,0%,60%);}
</style>
<div aria-hidden="true" class="css-tlfecz-indicatorContainer">
<style data-emotion-css="19bqh2r">
.css-19bqh2r{display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;}
</style>
<svg aria-hidden="true" class="css-19bqh2r" focusable="false" height="20" viewbox="0 0 20 20" width="20">
<path d="M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z">
</path>
</svg>
</div>
</div>
</div>
</div>
</div>
<div class="col">
</div>
</div>
<div class="position-relative mx-3 mx-lg-0">
<div class="d-md-none">
<img alt="" class="rounded" sizes="" src="https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format" srcset="https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=640 640w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=742 742w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=861 861w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=998 998w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=1158 1158w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=1344 1344w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=1559 1559w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=1808 1808w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=2098 2098w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=2433 2433w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=2823 2823w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=3275 3275w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=3799 3799w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=4406 4406w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=5112 5112w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=5120 5120w" style="height:15rem;width:100%;object-fit:cover"/>
</div>
<div class="d-none d-md-block">
<img alt="" class="rounded" sizes="" src="https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format" srcset="https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=640 640w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=742 742w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=861 861w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=998 998w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=1158 1158w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=1344 1344w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=1559 1559w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=1808 1808w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=2098 2098w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=2433 2433w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=2823 2823w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=3275 3275w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=3799 3799w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=4406 4406w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=5112 5112w,https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?fit=crop&crop=edges&auto=format&w=5120 5120w" style="height:20rem;width:100%;object-fit:cover"/>
</div>
</div>
<div class="container px-lg-0">
<div class="pb-0 pb-md-3">
<div class="row align-items-end mt-4">
<div class="col mb-3">
<div class="row align-items-center">
<div class="col-auto">
<h1 class="header-title">
Azusa Pacific University | APU
</h1>
</div>
</div>
<div class="row">
<div class="col small">
Azusa, California
<span class="mx-2">
•
</span>
Private
</div>
</div>
</div>
<div class="col-12 col-lg-auto my-0 mb-lg-3">
<div class="row no-gutters g-0 align-items-center">
<div class="col-12 col-lg-auto">
<form action="/users/auth/auth0?origin=%2Fschools%2Fhub%2Fall%2Fd%2Fazusa-pacific-university-apu%2Ffinances&screen_hint=signUp" class="d-inline" method="post" target="">
<button class="btn btn-outline-primary btn-block" type="submit">
Add to my list
</button>
<input class="" name="authenticity_token" type="hidden" value=""/>
</form>
</div>
</div>
</div>
</div>
<div class="row border-bottom mx-1">
<div class="col col-lg-auto mt-3 mt-lg-0 px-0">
<ul class="nav nav-tabs overflow-visible border-bottom-0">
<li class="nav-item text-nowrap">
<a class="cursor-pointer py-3 nav-link t--sdp-tab-Overview" href="/schools/azusa-pacific-university-apu">
Overview
</a>
</li>
<li class="nav-item text-nowrap">
<a class="cursor-pointer py-3 nav-link t--sdp-tab-Finances active" href="/schools/azusa-pacific-university-apu/finances">
Cost & scholarships
</a>
</li>
<li class="nav-item text-nowrap">
<a class="cursor-pointer py-3 nav-link t--sdp-tab-Majors" href="/schools/azusa-pacific-university-apu/majors">
Majors
</a>
</li>
<li class="nav-item text-nowrap">
<a class="cursor-pointer py-3 nav-link t--sdp-tab-Admission_Requirements" href="/schools/azusa-pacific-university-apu/admission-requirements">
Admissions
</a>
</li>
<li class="nav-item text-nowrap">
<a class="cursor-pointer py-3 nav-link t--sdp-tab-Essay_Prompts" href="/schools/azusa-pacific-university-apu/essay-prompts">
Essay prompt
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="card border border-light rounded p-4 mx-2 mb-4">
<h1 class="">
What are Azusa Pacific University | APU’s Tuition and Fees?
</h1>
<p class="">
What does it cost to attend Azusa Pacific University | APU? Below we’ve mapped out the tuition, fees, and room and board that will help you understand how much you will pay for Azusa Pacific University | APU. We’ve also included financial aid information to help
you pay for college. If you’d like to get a personal estimated cost
of attendance based on your situation, use our
<a class="" href="/profile/finances">
free cost calculator
</a>
.
</p>
<div class="row">
<div class="col-12 col-md mb-2 mb-md-4">
<div class="t--subtitle">
Your estimated net cost
</div>
<div class="font-weight-bold fw-bold text-secondary x-large">
$ ? / year
</div>
</div>
<div class="col-12 col-md-auto mb-3 mb-md-0">
<button class="btn btn-primary px-4 t--estimate-my-cost">
Estimate my cost
</button>
</div>
</div>
<div class="row">
<div class="col-12 mt-2 col-md-6 mt-md-0">
<div class="t--subtitle">
In-state
</div>
<div class="x-large">
$51,552
</div>
</div>
<div class="col-12 mt-2 col-md-6 mt-md-0">
<div class="t--subtitle">
Out-of-state
</div>
<div class="x-large">
$51,552
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<h1 class="mb-4">
What does it cost to attend Azusa Pacific University | APU?
</h1>
<h4 class="">
Net Price Breakdown
</h4>
<p class="mb-5">
The Net Price is the estimated cost after the average aid amount is applied to the total amount.
</p>
<div class="t--financials-anonymous">
<p class="">
Published costs and averages can be misleading:
they don’t fully account for your family’s finances (for financial aid)
or your academic profile (for scholarships).
</p>
<p class="font-weight-bold fw-bold mb-2">
Want to see your personalized net cost after financial aid and scholarships?
</p>
<div class="d-flex">
<form action="/users/auth/auth0?origin=%2Fschools%2Fhub%2Fall&screen_hint=login" class="d-inline" method="post" target="">
<button class="btn btn-primary px-4 mr-3" type="submit">
Log in
</button>
<input class="" name="authenticity_token" type="hidden" value=""/>
</form>
<form action="/users/auth/auth0?origin=%2Fschools%2Fhub%2Fall&screen_hint=signUp" class="d-inline" method="post" target="">
<button class="btn btn-outline-primary px-4" type="submit">
Sign up (it's free!)
</button>
<input class="" name="authenticity_token" type="hidden" value=""/>
</form>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<h3 class="mb-4">
Sticker Price Breakdown
</h3>
<p class="">
The sticker price is the advertised price of the school. You may not
have to pay the full sticker price if you get financial aid or
scholarships.
</p>
<div class="row mx-0 py-3 border-bottom">
<div class="col pl-0">
<strong class="">
Type
</strong>
</div>
<div class="col-auto pr-0">
<strong class="">
Annual Cost
</strong>
</div>
</div>
<div class="mt-4">
<div class="row align-items-center">
<div class="col text-nowrap">
In-state tuition
</div>
<div class="col-auto font-weight-semibold">
$41,650
</div>
</div>
<hr class=""/>
<div class="row align-items-center">
<div class="col text-nowrap">
In-state fees
</div>
<div class="col-auto font-weight-semibold">
$680
</div>
</div>
<hr class=""/>
<div class="row align-items-center">
<div class="col text-nowrap">
Out-of-state tuition
</div>
<div class="col-auto font-weight-semibold">
$41,650
</div>
</div>
<hr class=""/>
<div class="row align-items-center">
<div class="col text-nowrap">
Out-of-state fees
</div>
<div class="col-auto font-weight-semibold">
$680
</div>
</div>
<hr class=""/>
<div class="row align-items-center">
<div class="col text-nowrap">
Room and board
</div>
<div class="col-auto font-weight-semibold">
$9,222
</div>
</div>
<hr class=""/>
</div>
</div>
</div>
<div class="t--financials-aid-explanation mt-5">
<div class="card">
<div class="card-body">
<h1 class="">
Grants
</h1>
<p class="">
Grants can be given out by the federal government, your state, or the college and are based on your financial need. Grants do not need to be repaid.
</p>
% of undergraduates that receive Pell grants
<div class="x-large">
40%
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<h1 class="">
Merit scholarships
</h1>
<p class="mb-2">
Scholarships are awarded based on your your financial need or academic achievements. They do not need to be repaid but you may have to reapply for them each year.
</p>
</div>
</div>
<div class="card">
<div class="card-body">
<h1 class="">
Student loans
</h1>
<p class="">
Student loans are sums of money given to students to help them pay for college now. You must pay this money back later with interest.
</p>
<div class="row">
<div class="col">
% of full-time first-time undergraduates awarded federal student loans
<div class="x-large">
43%
</div>
</div>
<div class="col">
Avg. amount of federal student loans awarded to full-time first-time undergrads
<div class="x-large">
$5,139
</div>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<h1 class="">
Work-study
</h1>
<p class="">
Work-study is when you work during the school year, typically an on-campus job. The money you make pays a part of the tuition. It’s a great opportunity, but it’s not free.
</p>
<a class="d-flex align-items-center" href="https://blog.collegevine.com/how-federal-work-study-works/" target="_blank">
<span class="material-symbol pr-2">
open_in_new
</span>
<span class="">
Learn more about how it works and what types of jobs are available
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<noscript>
<div class="position-fixed fixed-bottom text-center">
<div class="alert bg-soft-warning mb-0">
<i class="fe fe-alert-triangle">
</i>
Looks like you don’t have JavaScript enabled.
<a href="http://activatejavascript.org/en/instructions" target="_blank">
Enable JavaScript to use our free tools.
<i class="fe fe-external-link">
</i>
</a>
</div>
</div>
</noscript>
<script>
performance.mark('js:start')
performance.mark('js:lib:start')
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/theme/libs/jquery/dist/jquery.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/select2/select2.min-308692a9122971f04b0f0652762845a3e6fcf6b3b2be36f6986bb6e0c6e4d696.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/theme/libs/bootstrap/dist/js/bootstrap.bundle.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/theme/libs/autosize/dist/autosize.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/theme/libs/list.js/dist/list.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/theme/js/theme.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/auth0/auth0.min-5ce8da81957a0f3971132fcfe8cd30d9dfc5a60b6a43e5f530e6f0b52799fdaa.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/rails_unobtrusive-4754c294b8e314a3e04a991cee3ba8b993dd4e8177fdc8392406d280e28ee584.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/performance_analytics-83186d88a07a12c063bf191d9586b54b535288c4ee96db092366269cd4c3aa58.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/localtime-89ef2519207b0fc150226045f6e2d620db2dac9e01247045dc93e8d71a71b273.js">
</script>
<script>
performance.mark('js:lib:end')
</script>
<script>
window.CV = window.CV || {}
window.CV.pathInfo = function(name) {
const path = window.CV.pathInfo.endpoints[name]
if (!path) {
window.CV.pathInfo.missingPath(name)
return
}
return { path, token: 'OUX5Mz5bmcUlJnEi1YgplY4z4W6CqPZhI+Mc9uwTePrrJjdDhX2l0FzG/+EcvieGxJMfUkHe7g883k48fXp+Dw==' }
}
window.CV.pathInfo.endpoints = {"autopilot_pre_join_path":"/applications/pre-join","flag_set_path":"/flag/set","schools_content_modules_get_path":"/schools/content-modules/get","schools_content_modules_presence_path":"/schools/content-modules/presence","schools_hub_admissions_path":"/schools/hub/admissions","schools_hub_data_chances_and_financials_path":"/schools/hub/data/chances-and-financials","schools_hub_data_recommended_schools_path":"/schools/hub/data/recommended-schools","schools_hub_notify_filter_selection_path":"/schools/hub/notify-filter-selection","schools_hub_save_view_config_path":"/schools/hub/save-view-config","schools_hub_whatif_chancing_path":"/schools/hub/whatif-chancing","schools_lists_add_path":"/schools/lists/add","schools_lists_remove_path":"/schools/lists/remove","schools_search_path":"/schools/search","schools_update_school_notes_path":"/schools/school-notes","sem_school_content_modules_create_path":"/recruit/school/content-modules/interactions","sem_connections_invite_vine_path":"/recruit/connections/invite-vine","sem_discover_fetch_students_path":"/recruit/discover/students","sem_school_update_path":"/recruit/school/update","sem_school_update_header_image_path":"/recruit/school/update-header-image","network_connections_accept_invitation_path":"/network/connections/accept","network_connections_invite_school_path":"/network/connections/invite","network_connections_ignore_invitation_path":"/network/connections/ignore","profile_name_path":"/profile/name","profile_visibility_path":"/profile/visibility","profile_search_extracurricular_activities_path":"/profile/search-extracurriculars","profile_generate_ec_description_path":"/profile/generate-ec-description","blog_lite_chancing_path":"/blog/lite-chancing","experts_advising_submit_consult_inquiry_path":"/experts/advising/submit-consult-inquiry","high_schools_invitations_invite_sem_school_path":"/high-schools/invitations/sem-school/invite","mobile_set_push_token_path":"/mobile/set-push-token","mobile_push_permission_not_granted_path":"/mobile/push-permission-not-granted","trellis_inference_recruiter_create_conversation_path":"/trellis/inference/recruiter/create-conversation","trellis_inference_recruiter_send_message_path":"/trellis/inference/recruiter/send-message","login_path":"/users/auth/auth0?origin=%2Fschools%2Fhub%2Fall%2Fd%2Fazusa-pacific-university-apu%2Ffinances","schools_static_data_url":"https://d28hdetl1q8yl2.cloudfront.net/schools/hub/data/static/5df27ced81dd47e881d0b9f2450313bd508294e4f15567ca1bc0caec358f480a","livestreams_client_window_visibility_path":"/livestreams/client-window-visibility","livestreams_conferences_ban_user_path":"/livestreams/conferences/ban_user","livestreams_conferences_download_url_path":"/livestreams/conferences/download_url","livestreams_conferences_status_complete_path":"/livestreams/conferences/status/complete","livestreams_conferences_status_on_air_path":"/livestreams/conferences/status/on-air","livestreams_cta_add_path":"/livestreams/cta/add","livestreams_cta_delete_path":"/livestreams/cta/delete","livestreams_cta_open_path":"/livestreams/cta/open","livestreams_cta_update_path":"/livestreams/cta/update","livestreams_cta_save_referral_path":"/livestreams/cta/save-referral","livestreams_live_promo_stream_path":"/livestreams/live-promo-stream","livestreams_polls_add_path":"/livestreams/polls/add","livestreams_polls_answer_path":"/livestreams/polls/answer","livestreams_polls_delete_path":"/livestreams/polls/delete","livestreams_polls_load_path":"/livestreams/polls/load","livestreams_polls_report_shown_path":"/livestreams/polls/shown","livestreams_polls_responses_path":"/livestreams/polls/responses","livestreams_polls_status_path":"/livestreams/polls/status","livestreams_polls_update_path":"/livestreams/polls/update","livestreams_register_path":"/livestreams/register","livestreams_questions_all_path":"/livestreams/questions/all","livestreams_questions_post_path":"/livestreams/questions/post","livestreams_questions_visibility_path":"/livestreams/questions/visibility","livestreams_reactions_launch_path":"/livestreams/reactions/launch","livestreams_recording_watch_event_path":"/livestreams/recording-watch-event","livestreams_video_pipeline_status_path":"/livestreams/conferences/pipeline-status","profile_set_username_path":"/profile/username","profile_validate_username_path":"/profile/validate-username","experts_search_advisors_path":"/experts/search-advisors","enrollment_survey_remove_school_from_list_path":"/enrollment-survey/remove-school","enrollment_survey_record_survey_submitted_path":"/enrollment-survey/record-survey-submitted","enrollment_survey_update_accepting_late_cycle_offers_path":"/enrollment-survey/update-accepting-offers","enrollment_survey_update_address_path":"/enrollment-survey/update-address"}
window.CV.apiEndpoint = function({ name, continuation }) {
return continuation(window.CV.pathInfo(name))
}
</script>
<script>
window.CV.pathInfo.missingPath = function(name) {
console.error("Missing API endpoint", name)
if (typeof window.Sentry !== "undefined") {
window.Sentry.captureException(new Error("Missing API endpoint"), { extra: { name } })
}
}
</script>
<script>
window.CV = window.CV || {}
window.CV.pusherConfig =
{"key":"ada6bc1c6ec3ba44d3ca","cluster":"us2","authToken":"Z78qUfdM2//Cf3kryB0wn98uKZNElpWgrNOK6pR8HGu13OQhTGrn6ruf9+gBKz6MlY7Xr4fgjc6z7tggBRUang==","authPath":"/pusher/auth"}
</script>
<script>
window.CV = window.CV || {}
window.CV.assetsRoot = 'https://d28hdetl1q8yl2.cloudfront.net/'
</script>
<script>
function setUserFlag(flagName, callback) {
$.post("/flag/set", {
flag_name: flagName,
authenticity_token: 'N1kEjiAWoHIrI61ap2xMEd9ftP1Zs18zzHrA0INDmWnlOsr+mzCcZ1LDI5luWkIClf9KwZrFR13TR5IaEiqfnA==',
success: callback
})
}
function unsetUserFlag(flagName) {
$.post("/flag/unset", {
flag_name: flagName,
authenticity_token: 'IIUMNLf11yYfpzHyPsAmPMMt5sK+Ob/+VuvUUlsQHfry5sJEDNPrM2ZHvzH39igviY0Y/n1Pp5BJ1oaYynkbDw==',
})
}
</script>
<script>
performance.mark('js:pageScripts:start')
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/theme-landing/libs/flickity/dist/flickity.pkgd.min.js">
</script>
<script src="https://api.mapbox.com/mapbox-gl-js/v1.8.1/mapbox-gl.js">
</script>
<script src="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.4.2/mapbox-gl-geocoder.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/react@17.0.2/react.production.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/react-dom@17.0.2/react-dom.production.min.js">
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/src/EntryPoints/Livestream/MiniPromo-59ea7301b1704df350723f60d1f6d835bf36c54f2e2a547c42df20d5bc5c2259.purs">
</script>
<script>
(function() {
if (typeof Purs_EntryPoints_Livestream_MiniPromo === 'undefined') {
throw new Error('APP-9029: PureScript entrypoint is missing: module=Livestream/MiniPromo')
}
const boot = Purs_EntryPoints_Livestream_MiniPromo.boot
const mount = boot && (boot.mount || boot)
if (typeof mount === 'function') {
mount('c894d469')({"utmSource":"workspace"})()
} else {
throw new Error('Expected module Livestream/MiniPromo to export a value `boot` ' +
'which is either a function or has a function field `mount`, but got `' + boot + '`')
}
})()
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/src/EntryPoints/Hub/AllSchools-636e28ccae3f344c99c6694195fccd2e869442e385b561e3d4b6e0a795e42623.purs">
</script>
<script>
(function() {
if (typeof Purs_EntryPoints_Hub_AllSchools === 'undefined') {
throw new Error('APP-9029: PureScript entrypoint is missing: module=Hub/AllSchools')
}
const boot = Purs_EntryPoints_Hub_AllSchools.boot
if (boot && typeof boot.hydrate === 'function') {
boot.hydrate('5402e1ff')({"chancingProfile":null,"currentUser":null,"featureFlags":{"autopilot":"ineligible","rcr2577ClaimSchoolProfileLinkOnSdp":false,"app18667SageOnSdp":false,"app18667TrellisRecruiter":true},"focusedSchool":{"slug":"azusa-pacific-university-apu","tab":"finances"},"hasFinancialProfile":false,"mapboxAccessToken":"pk.eyJ1IjoiY29sbGVnZXZpbmUtaXZ5IiwiYSI6ImNrOTA0NGgxdzAxeG0zZWxmampiNWo3MWMifQ.wENcRHYGVA5CLLYvaFLroA","mobileLayout":false,"paths":{"chancingCta":"/admissions-calculator","chancingWizardReturnToHub":"/chancing/profile?next=74%2F2J7Oq4hFiOC8LnxrqWI1uWXgQqOPNdHjUoMYdagkZy%2F5ShZkbp4wpAwwsBi8WQYr9pVzIadipGWBXA0CTB7UPnB4J2BhvvKvXPU3PvQCL9kIfWB1C--S04hH8Pa2coNxy1J--HOLudcfbl61e%2BkfJXfPaNQ%3D%3D","hub":"/schools/hub","rootUrl":"https://www.collegevine.com"},"randomSeed":936031,"schoolList":[],"schoolConnections":{},"showNetworkCard":false,"vineBelowConnectionLimit":null,"whatificator":{"visible":false,"scenario":[{"id":"gpa","value":3.6},{"id":"sat","readingWriting":650,"math":650},{"id":"coursework","ap":2,"honors":5,"collegeClasses":0}]},"counselorConnections":null,"initialSchools":{"schools":[{"academicOfferings":{"studyAbroad":true,"creditForApExams":false,"creditForIbExams":false,"offersGradDegree":true,"careerCounseling":false,"specialFocus":null,"hasMedicalSchool":false},"address":{"nonUSAddress":null,"usAddress":{"street":"901 E Alosta","city":"Azusa","county":"Los Angeles County","state":"CA","zip":"91702","location":{"lat":34.130047,"lng":-117.888375},"region":"Far West"}},"admissions":{"totalApplicants":{"value":3967,"percentile":0.5902527075812274},"acceptanceRate":{"value":0.9410133602218301,"percentile":0.8768564356435643},"yieldRate":{"value":0.17037235467452452,"percentile":0.2811918063314711},"applicants":{"men":1270,"women":2697},"admitted":{"men":1186,"women":2547},"enrolled":{"men":210,"women":426},"reqToefl":"Recommended","reqStandardTests":"Recommended","reqRecLetters":"NotUsed","reqClassRank":"NotUsed","fracSubmittedSat":0.16,"fracSubmittedAct":0.03,"satVerbal":{"p25":490,"p75":630},"satMath":{"p25":470,"p75":640},"actVerbal":{"p25":19,"p75":25},"actMath":{"p25":16,"p75":25},"actComposite":{"p25":19,"p75":25}},"appGroup":"3BEAFE45-64BF-4939-91CE-2F5EFFD5273F","averageFederalLoan":5139,"averageNetPrice":null,"basketball":{"division1":false,"conference":{"name":"Pacific West Conference","group":"OtherGroup"}},"calendarSystem":"Semester","colors":{"primary":null,"secondary":null},"costRoomBoard":9222,"feesInState":680,"feesOutOfState":680,"football":{"division1":false,"conference":{"name":"Great Northeast Athletic Conference","group":"OtherGroup"}},"fourYearGradRate":0.51,"fracInternationalStudents":{"value":0.028,"percentile":0.6745218579234973},"fracLoans":0.43,"fracPellGrants":0.4,"gender":"CoEd","hasFourYearProgram":false,"hasOnCampusHousing":false,"hasTwoYearProgram":false,"hbcu":false,"id":"8d6987b4-5275-45fe-917c-017d19fd9387","ipedsUnitId":"109785","isCommuterCollege":false,"isPublic":false,"isForProfit":false,"name":"Azusa Pacific University | APU","numFreshmen":{"value":636,"percentile":0.6752503576537912},"phone":"(626) 969-3434","prestige":"Not prestigious","racialBreakdown":{"nativeAmerican":0.0020597322348094747,"asian":0.11431513903192587,"black":0.05561277033985583,"hispanic":0.33161688980432547,"white":0.39340885684860977},"religiousAffiliation":"Undenominational","retentionRate":{"value":0.81,"percentile":0.7583941605839416},"schoolType":"Research University","setting":"Suburban","sixYearGradRate":{"value":0.68,"percentile":0.7509495387954422},"studentsPerFaculty":{"value":11,"percentile":0.20976430976430976},"totalUndergrads":3348,"tuitionInState":41650,"tuitionOutOfState":41650,"urls":{"main":"www.apu.edu","admissions":"www.apu.edu/admissions/","finAid":"www.apu.edu/sfs/","priceCalculator":"tcc.noellevitz.com/(S(iix2icgohagysn3bimk03d2z))/Azusa%20Pacific%20University/Freshman%20Students"},"diversity":"Diverse","dropOutRate":19,"imgixPath":"https://collegevine.imgix.net/8d6987b4-5275-45fe-917c-017d19fd9387.jpg?","applicationTimeHours":6,"majors":["05.0199","09.0101","09.0999","11.0101","11.1003","13.1314","16.0905","23.0101","24.0101","24.0103","26.0101","26.9999","27.0101","31.0505","38.0101","38.0201","39.0201","39.0401","39.0601","40.0501","40.9999","42.0101","43.0103","44.0701","45.0101","45.1001","45.1101","50.0101","50.0701","50.0901","51.3801","51.9999","52.0101","52.0201","52.0301","52.0701","52.1101","52.1299","52.1499","54.0101"],"rankings":[{"order":434,"bucket":"434","key":"overall"}],"slug":"azusa-pacific-university-apu","testScoreStats":{"gpa":{"all":{"p25":3.36,"p50":3.72,"p75":3.87}},"sat":{"all":{"p25":1020,"p50":1105,"p75":1240},"readingWriting":{"p25":520,"p50":null,"p75":620},"math":{"p25":500,"p50":null,"p75":620}},"act":{"all":{"p25":21,"p50":24,"p75":27},"english":{"p25":21,"p50":null,"p75":28},"math":{"p25":19,"p50":null,"p75":26}}},"profileClaimed":false,"message":"","chancing":{"canChance":true,"endorsed":true,"moreInfoLink":null}}],"chancesAndFinancials":{}},"initialConfig":null,"ranking":null,"seoView":null})()
} else {
throw new Error('Expected module Hub/AllSchools to export a hash ' +
'`boot` with function fields `renderToString` and `hydrate`, but got `' + boot + '`. ' +
'To create such boot record from PureScript, use `Utils.SSR.boot`')
}
})()
</script>
<script>
if (window.CV?.mobileApp?.isStartup) {
window.CV?.tracking?.event("Mobile: Initial startup")
}
window.CV?.tracking?.identify({
nationality_country_code: null,
app_6188_referral_landing_page_is_scholarships: true,
app_12841_hubspot_home_page: false,
has_unsupported_browser: !!(window.CV && window.CV.hasUnsupportedBrowser),
last_device_id: "DEVICE-ce27f91ae3a06385f86bf1b0",
mkt_293_livestreams_essay_review_cta_for_advisor_streams: false,
mkt_427_essay_review_new_landing_page_for_seo: false,
mkt_448_remove_checkout_fields: true,
mkt_556_essay_review_experts_faceted_search: true,
mkt_560_top_level_navigation_add_essay_review: false,
mkt_581_essay_review_profile_card_pricing: "control",
mkt_587_essay_review_provider_matching: true,
mkt_615_essay_review_enhanced_login_page: true,
mkt_671_free_consultation_button_by_default: false,
mkt_675_change_sorting_of_advisors_in_marketplace: "control",
mkt_672_redirect_returning_parents_to_the_marketplace: true,
mkt_683_expert_recommendations: false,
mkt_693_marketplace_homepage_free_consultation: false,
uaq_161_school_recommendations_api_versioning: "current",
})
</script>
<!-- Start of HubSpot Embed Code -->
<script async="" defer="" id="hs-script-loader" src="//js.hs-scripts.com/24165363.js" type="text/javascript">
</script>
<!-- End of HubSpot Embed Code -->
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/ga_cwv-f23eaa6462bf36bac0087e2b1f88a7e02e7bdbfa864b33a3594dac8ae75e1b4f.js">
</script>
<script>
!function(e,t,r,n,a){if(!e[a]){for(var i=e[a]=[],s=0;s<r.length;s++){var c=r[s];i[c]=i[c]||function(e){return function(){var t=Array.prototype.slice.call(arguments);i.push([e,t])}}(c)}i.SNIPPET_VERSION="1.0.1";var o=t.createElement("script");o.type="text/javascript",o.async=!0,o.src="https://d2yyd1h5u9mauk.cloudfront.net/integrations/web/v1/library/"+n+"/"+a+".js";var p=t.getElementsByTagName("script")[0];p.parentNode.insertBefore(o,p)}}(window,document,["survey","reset","config","init","set","get","event","identify","track","page","screen","group","alias"],"qfRrhYWjgzrtZ6WN","delighted");
</script>
<script src="https://d28hdetl1q8yl2.cloudfront.net/assets/session_side_effects-f0df964a96e148cf31d9205cb4fa87decd29ecb94f3a175ca21cb623f5f9d56c.js">
</script>
<script>
performance.mark('js:pageScripts:end')
</script>
<script>
performance.mark('js:end')
</script>
<script type="text/javascript">
if (typeof fbq == 'undefined') {
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','//connect.facebook.net/en_US/fbevents.js');
fbq('init', '601720889978592');
fbq('track', "PageView");
}
</script>
<noscript>
<img height="1" src="https://www.facebook.com/tr?id=601720889978592&ev=PageView&noscript=1" style="display:none" width="1"/>
</noscript>
</body>
</html>
In [35]:
out_of_state=soup_doc.find('div', class_="col-auto font-weight-semibold").text
out_of_states=re.sub(r'\$','',out_of_state)
no_comma=out_of_states.replace(',', '')
no_comma
Out[35]:
'41650'
In [36]:
out_of_state_fee=soup_doc.find_all(class_="col-auto font-weight-semibold")[1].text
out_of_state_fees=re.sub(r'\$','',out_of_state_fee)
out_of_state_fees
Out[36]:
'680'
In [37]:
out_of_state_fees=re.sub(r'\$','',out_of_state_fee)
out_of_state_fees
Out[37]:
'680'
In [38]:
room=soup_doc.find_all('div',class_="col-auto font-weight-semibold")[4].text
rooms=re.sub(r'\$','',room)
rooms_no_comma=rooms.replace(',', '')
rooms_no_comma
Out[38]:
'9222'
In [39]:
no_1_out_of_state_fees=int(out_of_state_fees)
no_1_out_of_state_fees
Out[39]:
680
In [40]:
no_2_rooms_no_comma=int(rooms_no_comma)
no_2_rooms_no_comma
Out[40]:
9222
In [41]:
no_3_out_of_state=int(no_comma)
no_3_out_of_state
Out[41]:
41650
In [42]:
total_cost=[no_3_out_of_state,no_2_rooms_no_comma,no_1_out_of_state_fees]
total_cost
Out[42]:
[41650, 9222, 680]
In [43]:
sum(total_cost)
Out[43]:
51552
In [46]:
def getMen(link):
try:
raw_html = requests.get(link)
soup_doc = BeautifulSoup(raw_html.content,'html.parser')
genders=soup_doc.find('div',class_="card t--admission-stats")
men_percentage=genders.find_all('div', class_="col-auto font-weight-semibold")[1].text
return men_percentage
except:
return None
def getWoman(link):
try:
raw_html = requests.get(link)
soup_doc = BeautifulSoup(raw_html.content,'html.parser')
genders=soup_doc.find('div',class_="card t--admission-stats")
women_percentage=genders.find('div', class_="col-auto font-weight-semibold").text
return women_percentage
except:
return None
def getGradRate(link):
try:
raw_html = requests.get(link)
soup_doc = BeautifulSoup(raw_html.content,'html.parser')
grad_rate=soup_doc.find('div',class_="card t--enrollment")
grad=grad_rate.find('div',class_="col-auto font-weight-semibold").text
return grad
except:
return None
def getLocation(link):
try:
raw_html = requests.get(link)
soup_doc = BeautifulSoup(raw_html.content,'html.parser')
location=soup_doc.find('div',class_="h-100 d-flex align-items-center").text
return location
except:
return None
def getAcceptanceRate(link):
try:
raw_html = requests.get(link)
soup_doc = BeautifulSoup(raw_html.content,'html.parser')
acceptance_rate=soup_doc.find('div',class_="x-large mr-1").text
return acceptance_rate
except:
return None
def getInternationalStud(link):
try:
raw_html = requests.get(link)
soup_doc = BeautifulSoup(raw_html.content,'html.parser')
div_tag = soup_doc.find('div', class_="card t--enrollment")
int_tag=div_tag.find_all('div', class_="row align-items-center")[4]
percentage=int_tag.find('div',class_="col-auto font-weight-semibold").text
return percentage
except:
return None
universities_list = []
for universities in p_tags:
a_tags = universities.find_all('a')
for a in a_tags:
href = a.get('href')
if href and '/schools/hub/all/d/' in href:
grad_rate=getGradRate(href)
uni_location = getLocation(href)
men= getMen(href)
women=getWoman(href)
acceptance_rate = getAcceptanceRate(href)
international_stud = getInternationalStud(href)
university_name = a.get_text(strip=True)
universities_list.append({
'University Name': university_name,
'Graduation Rate': grad_rate,
'Total number of men accepted':men,
'Total number of women accepted':women,
'URL': href,
'Location': uni_location,
'Acceptance Rate': acceptance_rate,
'International Students': international_stud
})
universities_list
Out[46]:
[{'University Name': 'Amherst College',
'Graduation Rate': '85%',
'Total number of men accepted': '8%',
'Total number of women accepted': '9%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/amherst-college',
'Location': 'Boltwood Avenue, Amherst, MA 01002',
'Acceptance Rate': '9%',
'International Students': '9%'},
{'University Name': 'Harvard University',
'Graduation Rate': '86%',
'Total number of men accepted': '4%',
'Total number of women accepted': '3%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/harvard-university',
'Location': 'Massachusetts Hall, Cambridge, MA 02138',
'Acceptance Rate': '4%',
'International Students': '18%'},
{'University Name': 'Massachusetts Institute of Technology | MIT',
'Graduation Rate': '87%',
'Total number of men accepted': '4%',
'Total number of women accepted': '5%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/massachusetts-institute-of-technology-mit',
'Location': '77 Massachusetts Avenue, Cambridge, MA 02139',
'Acceptance Rate': '5%',
'International Students': '10%'},
{'University Name': 'Princeton University',
'Graduation Rate': '90%',
'Total number of men accepted': '4%',
'Total number of women accepted': '4%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/princeton-university',
'Location': '1 Nassau Hall, Princeton, NJ 08544',
'Acceptance Rate': '4%',
'International Students': '12%'},
{'University Name': 'Yale University',
'Graduation Rate': '84%',
'Total number of men accepted': '5%',
'Total number of women accepted': '4%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/yale-university',
'Location': 'Woodbridge Hall, New Haven, CT 06520',
'Acceptance Rate': '5%',
'International Students': '17%'},
{'University Name': 'Embry-Riddle Aeronautical University',
'Graduation Rate': '38%',
'Total number of men accepted': '74%',
'Total number of women accepted': '72%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/embry-riddle-aeronautical-university-prescott',
'Location': '3700 Willow Creek Road, Prescott, AZ 86301',
'Acceptance Rate': '74%',
'International Students': '7%'},
{'University Name': 'Harding University',
'Graduation Rate': '50%',
'Total number of men accepted': '54%',
'Total number of women accepted': '53%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/harding-university',
'Location': '915 E. Market Ave., Searcy, AR 72149',
'Acceptance Rate': '54%',
'International Students': '6%'},
{'University Name': 'Azusa Pacific University',
'Graduation Rate': '51%',
'Total number of men accepted': '93%',
'Total number of women accepted': '94%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/azusa-pacific-university-apu',
'Location': '901 E Alosta, Azusa, CA 91702',
'Acceptance Rate': '94%',
'International Students': '3%'},
{'University Name': 'California Lutheran University',
'Graduation Rate': '66%',
'Total number of men accepted': '78%',
'Total number of women accepted': '84%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/california-lutheran-university',
'Location': '60 W Olsen Rd, Thousand Oaks, CA 91360',
'Acceptance Rate': '82%',
'International Students': '4%'},
{'University Name': 'California State University San Bernardino',
'Graduation Rate': '19%',
'Total number of men accepted': '88%',
'Total number of women accepted': '92%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/california-state-university-san-bernardino',
'Location': '5500 University Parkway, San Bernardino, CA 92407',
'Acceptance Rate': '91%',
'International Students': '8%'},
{'University Name': 'Claremont McKenna College',
'Graduation Rate': '81%',
'Total number of men accepted': '10%',
'Total number of women accepted': '11%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/claremont-mckenna-college-cmc',
'Location': '500 E 9th St, Claremont, CA 91711',
'Acceptance Rate': '11%',
'International Students': '17%'},
{'University Name': 'Dominican University of California',
'Graduation Rate': '62%',
'Total number of men accepted': '90%',
'Total number of women accepted': '93%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/dominican-university-of-california',
'Location': '50 Acacia Ave, San Rafael, CA 94901',
'Acceptance Rate': '93%',
'International Students': '2%'},
{'University Name': 'Menlo College',
'Graduation Rate': '46%',
'Total number of men accepted': '68%',
'Total number of women accepted': '70%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/menlo-college',
'Location': '1000 El Camino Real, Atherton, CA 94027',
'Acceptance Rate': '70%',
'International Students': '18%'},
{'University Name': 'Occidental College',
'Graduation Rate': '78%',
'Total number of men accepted': '34%',
'Total number of women accepted': '40%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/occidental-college',
'Location': '1600 Campus Rd, Los Angeles, CA 90041',
'Acceptance Rate': '38%',
'International Students': '7%'},
{'University Name': 'Pepperdine University',
'Graduation Rate': '80%',
'Total number of men accepted': '51%',
'Total number of women accepted': '53%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/pepperdine-university',
'Location': '24255 Pacific Coast Hwy, Malibu, CA 90263',
'Acceptance Rate': '53%',
'International Students': '12%'},
{'University Name': 'Saint Mary’s College of California',
'Graduation Rate': '63%',
'Total number of men accepted': '68%',
'Total number of women accepted': '71%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-mary-s-college-of-california-st-mary-s',
'Location': '1928 Saint Marys Road, Moraga, CA 94575',
'Acceptance Rate': '70%',
'International Students': '3%'},
{'University Name': 'Stanford University',
'Graduation Rate': '74%',
'Total number of men accepted': '3%',
'Total number of women accepted': '4%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/stanford-university',
'Location': '450 Serra Mall, Stanford, CA 94305',
'Acceptance Rate': '4%',
'International Students': '15%'},
{'University Name': 'University of San Diego',
'Graduation Rate': '69%',
'Total number of men accepted': '50%',
'Total number of women accepted': '54%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-san-diego-usd',
'Location': '5998 Alcala Park, San Diego, CA 92110',
'Acceptance Rate': '53%',
'International Students': '11%'},
{'University Name': 'University of Southern California',
'Graduation Rate': '79%',
'Total number of men accepted': '13%',
'Total number of women accepted': '11%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-southern-california-usc',
'Location': 'University Park, Los Angeles, CA 90089',
'Acceptance Rate': '13%',
'International Students': '14%'},
{'University Name': 'Whittier College',
'Graduation Rate': '59%',
'Total number of men accepted': '80%',
'Total number of women accepted': '84%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/whittier-college',
'Location': '13406 E Philadelphia Street, Whittier, CA 90601',
'Acceptance Rate': '82%',
'International Students': '3%'},
{'University Name': 'Naropa University',
'Graduation Rate': '17%',
'Total number of men accepted': '100%',
'Total number of women accepted': '100%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/naropa-university',
'Location': '2130 Arapahoe Ave, Boulder, CO 80302',
'Acceptance Rate': '100%',
'International Students': '2%'},
{'University Name': 'University of Denver',
'Graduation Rate': '67%',
'Total number of men accepted': '62%',
'Total number of women accepted': '64%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-denver',
'Location': '2199 S. University Blvd, Denver, CO 80208',
'Acceptance Rate': '64%',
'International Students': '8%'},
{'University Name': 'CT College',
'Graduation Rate': '78%',
'Total number of men accepted': '35%',
'Total number of women accepted': '44%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/connecticut-college',
'Location': '270 Mohegan Avenue, New London, CT 06320',
'Acceptance Rate': '41%',
'International Students': '7%'},
{'University Name': 'Quinnipiac University',
'Graduation Rate': '73%',
'Total number of men accepted': '88%',
'Total number of women accepted': '87%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/quinnipiac-university',
'Location': '275 Mt Carmel Ave, Hamden, CT 06518',
'Acceptance Rate': '88%',
'International Students': '2%'},
{'University Name': 'University of Bridgeport',
'Graduation Rate': '29%',
'Total number of men accepted': '69%',
'Total number of women accepted': '75%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-bridgeport',
'Location': '126 Park Avenue, Bridgeport, CT 06604',
'Acceptance Rate': '73%',
'International Students': '12%'},
{'University Name': 'Wesleyan University',
'Graduation Rate': '87%',
'Total number of men accepted': '22%',
'Total number of women accepted': '17%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wesleyan-university',
'Location': '45 Wyllys Avenue, Middletown, CT 06459',
'Acceptance Rate': '19%',
'International Students': '12%'},
{'University Name': 'Yale University',
'Graduation Rate': '84%',
'Total number of men accepted': '5%',
'Total number of women accepted': '4%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/yale-university',
'Location': 'Woodbridge Hall, New Haven, CT 06520',
'Acceptance Rate': '5%',
'International Students': '17%'},
{'University Name': 'Goldey-Beacom College',
'Graduation Rate': '41%',
'Total number of men accepted': '61%',
'Total number of women accepted': '64%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/goldey-beacom-college',
'Location': '4701 Limestone Rd, Wilmington, DE 19808',
'Acceptance Rate': '63%',
'International Students': '12%'},
{'University Name': 'American University',
'Graduation Rate': '74%',
'Total number of men accepted': '61%',
'Total number of women accepted': '65%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/american-university',
'Location': '4400 Massachusetts Ave NW, Washington, DC 20016',
'Acceptance Rate': '64%',
'International Students': '12%'},
{'University Name': 'The Catholic University of America',
'Graduation Rate': '68%',
'Total number of men accepted': '83%',
'Total number of women accepted': '88%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/catholic-university-of-america-cua',
'Location': '620 Michigan Avenue, NE, Washington, DC 20064',
'Acceptance Rate': '86%',
'International Students': '6%'},
{'University Name': 'The George Washington University',
'Graduation Rate': '79%',
'Total number of men accepted': '44%',
'Total number of women accepted': '42%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/george-washington-university-gw',
'Location': '2121 I Street, NW, Washington, DC 20052',
'Acceptance Rate': '44%',
'International Students': '11%'},
{'University Name': 'Eckerd College',
'Graduation Rate': '59%',
'Total number of men accepted': '64%',
'Total number of women accepted': '73%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/eckerd-college',
'Location': '4200 54th Ave S, Saint Petersburg, FL 33711',
'Acceptance Rate': '70%',
'International Students': '5%'},
{'University Name': 'Florida Institute of Technology',
'Graduation Rate': '43%',
'Total number of men accepted': '67%',
'Total number of women accepted': '63%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/florida-institute-of-technology-florida-tech',
'Location': '150 West University Boulevard, Melbourne, FL 32901',
'Acceptance Rate': '66%',
'International Students': '36%'},
{'University Name': 'Florida Southern College',
'Graduation Rate': '62%',
'Total number of men accepted': '58%',
'Total number of women accepted': '61%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/florida-southern-college',
'Location': '111 Lake Hollingsworth Dr, Lakeland, FL 33801',
'Acceptance Rate': '61%',
'International Students': '4%'},
{'University Name': 'Lynn University',
'Graduation Rate': '54%',
'Total number of men accepted': '80%',
'Total number of women accepted': '84%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lynn-university',
'Location': '3601 N. Military Trail, Boca Raton, FL 33431',
'Acceptance Rate': '83%',
'International Students': '16%'},
{'University Name': 'Northwood University',
'Graduation Rate': '43%',
'Total number of men accepted': '81%',
'Total number of women accepted': '86%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/northwood-university',
'Location': '4000 Whiting Dr, Midland, MI 48640',
'Acceptance Rate': '83%',
'International Students': '3%'},
{'University Name': 'Ringling School of Art and Design',
'Graduation Rate': '72%',
'Total number of men accepted': '64%',
'Total number of women accepted': '70%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ringling-college-of-art-and-design',
'Location': '2700 North Tamiami Trail, Sarasota, FL 34234',
'Acceptance Rate': '69%',
'International Students': '15%'},
{'University Name': 'Rollins College',
'Graduation Rate': '74%',
'Total number of men accepted': '46%',
'Total number of women accepted': '50%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/rollins-college',
'Location': '1000 Holt Avenue, Winter Park, FL 32789',
'Acceptance Rate': '49%',
'International Students': '9%'},
{'University Name': 'Saint Leo University',
'Graduation Rate': '35%',
'Total number of men accepted': '68%',
'Total number of women accepted': '71%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-leo-university',
'Location': '33701 State Road 52, Saint Leo, FL 33574',
'Acceptance Rate': '71%',
'International Students': '2%'},
{'University Name': 'The University of Tampa',
'Graduation Rate': '50%',
'Total number of men accepted': '43%',
'Total number of women accepted': '34%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-tampa',
'Location': '401 W Kennedy Blvd, Tampa, FL 33606',
'Acceptance Rate': '38%',
'International Students': '10%'},
{'University Name': 'University of Central Florida',
'Graduation Rate': '46%',
'Total number of men accepted': '37%',
'Total number of women accepted': '35%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-central-florida-ucf',
'Location': '4000 Central Florida Blvd, Orlando, FL 32816',
'Acceptance Rate': '36%',
'International Students': '3%'},
{'University Name': 'University of Miami',
'Graduation Rate': '72%',
'Total number of men accepted': '33%',
'Total number of women accepted': '25%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-miami',
'Location': 'University of Miami, Coral Gables, FL 33146',
'Acceptance Rate': '28%',
'International Students': '15%'},
{'University Name': 'Agnes Scott College',
'Graduation Rate': '68%',
'Total number of men accepted': '0%',
'Total number of women accepted': '69%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/agnes-scott-college',
'Location': '141 E. College Ave., Decatur, GA 30030',
'Acceptance Rate': '70%',
'International Students': '9%'},
{'University Name': 'Emory University',
'Graduation Rate': '82%',
'Total number of men accepted': '14%',
'Total number of women accepted': '12%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/emory-university',
'Location': '408 Administration Building, 201 Dowman Drive, Atlanta, GA 30322',
'Acceptance Rate': '13%',
'International Students': '18%'},
{'University Name': 'The Savannah College of Art and Design',
'Graduation Rate': '58%',
'Total number of men accepted': '78%',
'Total number of women accepted': '81%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/savannah-college-of-art-and-design-scad',
'Location': '342 Bull St, Savannah, GA 31402',
'Acceptance Rate': '81%',
'International Students': '17%'},
{'University Name': 'Augustana College',
'Graduation Rate': '56%',
'Total number of men accepted': '66%',
'Total number of women accepted': '75%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/augustana-university',
'Location': '2001 S Summit Ave, Sioux Falls, SD 57197',
'Acceptance Rate': '72%',
'International Students': '9%'},
{'University Name': 'DePaul University',
'Graduation Rate': '58%',
'Total number of men accepted': '65%',
'Total number of women accepted': '71%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/depaul-university',
'Location': '1 E Jackson Blvd, Chicago, IL 60604',
'Acceptance Rate': '69%',
'International Students': '3%'},
{'University Name': 'Elmhurst College',
'Graduation Rate': '58%',
'Total number of men accepted': '66%',
'Total number of women accepted': '75%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/elmhurst-university',
'Location': '190 Prospect Ave, Elmhurst, IL 60126',
'Acceptance Rate': '72%',
'International Students': '0%'},
{'University Name': 'Illinois College',
'Graduation Rate': '63%',
'Total number of men accepted': '71%',
'Total number of women accepted': '78%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/illinois-college',
'Location': '1101 West College Ave, Jacksonville, IL 62650',
'Acceptance Rate': '75%',
'International Students': '6%'},
{'University Name': 'Illinois Institute of Technology',
'Graduation Rate': '37%',
'Total number of men accepted': '63%',
'Total number of women accepted': '71%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/illinois-institute-of-technology-illinois-tech',
'Location': '10 West 35th Street, Chicago, IL 60616',
'Acceptance Rate': '66%',
'International Students': '21%'},
{'University Name': 'Illinois Wesleyan University',
'Graduation Rate': '78%',
'Total number of men accepted': '41%',
'Total number of women accepted': '48%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/illinois-wesleyan-university',
'Location': '1312 N Park St, Bloomington, IL 61702',
'Acceptance Rate': '45%',
'International Students': '8%'},
{'University Name': 'Knox College',
'Graduation Rate': '61%',
'Total number of men accepted': '66%',
'Total number of women accepted': '73%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/knox-college',
'Location': '2 E South St, Galesburg, IL 61401',
'Acceptance Rate': '70%',
'International Students': '17%'},
{'University Name': 'Lake Forest College',
'Graduation Rate': '69%',
'Total number of men accepted': '61%',
'Total number of women accepted': '66%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lake-forest-college',
'Location': '555 N Sheridan Road, Lake Forest, IL 60045',
'Acceptance Rate': '64%',
'International Students': '8%'},
{'University Name': 'Northwestern University',
'Graduation Rate': '85%',
'Total number of men accepted': '6%',
'Total number of women accepted': '7%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/northwestern-university',
'Location': '633 Clark St, Evanston, IL 60208',
'Acceptance Rate': '7%',
'International Students': '8%'},
{'University Name': 'Saint Xavier University',
'Graduation Rate': '39%',
'Total number of men accepted': '79%',
'Total number of women accepted': '88%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-xavier-university',
'Location': '3700 W 103rd St, Chicago, IL 60655',
'Acceptance Rate': '85%',
'International Students': '0%'},
{'University Name': 'The School of the Art Institute of Chicago',
'Graduation Rate': '49%',
'Total number of men accepted': '74%',
'Total number of women accepted': '83%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/school-of-the-art-institute-of-chicago-saic',
'Location': '36 S Wabash, Chicago, IL 60603',
'Acceptance Rate': '81%',
'International Students': '33%'},
{'University Name': 'The University of Chicago',
'Graduation Rate': '91%',
'Total number of men accepted': '7%',
'Total number of women accepted': '5%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-chicago',
'Location': '5801 S Ellis Ave, Chicago, IL 60637',
'Acceptance Rate': '6%',
'International Students': '15%'},
{'University Name': 'Ball State University',
'Graduation Rate': '54%',
'Total number of men accepted': '63%',
'Total number of women accepted': '70%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ball-state-university-bsu',
'Location': '2000 W. University Ave, Muncie, IN 47306',
'Acceptance Rate': '68%',
'International Students': '1%'},
{'University Name': 'Butler University',
'Graduation Rate': '73%',
'Total number of men accepted': '79%',
'Total number of women accepted': '81%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/butler-university',
'Location': '4600 Sunset Ave, Indianapolis, IN 46208',
'Acceptance Rate': '81%',
'International Students': '2%'},
{'University Name': 'DePauw University',
'Graduation Rate': '85%',
'Total number of men accepted': '61%',
'Total number of women accepted': '67%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/depauw-university',
'Location': '313 S Locust St, Greencastle, IN 46135',
'Acceptance Rate': '65%',
'International Students': '10%'},
{'University Name': 'Earlham College',
'Graduation Rate': '61%',
'Total number of men accepted': '64%',
'Total number of women accepted': '73%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/earlham-college',
'Location': '801 National Rd West, Richmond, IN 47374',
'Acceptance Rate': '69%',
'International Students': '21%'},
{'University Name': 'Manchester College',
'Graduation Rate': '49%',
'Total number of men accepted': '73%',
'Total number of women accepted': '79%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/manchester-university',
'Location': '604 E. College Ave, North Manchester, IN 46962',
'Acceptance Rate': '76%',
'International Students': '4%'},
{'University Name': 'Purdue University',
'Graduation Rate': '60%',
'Total number of men accepted': '63%',
'Total number of women accepted': '77%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/purdue-university',
'Location': 'Hovde Hall of Administration, West Lafayette, IN 47907',
'Acceptance Rate': '69%',
'International Students': '15%'},
{'University Name': 'Saint Mary’s College',
'Graduation Rate': '78%',
'Total number of men accepted': '0%',
'Total number of women accepted': '83%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-mary-s-college-indiana',
'Location': '133 Le Mans Hall, Notre Dame, IN 46556',
'Acceptance Rate': '83%',
'International Students': '2%'},
{'University Name': 'University of Evansville',
'Graduation Rate': '55%',
'Total number of men accepted': '74%',
'Total number of women accepted': '75%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-evansville',
'Location': '1800 Lincoln Avenue, Evansville, IN 47722',
'Acceptance Rate': '75%',
'International Students': '12%'},
{'University Name': 'University of Southern Indiana',
'Graduation Rate': '36%',
'Total number of men accepted': '94%',
'Total number of women accepted': '97%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-southern-indiana-usi',
'Location': '8600 University Blvd, Evansville, IN 47712',
'Acceptance Rate': '96%',
'International Students': '2%'},
{'University Name': 'Valparaiso University',
'Graduation Rate': '56%',
'Total number of men accepted': '92%',
'Total number of women accepted': '93%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/valparaiso-university-valpo',
'Location': 'US Highway 30 and Sturdy Road, Valparaiso, IN 46383',
'Acceptance Rate': '93%',
'International Students': '5%'},
{'University Name': 'Clarke College',
'Graduation Rate': '61%',
'Total number of men accepted': '86%',
'Total number of women accepted': '93%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/clarke-university',
'Location': '1550 Clarke Dr, Dubuque, IA 52001',
'Acceptance Rate': '89%',
'International Students': '2%'},
{'University Name': 'Cornell College',
'Graduation Rate': '67%',
'Total number of men accepted': '76%',
'Total number of women accepted': '86%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/cornell-college',
'Location': '600 First St. SW, Mount Vernon, IA 52314',
'Acceptance Rate': '81%',
'International Students': '5%'},
{'University Name': 'Drake University',
'Graduation Rate': '69%',
'Total number of men accepted': '65%',
'Total number of women accepted': '71%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/drake-university',
'Location': '2507 University Avenue, Des Moines, IA 50311',
'Acceptance Rate': '69%',
'International Students': '6%'},
{'University Name': 'Grinnell College',
'Graduation Rate': '84%',
'Total number of men accepted': '11%',
'Total number of women accepted': '13%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/grinnell-college',
'Location': '1227 Park Street, Grinnell, IA 50112',
'Acceptance Rate': '13%',
'International Students': '19%'},
{'University Name': 'Loras College',
'Graduation Rate': '64%',
'Total number of men accepted': '70%',
'Total number of women accepted': '74%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/loras-college',
'Location': '1450 Alta Vista, Dubuque, IA 52004',
'Acceptance Rate': '72%',
'International Students': '2%'},
{'University Name': 'Luther College',
'Graduation Rate': '69%',
'Total number of men accepted': '73%',
'Total number of women accepted': '79%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/luther-college',
'Location': '700 College Drive, Decorah, IA 52101',
'Acceptance Rate': '76%',
'International Students': '8%'},
{'University Name': 'University of Dubuque',
'Graduation Rate': '36%',
'Total number of men accepted': '76%',
'Total number of women accepted': '75%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-dubuque',
'Location': '2000 University Ave, Dubuque, IA 52001',
'Acceptance Rate': '76%',
'International Students': '6%'},
{'University Name': 'Wartburg College',
'Graduation Rate': '64%',
'Total number of men accepted': '82%',
'Total number of women accepted': '83%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wartburg-college',
'Location': '100 Wartburg Blvd., Waverly, IA 50677',
'Acceptance Rate': '83%',
'International Students': '8%'},
{'University Name': 'Berea College',
'Graduation Rate': '50%',
'Total number of men accepted': '32%',
'Total number of women accepted': '33%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/berea-college',
'Location': '101 Chestnut Street, Berea, KY 40404',
'Acceptance Rate': '33%',
'International Students': '8%'},
{'University Name': 'Campbellsville University',
'Graduation Rate': '29%',
'Total number of men accepted': '79%',
'Total number of women accepted': '76%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/campbellsville-university',
'Location': '1 University Dr, Campbellsville, KY 42718',
'Acceptance Rate': '78%',
'International Students': '4%'},
{'University Name': 'Centre College',
'Graduation Rate': '82%',
'Total number of men accepted': '59%',
'Total number of women accepted': '78%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/centre-college',
'Location': '625 W Walnut St, Danville, KY 40422',
'Acceptance Rate': '69%',
'International Students': '8%'},
{'University Name': 'Tulane University',
'Graduation Rate': '77%',
'Total number of men accepted': '9%',
'Total number of women accepted': '9%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/tulane-university',
'Location': '6823 St. Charles Avenue, New Orleans, LA 70118',
'Acceptance Rate': '10%',
'International Students': '5%'},
{'University Name': 'College of Notre Dame of Maryland',
'Graduation Rate': '40%',
'Total number of men accepted': '0%',
'Total number of women accepted': '65%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/notre-dame-of-maryland-university',
'Location': '4701 N Charles St, Baltimore, MD 21210',
'Acceptance Rate': '65%',
'International Students': '1%'},
{'University Name': 'Goucher College',
'Graduation Rate': '53%',
'Total number of men accepted': '75%',
'Total number of women accepted': '86%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/goucher-college',
'Location': '1021 Dulaney Valley Rd, Baltimore, MD 21204',
'Acceptance Rate': '82%',
'International Students': '4%'},
{'University Name': 'Hood College',
'Graduation Rate': '50%',
'Total number of men accepted': '71%',
'Total number of women accepted': '80%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hood-college',
'Location': '401 Rosemont Ave, Frederick, MD 21701',
'Acceptance Rate': '77%',
'International Students': '2%'},
{'University Name': 'Johns Hopkins University',
'Graduation Rate': '89%',
'Total number of men accepted': '7%',
'Total number of women accepted': '7%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/johns-hopkins-university-jhu',
'Location': '3400 N Charles St, Baltimore, MD 21218',
'Acceptance Rate': '8%',
'International Students': '13%'},
{'University Name': 'Maryland Institute College of Art',
'Graduation Rate': '64%',
'Total number of men accepted': '76%',
'Total number of women accepted': '88%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/maryland-institute-college-of-art-mica',
'Location': '1300 Mount Royal Avenue, Baltimore, MD 21217',
'Acceptance Rate': '86%',
'International Students': '21%'},
{'University Name': 'St John’s College',
'Graduation Rate': '64%',
'Total number of men accepted': '49%',
'Total number of women accepted': '55%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/st-john-s-college-sjc-maryland',
'Location': '60 College Ave, Annapolis, MD 21401',
'Acceptance Rate': '53%',
'International Students': '22%'},
{'University Name': 'Washington College',
'Graduation Rate': '69%',
'Total number of men accepted': '67%',
'Total number of women accepted': '71%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/washington-college',
'Location': '300 Washington Ave, Chestertown, MD 21620',
'Acceptance Rate': '70%',
'International Students': '11%'},
{'University Name': 'American International College',
'Graduation Rate': '32%',
'Total number of men accepted': '55%',
'Total number of women accepted': '60%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/american-international-college-aic',
'Location': '1000 State Street, Springfield, MA 01109',
'Acceptance Rate': '58%',
'International Students': '3%'},
{'University Name': 'Amherst College',
'Graduation Rate': '85%',
'Total number of men accepted': '8%',
'Total number of women accepted': '9%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/amherst-college',
'Location': 'Boltwood Avenue, Amherst, MA 01002',
'Acceptance Rate': '9%',
'International Students': '9%'},
{'University Name': 'Babson College',
'Graduation Rate': '92%',
'Total number of men accepted': '19%',
'Total number of women accepted': '36%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/babson-college',
'Location': '231 Forest Street, Babson Park, MA 02457',
'Acceptance Rate': '25%',
'International Students': '31%'},
{'University Name': 'Bentley College',
'Graduation Rate': '84%',
'Total number of men accepted': '58%',
'Total number of women accepted': '65%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/bentley-university',
'Location': '175 Forest St, Waltham, MA 02452',
'Acceptance Rate': '61%',
'International Students': '16%'},
{'University Name': 'Boston University',
'Graduation Rate': '84%',
'Total number of men accepted': '22%',
'Total number of women accepted': '15%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/boston-university-bu',
'Location': '233 Bay State Road, Boston, MA 02215',
'Acceptance Rate': '19%',
'International Students': '24%'},
{'University Name': 'Brandeis University',
'Graduation Rate': '82%',
'Total number of men accepted': '35%',
'Total number of women accepted': '41%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/brandeis-university',
'Location': '415 South St, Waltham, MA 02454',
'Acceptance Rate': '39%',
'International Students': '21%'},
{'University Name': 'Clark University',
'Graduation Rate': '70%',
'Total number of men accepted': '44%',
'Total number of women accepted': '50%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/clark-university',
'Location': '950 Main St, Worcester, MA 01610',
'Acceptance Rate': '48%',
'International Students': '14%'},
{'University Name': 'Dean College',
'Graduation Rate': '49%',
'Total number of men accepted': '72%',
'Total number of women accepted': '74%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/dean-college',
'Location': '99 Main Street, Franklin, MA 02038',
'Acceptance Rate': '74%',
'International Students': '5%'},
{'University Name': 'Emerson College',
'Graduation Rate': '75%',
'Total number of men accepted': '43%',
'Total number of women accepted': '45%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/emerson-college',
'Location': '120 Boylston Street, Boston, MA 02116',
'Acceptance Rate': '45%',
'International Students': '9%'},
{'University Name': 'Endicott College',
'Graduation Rate': '75%',
'Total number of men accepted': '73%',
'Total number of women accepted': '79%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/endicott-college',
'Location': '376 Hale Street, Beverly, MA 01915',
'Acceptance Rate': '77%',
'International Students': '2%'},
{'University Name': 'Hampshire College',
'Graduation Rate': '59%',
'Total number of men accepted': '67%',
'Total number of women accepted': '80%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hampshire-college',
'Location': '893 West St, Amherst, MA 01002',
'Acceptance Rate': '75%',
'International Students': '5%'},
{'University Name': 'Harvard College',
'Graduation Rate': '86%',
'Total number of men accepted': '4%',
'Total number of women accepted': '3%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/harvard-university',
'Location': 'Massachusetts Hall, Cambridge, MA 02138',
'Acceptance Rate': '4%',
'International Students': '18%'},
{'University Name': 'MA College of Art',
'Graduation Rate': '60%',
'Total number of men accepted': '69%',
'Total number of women accepted': '81%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/massachusetts-college-of-art-and-design',
'Location': '621 Huntington Ave, Boston, MA 02115',
'Acceptance Rate': '79%',
'International Students': '4%'},
{'University Name': 'Mount Ida College',
'Graduation Rate': '76%',
'Total number of men accepted': '58%',
'Total number of women accepted': '71%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-massachusetts-amherst-umass-amherst',
'Location': '374 Whitmore Building 181 Presidents Drive, Amherst, MA 01003',
'Acceptance Rate': '66%',
'International Students': '7%'},
{'University Name': 'Northeastern University',
'Graduation Rate': '63%',
'Total number of men accepted': '4%',
'Total number of women accepted': '5%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/northeastern-university',
'Location': '360 Huntington Ave, Boston, MA 02115',
'Acceptance Rate': '5%',
'International Students': '19%'},
{'University Name': 'Regis College',
'Graduation Rate': '58%',
'Total number of men accepted': '82%',
'Total number of women accepted': '91%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/regis-college-massachusetts',
'Location': '235 Wellesley St, Weston, MA 02493',
'Acceptance Rate': '89%',
'International Students': '2%'},
{'University Name': 'School of the Museum of Fine Arts, Boston',
'Graduation Rate': '89%',
'Total number of men accepted': '11%',
'Total number of women accepted': '11%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/tufts-university',
'Location': '419 Boston Ave, Medford, MA 02155',
'Acceptance Rate': '11%',
'International Students': '12%'},
{'University Name': 'Smith College',
'Graduation Rate': '82%',
'Total number of men accepted': '0%',
'Total number of women accepted': '29%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/smith-college',
'Location': 'Elm St, Northampton, MA 01063',
'Acceptance Rate': '30%',
'International Students': '14%'},
{'University Name': 'Suffolk University',
'Graduation Rate': '45%',
'Total number of men accepted': '85%',
'Total number of women accepted': '89%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/suffolk-university',
'Location': '73 Tremont St., Boston, MA 02108',
'Acceptance Rate': '88%',
'International Students': '24%'},
{'University Name': 'The Art Institute of Boston at Lesley University',
'Graduation Rate': '47%',
'Total number of men accepted': '78%',
'Total number of women accepted': '90%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lesley-university',
'Location': '29 Everett St, Cambridge, MA 02138',
'Acceptance Rate': '87%',
'International Students': '4%'},
{'University Name': 'The Boston Conservatory',
'Graduation Rate': '57%',
'Total number of men accepted': '59%',
'Total number of women accepted': '50%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/berklee-college-of-music-berklee',
'Location': '1140 Boylston St, Boston, MA 02215',
'Acceptance Rate': '55%',
'International Students': '28%'},
{'University Name': 'Tufts University',
'Graduation Rate': '89%',
'Total number of men accepted': '11%',
'Total number of women accepted': '11%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/tufts-university',
'Location': '419 Boston Ave, Medford, MA 02155',
'Acceptance Rate': '11%',
'International Students': '12%'},
{'University Name': 'Wellesley College',
'Graduation Rate': '86%',
'Total number of men accepted': '0%',
'Total number of women accepted': '16%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wellesley-college',
'Location': '106 Central St, Wellesley, MA 02481',
'Acceptance Rate': '16%',
'International Students': '13%'},
{'University Name': 'Wentworth Institute of Technology',
'Graduation Rate': '54%',
'Total number of men accepted': '88%',
'Total number of women accepted': '91%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wentworth-institute-of-technology-wit',
'Location': '550 Huntington Ave, Boston, MA 02115',
'Acceptance Rate': '90%',
'International Students': '8%'},
{'University Name': 'Wheaton College',
'Graduation Rate': '72%',
'Total number of men accepted': '78%',
'Total number of women accepted': '84%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wheaton-college-massachusetts',
'Location': '26 E Main St, Norton, MA 02766',
'Acceptance Rate': '82%',
'International Students': '11%'},
{'University Name': 'Williams College',
'Graduation Rate': '89%',
'Total number of men accepted': '9%',
'Total number of women accepted': '8%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/williams-college',
'Location': '995 Main Street, Williamstown, MA 01267',
'Acceptance Rate': '9%',
'International Students': '8%'},
{'University Name': 'Worcester Polytechnic Institute',
'Graduation Rate': '81%',
'Total number of men accepted': '53%',
'Total number of women accepted': '76%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/worcester-polytechnic-institute-wpi',
'Location': '100 Institute Road, Worcester, MA 01609',
'Acceptance Rate': '60%',
'International Students': '12%'},
{'University Name': 'Adrian College',
'Graduation Rate': '45%',
'Total number of men accepted': '75%',
'Total number of women accepted': '76%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/adrian-college',
'Location': '110 S Madison St, Adrian, MI 49221',
'Acceptance Rate': '76%',
'International Students': '0%'},
{'University Name': 'Albion College',
'Graduation Rate': '58%',
'Total number of men accepted': '62%',
'Total number of women accepted': '73%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/albion-college',
'Location': '611 E Porter St, Albion, MI 49224',
'Acceptance Rate': '69%',
'International Students': '2%'},
{'University Name': 'Calvin College',
'Graduation Rate': '64%',
'Total number of men accepted': '72%',
'Total number of women accepted': '76%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/calvin-university',
'Location': '3201 Burton Street SE, Grand Rapids, MI 49546',
'Acceptance Rate': '75%',
'International Students': '12%'},
{'University Name': 'College for Creative Studies',
'Graduation Rate': '34%',
'Total number of men accepted': '50%',
'Total number of women accepted': '55%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/college-for-creative-studies',
'Location': '201 E Kirby, Detroit, MI 48202',
'Acceptance Rate': '54%',
'International Students': '8%'},
{'University Name': 'Grand Valley State University',
'Graduation Rate': '77%',
'Total number of men accepted': '88%',
'Total number of women accepted': '91%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/grand-valley-state-university-gvsu',
'Location': '1 Campus Dr, Allendale, MI 49401',
'Acceptance Rate': '90%',
'International Students': '5%'},
{'University Name': 'Hope College',
'Graduation Rate': '66%',
'Total number of men accepted': '91%',
'Total number of women accepted': '93%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hope-college',
'Location': '100 E. 8th Street, Suite 260, Holland, MI 49422',
'Acceptance Rate': '92%',
'International Students': '3%'},
{'University Name': 'Kalamazoo College',
'Graduation Rate': '72%',
'Total number of men accepted': '78%',
'Total number of women accepted': '80%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/kalamazoo-college',
'Location': '1200 Academy St, Kalamazoo, MI 49006',
'Acceptance Rate': '80%',
'International Students': '8%'},
{'University Name': 'Lawrence Technological University',
'Graduation Rate': '30%',
'Total number of men accepted': '81%',
'Total number of women accepted': '79%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lawrence-technological-university',
'Location': '21000 West Ten Mile Road, Southfield, MI 48075',
'Acceptance Rate': '81%',
'International Students': '13%'},
{'University Name': 'Carleton College',
'Graduation Rate': '88%',
'Total number of men accepted': '18%',
'Total number of women accepted': '17%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/carleton-college',
'Location': 'One North College Street, Northfield, MN 55057',
'Acceptance Rate': '18%',
'International Students': '10%'},
{'University Name': 'College of Saint Benedict/Saint John’s University',
'Graduation Rate': None,
'Total number of men accepted': None,
'Total number of women accepted': None,
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-johns-university',
'Location': None,
'Acceptance Rate': None,
'International Students': None},
{'University Name': 'College of St Catherine',
'Graduation Rate': '55%',
'Total number of men accepted': '57%',
'Total number of women accepted': '74%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/st-catherine-university',
'Location': '2004 Randolph Ave, Saint Paul, MN 55105',
'Acceptance Rate': '75%',
'International Students': '1%'},
{'University Name': 'Concordia College',
'Graduation Rate': '63%',
'Total number of men accepted': '68%',
'Total number of women accepted': '74%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/concordia-college-minnesota',
'Location': '901 S 8th St, Moorhead, MN 56562',
'Acceptance Rate': '72%',
'International Students': '5%'},
{'University Name': 'Hamline University',
'Graduation Rate': '55%',
'Total number of men accepted': '71%',
'Total number of women accepted': '79%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hamline-university',
'Location': '1536 Hewitt Avenue, Saint Paul, MN 55104',
'Acceptance Rate': '76%',
'International Students': '2%'},
{'University Name': 'Macalester College',
'Graduation Rate': '81%',
'Total number of men accepted': '25%',
'Total number of women accepted': '30%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/macalester-college',
'Location': '1600 Grand Ave, Saint Paul, MN 55105',
'Acceptance Rate': '28%',
'International Students': '16%'},
{'University Name': 'Minnesota State University Mankato',
'Graduation Rate': '28%',
'Total number of men accepted': '68%',
'Total number of women accepted': '69%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/minnesota-state-university-mankato',
'Location': 'South Rd and Ellis Ave, Mankato, MN 56001',
'Acceptance Rate': '69%',
'International Students': '9%'},
{'University Name': 'St Olaf College',
'Graduation Rate': '82%',
'Total number of men accepted': '44%',
'Total number of women accepted': '49%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/st-olaf-college',
'Location': '1520 St Olaf Ave, Northfield, MN 55057',
'Acceptance Rate': None,
'International Students': '10%'},
{'University Name': 'The College of St Scholastica',
'Graduation Rate': '61%',
'Total number of men accepted': '69%',
'Total number of women accepted': '76%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/college-of-saint-scholastica',
'Location': '1200 Kenwood Ave, Duluth, MN 55811',
'Acceptance Rate': '74%',
'International Students': '2%'},
{'University Name': 'Columbia College',
'Graduation Rate': '14%',
'Total number of men accepted': None,
'Total number of women accepted': None,
'URL': 'https://www.collegevine.com/schools/hub/all/d/columbia-college-missouri',
'Location': '1001 Rogers Street, Columbia, MO 65216',
'Acceptance Rate': 'Semester',
'International Students': '3%'},
{'University Name': 'Culver Stockton College',
'Graduation Rate': '42%',
'Total number of men accepted': '94%',
'Total number of women accepted': '85%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/culver-stockton-college',
'Location': 'One College Hill, Canton, MO 63435',
'Acceptance Rate': '93%',
'International Students': '6%'},
{'University Name': 'Saint Louis University',
'Graduation Rate': '73%',
'Total number of men accepted': '68%',
'Total number of women accepted': '70%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-louis-university-slu',
'Location': 'One North Grand Blvd, Saint Louis, MO 63103',
'Acceptance Rate': '70%',
'International Students': '4%'},
{'University Name': 'Washington University in St Louis',
'Graduation Rate': '88%',
'Total number of men accepted': '13%',
'Total number of women accepted': '12%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/washington-university-in-st-louis-washu',
'Location': 'One Brookings Drive, Saint Louis, MO 63130',
'Acceptance Rate': '13%',
'International Students': '10%'},
{'University Name': 'Webster University',
'Graduation Rate': '41%',
'Total number of men accepted': '61%',
'Total number of women accepted': '58%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/webster-university',
'Location': '470 E Lockwood Ave., Saint Louis, MO 63119',
'Acceptance Rate': '59%',
'International Students': '3%'},
{'University Name': 'Rocky Mountain College',
'Graduation Rate': '35%',
'Total number of men accepted': '82%',
'Total number of women accepted': '79%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/rocky-mountain-college-rmc',
'Location': '1511 Poly Drive, Billings, MT 59102',
'Acceptance Rate': '81%',
'International Students': '4%'},
{'University Name': 'Creighton University',
'Graduation Rate': '71%',
'Total number of men accepted': '77%',
'Total number of women accepted': '77%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/creighton-university',
'Location': '2500 California Plaza, Omaha, NE 68178',
'Acceptance Rate': '78%',
'International Students': '3%'},
{'University Name': 'University of Nebraska at Omaha',
'Graduation Rate': '25%',
'Total number of men accepted': '86%',
'Total number of women accepted': '87%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-nebraska-omaha-uno',
'Location': '6001 Dodge St, Omaha, NE 68182',
'Acceptance Rate': '87%',
'International Students': '4%'},
{'University Name': 'Dartmouth College',
'Graduation Rate': '88%',
'Total number of men accepted': '6%',
'Total number of women accepted': '5%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/dartmouth-college',
'Location': '207 Parkhurst Hall, Hanover, NH 03755',
'Acceptance Rate': '6%',
'International Students': '9%'},
{'University Name': 'New England College',
'Graduation Rate': '17%',
'Total number of men accepted': '99%',
'Total number of women accepted': '100%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/new-england-college',
'Location': '98 Bridge St, Henniker, NH 03242',
'Acceptance Rate': '100%',
'International Students': '3%'},
{'University Name': 'Drew University',
'Graduation Rate': '64%',
'Total number of men accepted': '75%',
'Total number of women accepted': '82%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/drew-university',
'Location': '36 Madison Ave, Madison, NJ 07940',
'Acceptance Rate': '80%',
'International Students': '17%'},
{'University Name': 'Fairleigh Dickinson University',
'Graduation Rate': '38%',
'Total number of men accepted': '82%',
'Total number of women accepted': '86%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/fairleigh-dickinson-university-metropolitan-campus',
'Location': '1000 River Rd, Teaneck, NJ 07666',
'Acceptance Rate': '85%',
'International Students': '4%'},
{'University Name': 'Monmouth University',
'Graduation Rate': None,
'Total number of men accepted': None,
'Total number of women accepted': None,
'URL': 'https://www.collegevine.com/schools/hub/all/d/monmouth-university',
'Location': None,
'Acceptance Rate': None,
'International Students': None},
{'University Name': 'Princeton University',
'Graduation Rate': '90%',
'Total number of men accepted': '4%',
'Total number of women accepted': '4%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/princeton-university',
'Location': '1 Nassau Hall, Princeton, NJ 08544',
'Acceptance Rate': '4%',
'International Students': '12%'},
{'University Name': 'Stevens Institute of Technology',
'Graduation Rate': '53%',
'Total number of men accepted': '49%',
'Total number of women accepted': '58%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/stevens-institute-of-technology',
'Location': 'Castle Point On Hudson, Hoboken, NJ 07030',
'Acceptance Rate': '53%',
'International Students': '4%'},
{'University Name': 'New Mexico Highlands University',
'Graduation Rate': '20%',
'Total number of men accepted': None,
'Total number of women accepted': None,
'URL': 'https://www.collegevine.com/schools/hub/all/d/new-mexico-highlands-university',
'Location': 'University Ave, Las Vegas, NM 87701',
'Acceptance Rate': 'Semester',
'International Students': '4%'},
{'University Name': 'Adelphi University',
'Graduation Rate': '62%',
'Total number of men accepted': '73%',
'Total number of women accepted': '80%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/adelphi-university',
'Location': 'South Ave, Garden City, NY 11530',
'Acceptance Rate': '78%',
'International Students': '4%'},
{'University Name': 'Bard College',
'Graduation Rate': '61%',
'Total number of men accepted': '55%',
'Total number of women accepted': '62%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/bard-college',
'Location': 'Annandale Road, Annandale-On-Hudson, NY 12504',
'Acceptance Rate': '60%',
'International Students': '13%'},
{'University Name': 'Berkeley College',
'Graduation Rate': '24%',
'Total number of men accepted': None,
'Total number of women accepted': None,
'URL': 'https://www.collegevine.com/schools/hub/all/d/berkeley-college-new-york',
'Location': '3 East 43 Street, New York, NY 10017',
'Acceptance Rate': 'Semester',
'International Students': '18%'},
{'University Name': 'Clarkson University',
'Graduation Rate': '63%',
'Total number of men accepted': '76%',
'Total number of women accepted': '71%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/clarkson-university',
'Location': '8 Clarkson Ave, Potsdam, NY 13699',
'Acceptance Rate': '75%',
'International Students': '4%'},
{'University Name': 'Colgate University',
'Graduation Rate': '85%',
'Total number of men accepted': '16%',
'Total number of women accepted': '17%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/colgate-university',
'Location': '13 Oak Dr, Hamilton, NY 13346',
'Acceptance Rate': '17%',
'International Students': '10%'},
{'University Name': 'Columbia University',
'Graduation Rate': '84%',
'Total number of men accepted': '4%',
'Total number of women accepted': '3%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/columbia-university',
'Location': 'West 116 St and Broadway, New York, NY 10027',
'Acceptance Rate': '4%',
'International Students': '17%'},
{'University Name': 'Cornell University',
'Graduation Rate': '89%',
'Total number of men accepted': '7%',
'Total number of women accepted': '9%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/cornell-university',
'Location': '300 Day Hall, Ithaca, NY 14853',
'Acceptance Rate': '9%',
'International Students': '11%'},
{'University Name': 'D’Youville College',
'Graduation Rate': '36%',
'Total number of men accepted': '72%',
'Total number of women accepted': '66%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/d-youville-university',
'Location': '320 Porter Ave, Buffalo, NY 14201',
'Acceptance Rate': '68%',
'International Students': '2%'},
{'University Name': 'Elmira College',
'Graduation Rate': '64%',
'Total number of men accepted': '88%',
'Total number of women accepted': '96%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/elmira-college',
'Location': 'One Park Place, Elmira, NY 14901',
'Acceptance Rate': '94%',
'International Students': '6%'},
{'University Name': 'Eugene Lang College/New School University',
'Graduation Rate': '56%',
'Total number of men accepted': '65%',
'Total number of women accepted': '66%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/new-school',
'Location': '66 West 12th Street, New York, NY 10011',
'Acceptance Rate': '66%',
'International Students': '32%'},
{'University Name': 'Fisher College',
'Graduation Rate': '23%',
'Total number of men accepted': '64%',
'Total number of women accepted': '77%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/fisher-college',
'Location': '118 Beacon Street, Boston, MA 02116',
'Acceptance Rate': '72%',
'International Students': '5%'},
{'University Name': 'Fordham University',
'Graduation Rate': '79%',
'Total number of men accepted': '52%',
'Total number of women accepted': '61%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/fordham-university',
'Location': '441 E Fordham Rd, Bronx, NY 10458',
'Acceptance Rate': '58%',
'International Students': '8%'},
{'University Name': 'Hamilton College',
'Graduation Rate': '86%',
'Total number of men accepted': '14%',
'Total number of women accepted': '13%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hamilton-college',
'Location': '198 College Hill Rd, Clinton, NY 13323',
'Acceptance Rate': '14%',
'International Students': '6%'},
{'University Name': 'Hobart and William Smith Colleges',
'Graduation Rate': '72%',
'Total number of men accepted': '64%',
'Total number of women accepted': '69%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hobart-and-william-smith-colleges-hws',
'Location': '337 Pulteney Street, Geneva, NY 14456',
'Acceptance Rate': '67%',
'International Students': '7%'},
{'University Name': 'Iona College',
'Graduation Rate': None,
'Total number of men accepted': None,
'Total number of women accepted': None,
'URL': 'https://www.collegevine.com/schools/hub/all/d/iona-college',
'Location': None,
'Acceptance Rate': None,
'International Students': None},
{'University Name': 'Ithaca College',
'Graduation Rate': '73%',
'Total number of men accepted': '79%',
'Total number of women accepted': '76%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ithaca-college',
'Location': '953 Danby Road, Ithaca, NY 14850',
'Acceptance Rate': '78%',
'International Students': '2%'},
{'University Name': 'Lally School of Management & Technology',
'Graduation Rate': '74%',
'Total number of men accepted': '51%',
'Total number of women accepted': '55%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/rensselaer-polytechnic-institute-rpi',
'Location': '110 8th St, Troy, NY 12180',
'Acceptance Rate': '53%',
'International Students': '14%'},
{'University Name': 'Manhattanville College',
'Graduation Rate': '57%',
'Total number of men accepted': '80%',
'Total number of women accepted': '84%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/manhattanville-college',
'Location': '2900 Purchase St, Purchase, NY 10577',
'Acceptance Rate': '83%',
'International Students': '7%'},
{'University Name': 'Niagara University',
'Graduation Rate': '71%',
'Total number of men accepted': '90%',
'Total number of women accepted': '93%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/niagara-university',
'Location': 'Lewiston Road, Niagara University, NY 14109',
'Acceptance Rate': '92%',
'International Students': '14%'},
{'University Name': 'New York University',
'Graduation Rate': '79%',
'Total number of men accepted': '12%',
'Total number of women accepted': '13%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/new-york-university-nyu',
'Location': '70 Washington Sq South, New York, NY 10012',
'Acceptance Rate': '13%',
'International Students': '19%'},
{'University Name': 'Parsons the New School for Design, NY',
'Graduation Rate': '56%',
'Total number of men accepted': '65%',
'Total number of women accepted': '66%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/new-school',
'Location': '66 West 12th Street, New York, NY 10011',
'Acceptance Rate': '66%',
'International Students': '32%'},
{'University Name': 'Rochester Institute of Technology',
'Graduation Rate': '26%',
'Total number of men accepted': '69%',
'Total number of women accepted': '74%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/rochester-institute-of-technology-rit',
'Location': '1 Lomb Memorial Dr, Rochester, NY 14623',
'Acceptance Rate': '71%',
'International Students': '6%'},
{'University Name': 'School of Visual Arts',
'Graduation Rate': '61%',
'Total number of men accepted': '65%',
'Total number of women accepted': '73%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/school-of-visual-arts',
'Location': '209 E 23rd St, New York, NY 10010',
'Acceptance Rate': '71%',
'International Students': '54%'},
{'University Name': 'Skidmore College',
'Graduation Rate': '83%',
'Total number of men accepted': '28%',
'Total number of women accepted': '31%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/skidmore-college',
'Location': '815 N Broadway, Saratoga Springs, NY 12866',
'Acceptance Rate': '31%',
'International Students': '11%'},
{'University Name': 'St Lawrence University',
'Graduation Rate': '76%',
'Total number of men accepted': '55%',
'Total number of women accepted': '57%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/st-lawrence-university',
'Location': '23 Romoda Drive, Canton, NY 13617',
'Acceptance Rate': '57%',
'International Students': '9%'},
{'University Name': 'State University of New York-Plattsburgh',
'Graduation Rate': '48%',
'Total number of men accepted': '69%',
'Total number of women accepted': '67%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/suny-college-at-plattsburgh',
'Location': '101 Broad Street, Plattsburgh, NY 12901',
'Acceptance Rate': '68%',
'International Students': '6%'},
{'University Name': 'Union College',
'Graduation Rate': '80%',
'Total number of men accepted': '46%',
'Total number of women accepted': '47%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/union-college-new-york',
'Location': '807 Union Street, Schenectady, NY 12308',
'Acceptance Rate': '47%',
'International Students': '8%'},
{'University Name': 'University of Rochester',
'Graduation Rate': '75%',
'Total number of men accepted': '36%',
'Total number of women accepted': '44%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-rochester',
'Location': 'Wilson Blvd. - Wallis Hall, Rochester, NY 14627',
'Acceptance Rate': '41%',
'International Students': '22%'},
{'University Name': 'Utica College',
'Graduation Rate': '40%',
'Total number of men accepted': '88%',
'Total number of women accepted': '90%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/utica-university',
'Location': '1600 Burrstone Rd, Utica, NY 13502',
'Acceptance Rate': '89%',
'International Students': '1%'},
{'University Name': 'Vassar College',
'Graduation Rate': '82%',
'Total number of men accepted': '25%',
'Total number of women accepted': '17%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/vassar-college',
'Location': '124 Raymond Ave, Poughkeepsie, NY 12604',
'Acceptance Rate': '20%',
'International Students': '8%'},
{'University Name': 'Wells College',
'Graduation Rate': '54%',
'Total number of men accepted': '61%',
'Total number of women accepted': '71%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wells-college',
'Location': '170 Main Street, Aurora, NY 13026',
'Acceptance Rate': '68%',
'International Students': '0%'},
{'University Name': 'Campbell University',
'Graduation Rate': '41%',
'Total number of men accepted': '83%',
'Total number of women accepted': '90%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/campbell-university',
'Location': '143 Main Street, Buies Creek, NC 27506',
'Acceptance Rate': '87%',
'International Students': '2%'},
{'University Name': 'Davidson College',
'Graduation Rate': '89%',
'Total number of men accepted': '17%',
'Total number of women accepted': '17%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/davidson-college',
'Location': '405 N. Main Street, Davidson, NC 28035',
'Acceptance Rate': '18%',
'International Students': '7%'},
{'University Name': 'Duke University',
'Graduation Rate': '88%',
'Total number of men accepted': '5%',
'Total number of women accepted': '6%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/duke-university',
'Location': '103 Allen Bldg, Durham, NC 27708',
'Acceptance Rate': '6%',
'International Students': '11%'},
{'University Name': 'Elon University',
'Graduation Rate': '79%',
'Total number of men accepted': '75%',
'Total number of women accepted': '78%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/elon-university',
'Location': '100 Campus Drive, Elon, NC 27244',
'Acceptance Rate': '78%',
'International Students': '2%'},
{'University Name': 'Guilford College',
'Graduation Rate': '38%',
'Total number of men accepted': '80%',
'Total number of women accepted': '83%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/guilford-college',
'Location': '5800 W Friendly Avenue, Greensboro, NC 27410',
'Acceptance Rate': '82%',
'International Students': '1%'},
{'University Name': 'Methodist College',
'Graduation Rate': '50%',
'Total number of men accepted': '100%',
'Total number of women accepted': '85%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/methodist-college',
'Location': '7600 N. Academic Drive, Peoria, IL 61615',
'Acceptance Rate': '88%',
'International Students': '4%'},
{'University Name': 'Antioch College',
'Graduation Rate': '59%',
'Total number of men accepted': '54%',
'Total number of women accepted': '81%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/antioch-college',
'Location': '1 Morgan Pl, Yellow Springs, OH 45387',
'Acceptance Rate': '72%',
'International Students': '0%'},
{'University Name': 'Ashland University',
'Graduation Rate': '52%',
'Total number of men accepted': '68%',
'Total number of women accepted': '71%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ashland-university',
'Location': '401 College Avenue, Ashland, OH 44805',
'Acceptance Rate': '70%',
'International Students': '1%'},
{'University Name': 'Denison University',
'Graduation Rate': '77%',
'Total number of men accepted': '28%',
'Total number of women accepted': '27%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/denison-university',
'Location': '100 West College Street, Granville, OH 43023',
'Acceptance Rate': '28%',
'International Students': '10%'},
{'University Name': 'Hiram College',
'Graduation Rate': '41%',
'Total number of men accepted': '91%',
'Total number of women accepted': '96%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/hiram-college',
'Location': '11715 Garfield Rd, Hiram, OH 44234',
'Acceptance Rate': '93%',
'International Students': '2%'},
{'University Name': 'Kenyon College',
'Graduation Rate': '86%',
'Total number of men accepted': '31%',
'Total number of women accepted': '41%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/kenyon-college',
'Location': 'Kenyon College, Gambier, OH 43022',
'Acceptance Rate': '37%',
'International Students': '6%'},
{'University Name': 'Miami University',
'Graduation Rate': '71%',
'Total number of men accepted': '89%',
'Total number of women accepted': '87%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/miami-university',
'Location': '501 East High St, Oxford, OH 45056',
'Acceptance Rate': '89%',
'International Students': '14%'},
{'University Name': 'Ohio Wesleyan University',
'Graduation Rate': '60%',
'Total number of men accepted': '69%',
'Total number of women accepted': '78%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ohio-wesleyan-university',
'Location': '61 S Sandusky Street, Delaware, OH 43015',
'Acceptance Rate': '74%',
'International Students': '5%'},
{'University Name': 'The College of Wooster',
'Graduation Rate': '70%',
'Total number of men accepted': '57%',
'Total number of women accepted': '63%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/college-of-wooster',
'Location': '1189 Beall Avenue, Wooster, OH 44691',
'Acceptance Rate': '61%',
'International Students': '13%'},
{'University Name': 'Ohio State University',
'Graduation Rate': '65%',
'Total number of men accepted': '55%',
'Total number of women accepted': '58%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ohio-state-university-osu',
'Location': None,
'Acceptance Rate': '57%',
'International Students': '8%'},
{'University Name': 'University of Cincinnati',
'Graduation Rate': '37%',
'Total number of men accepted': '86%',
'Total number of women accepted': '83%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-cincinnati',
'Location': '2624 Clifton Avenue, Cincinnati, OH 45221',
'Acceptance Rate': '85%',
'International Students': '5%'},
{'University Name': 'Wittenberg University',
'Graduation Rate': '58%',
'Total number of men accepted': '92%',
'Total number of women accepted': '92%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/wittenberg-university',
'Location': 'Ward St at N Wittenberg Ave, Springfield, OH 45504',
'Acceptance Rate': '92%',
'International Students': '1%'},
{'University Name': 'Xavier University',
'Graduation Rate': '61%',
'Total number of men accepted': '83%',
'Total number of women accepted': '84%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/xavier-university',
'Location': '3800 Victory Parkway, Cincinnati, OH 45207',
'Acceptance Rate': '84%',
'International Students': '3%'},
{'University Name': 'The University of Tulsa',
'Graduation Rate': '56%',
'Total number of men accepted': '73%',
'Total number of women accepted': '76%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-tulsa',
'Location': '800 South Tucker Drive, Tulsa, OK 74104',
'Acceptance Rate': '75%',
'International Students': '21%'},
{'University Name': 'George Fox University',
'Graduation Rate': '55%',
'Total number of men accepted': '83%',
'Total number of women accepted': '81%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/george-fox-university-gfu',
'Location': '414 N Meridian St, Newberg, OR 97132',
'Acceptance Rate': '83%',
'International Students': '2%'},
{'University Name': 'Lewis & Clark College',
'Graduation Rate': '69%',
'Total number of men accepted': '75%',
'Total number of women accepted': '81%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lewis-clark-college',
'Location': '615 S Palatine Hill Rd, Portland, OR 97219',
'Acceptance Rate': '79%',
'International Students': '9%'},
{'University Name': 'Linfield College',
'Graduation Rate': '63%',
'Total number of men accepted': '78%',
'Total number of women accepted': '88%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/linfield-college',
'Location': '900 SE Baker, McMinnville, OR 97128',
'Acceptance Rate': '85%',
'International Students': '5%'},
{'University Name': 'Reed College',
'Graduation Rate': '62%',
'Total number of men accepted': '26%',
'Total number of women accepted': '26%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/reed-college',
'Location': '3203 SE Woodstock Blvd, Portland, OR 97202',
'Acceptance Rate': '27%',
'International Students': '8%'},
{'University Name': 'University of Oregon',
'Graduation Rate': '58%',
'Total number of men accepted': '91%',
'Total number of women accepted': '94%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-oregon',
'Location': '110 Johnson Hall, Eugene, OR 97403',
'Acceptance Rate': '93%',
'International Students': '13%'},
{'University Name': 'University of Portland',
'Graduation Rate': '76%',
'Total number of men accepted': '81%',
'Total number of women accepted': '80%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-portland',
'Location': '5000 N Willamette Blvd, Portland, OR 97203',
'Acceptance Rate': '81%',
'International Students': '3%'},
{'University Name': 'Albright College',
'Graduation Rate': '53%',
'Total number of men accepted': '69%',
'Total number of women accepted': '81%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/albright-college',
'Location': '1621 N. 13th St., Reading, PA 19612',
'Acceptance Rate': '76%',
'International Students': '2%'},
{'University Name': 'Bryn Mawr College',
'Graduation Rate': '80%',
'Total number of men accepted': '0%',
'Total number of women accepted': '39%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/bryn-mawr-college',
'Location': '101 N Merion Avenue, Bryn Mawr, PA 19010',
'Acceptance Rate': '39%',
'International Students': '22%'},
{'University Name': 'Bucknell University',
'Graduation Rate': '84%',
'Total number of men accepted': '30%',
'Total number of women accepted': '38%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/bucknell-university',
'Location': 'One Dent Drive, Lewisburg, PA 17837',
'Acceptance Rate': '35%',
'International Students': '6%'},
{'University Name': 'Chatham College',
'Graduation Rate': '55%',
'Total number of men accepted': '63%',
'Total number of women accepted': '77%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/chatham-university',
'Location': 'Woodland Road, Office of Institutional Research, Pittsburgh, PA 15232',
'Acceptance Rate': '73%',
'International Students': '8%'},
{'University Name': 'Dickinson College',
'Graduation Rate': '81%',
'Total number of men accepted': '45%',
'Total number of women accepted': '49%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/dickinson-college',
'Location': 'College and Louther Streets, Carlisle, PA 17013',
'Acceptance Rate': '48%',
'International Students': '14%'},
{'University Name': 'Drexel University',
'Graduation Rate': '32%',
'Total number of men accepted': '76%',
'Total number of women accepted': '78%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/drexel-university',
'Location': '3141 Chestnut St, Philadelphia, PA 19104',
'Acceptance Rate': '78%',
'International Students': '9%'},
{'University Name': 'Duquesne University',
'Graduation Rate': '69%',
'Total number of men accepted': '84%',
'Total number of women accepted': '84%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/duquesne-university',
'Location': 'Administration Bldg 600 Forbes Ave, Pittsburgh, PA 15282',
'Acceptance Rate': '84%',
'International Students': '4%'},
{'University Name': 'Elizabethtown College',
'Graduation Rate': '68%',
'Total number of men accepted': '73%',
'Total number of women accepted': '83%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/elizabethtown-college-e-town',
'Location': 'One Alpha Drive, Elizabethtown, PA 17022',
'Acceptance Rate': '79%',
'International Students': '4%'},
{'University Name': 'Franklin & Marshall College',
'Graduation Rate': '81%',
'Total number of men accepted': '35%',
'Total number of women accepted': '38%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/franklin-and-marshall-college-f-m',
'Location': 'College Ave, Lancaster, PA 17604',
'Acceptance Rate': '38%',
'International Students': '15%'},
{'University Name': 'Gettysburg College',
'Graduation Rate': '80%',
'Total number of men accepted': '55%',
'Total number of women accepted': '57%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/gettysburg-college',
'Location': '300 N Washington St, Gettysburg, PA 17325',
'Acceptance Rate': '56%',
'International Students': '7%'},
{'University Name': 'Juniata College',
'Graduation Rate': '70%',
'Total number of men accepted': '68%',
'Total number of women accepted': '79%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/juniata-college',
'Location': '1700 Moore St, Huntingdon, PA 16652',
'Acceptance Rate': '74%',
'International Students': '11%'},
{'University Name': 'La Roche College',
'Graduation Rate': '45%',
'Total number of men accepted': '98%',
'Total number of women accepted': '97%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/la-roche-university',
'Location': '9000 Babcock Blvd, Pittsburgh, PA 15237',
'Acceptance Rate': '98%',
'International Students': '17%'},
{'University Name': 'Lafayette College',
'Graduation Rate': '86%',
'Total number of men accepted': '39%',
'Total number of women accepted': '41%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lafayette-college',
'Location': 'High St, Easton, PA 18042',
'Acceptance Rate': '41%',
'International Students': '10%'},
{'University Name': 'Lebanon Valley College',
'Graduation Rate': '70%',
'Total number of men accepted': '72%',
'Total number of women accepted': '81%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lebanon-valley-college',
'Location': '101 N College Ave, Annville, PA 17003',
'Acceptance Rate': '78%',
'International Students': '1%'},
{'University Name': 'Lehigh University',
'Graduation Rate': '79%',
'Total number of men accepted': '41%',
'Total number of women accepted': '51%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lehigh-university',
'Location': '27 Memorial Drive West, Bethlehem, PA 18015',
'Acceptance Rate': '46%',
'International Students': '9%'},
{'University Name': 'Marywood University',
'Graduation Rate': '54%',
'Total number of men accepted': '74%',
'Total number of women accepted': '85%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/marywood-university',
'Location': '2300 Adams Ave, Scranton, PA 18509',
'Acceptance Rate': '82%',
'International Students': '1%'},
{'University Name': 'Moravian College',
'Graduation Rate': '66%',
'Total number of men accepted': '76%',
'Total number of women accepted': '78%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/moravian-university',
'Location': '1200 Main St, Bethlehem, PA 18018',
'Acceptance Rate': '78%',
'International Students': '6%'},
{'University Name': 'Seton-Hill University',
'Graduation Rate': '55%',
'Total number of men accepted': '69%',
'Total number of women accepted': '76%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/seton-hill-university',
'Location': '1 Seton Hill Drive, Greensburg, PA 15601',
'Acceptance Rate': '74%',
'International Students': '2%'},
{'University Name': 'Shippensburg University of Pennsylvania',
'Graduation Rate': '35%',
'Total number of men accepted': '91%',
'Total number of women accepted': '94%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/shippensburg-university-of-pennsylvania',
'Location': '1871 Old Main Drive, Shippensburg, PA 17257',
'Acceptance Rate': '93%',
'International Students': '1%'},
{'University Name': 'Slippery Rock University of Pennsylvania',
'Graduation Rate': '55%',
'Total number of men accepted': '78%',
'Total number of women accepted': '80%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/slippery-rock-university-of-pennsylvania',
'Location': '1 Morrow Way, Slippery Rock, PA 16057',
'Acceptance Rate': '79%',
'International Students': '1%'},
{'University Name': 'Susquehanna University',
'Graduation Rate': '72%',
'Total number of men accepted': '73%',
'Total number of women accepted': '78%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/susquehanna-university',
'Location': '514 University Ave, Selinsgrove, PA 17870',
'Acceptance Rate': '77%',
'International Students': '2%'},
{'University Name': 'The University of The Arts',
'Graduation Rate': '50%',
'Total number of men accepted': '88%',
'Total number of women accepted': '83%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-the-arts-uarts',
'Location': '320 South Broad St, Philadelphia, PA 19102',
'Acceptance Rate': '85%',
'International Students': '4%'},
{'University Name': 'University of Pennsylvania',
'Graduation Rate': '86%',
'Total number of men accepted': '5%',
'Total number of women accepted': '6%',
'URL': 'https://collegevine.com/schools/hub/all/d/university-of-pennsylvania-upenn',
'Location': '34th & Spruce Street, Philadelphia, PA 19104',
'Acceptance Rate': '6%',
'International Students': '14%'},
{'University Name': 'Ursinus College',
'Graduation Rate': '71%',
'Total number of men accepted': '79%',
'Total number of women accepted': '86%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/ursinus-college',
'Location': '601 E. Main St, Collegeville, PA 19426',
'Acceptance Rate': '83%',
'International Students': '2%'},
{'University Name': 'Villanova University',
'Graduation Rate': '89%',
'Total number of men accepted': '26%',
'Total number of women accepted': '23%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/villanova-university',
'Location': '800 Lancaster Avenue, Villanova, PA 19085',
'Acceptance Rate': '25%',
'International Students': '2%'},
{'University Name': 'Widener University',
'Graduation Rate': '53%',
'Total number of men accepted': '80%',
'Total number of women accepted': '87%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/widener-university',
'Location': 'One University Place, Chester, PA 19013',
'Acceptance Rate': '85%',
'International Students': '3%'},
{'University Name': 'Brown University',
'Graduation Rate': '84%',
'Total number of men accepted': '7%',
'Total number of women accepted': '4%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/brown-university',
'Location': 'One Prospect Street, Providence, RI 02912',
'Acceptance Rate': '6%',
'International Students': '13%'},
{'University Name': 'Bryant University',
'Graduation Rate': '79%',
'Total number of men accepted': '70%',
'Total number of women accepted': '78%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/bryant-university',
'Location': '1150 Douglas Pike, Smithfield, RI 02917',
'Acceptance Rate': '74%',
'International Students': '8%'},
{'University Name': 'Johnson & Wales University',
'Graduation Rate': '53%',
'Total number of men accepted': '84%',
'Total number of women accepted': '90%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/johnson-and-wales-university-providence',
'Location': '8 Abbott Park Place, Providence, RI 02903',
'Acceptance Rate': '88%',
'International Students': '8%'},
{'University Name': 'Roger Williams University',
'Graduation Rate': '62%',
'Total number of men accepted': '88%',
'Total number of women accepted': '93%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/roger-williams-university-rwu',
'Location': 'One Old Ferry Road, Bristol, RI 02809',
'Acceptance Rate': '91%',
'International Students': '3%'},
{'University Name': 'Salve Regina University',
'Graduation Rate': '73%',
'Total number of men accepted': '70%',
'Total number of women accepted': '74%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/salve-regina-university',
'Location': '100 Ochre Point Avenue, Newport, RI 02840',
'Acceptance Rate': '73%',
'International Students': '2%'},
{'University Name': 'Belmont University',
'Graduation Rate': '62%',
'Total number of men accepted': '85%',
'Total number of women accepted': '89%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/belmont-university',
'Location': '1900 Belmont Blvd, Nashville, TN 37212',
'Acceptance Rate': '88%',
'International Students': '2%'},
{'University Name': 'Carson-Newman College',
'Graduation Rate': '45%',
'Total number of men accepted': '76%',
'Total number of women accepted': '80%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/carson-newman-university',
'Location': '1646 S Russell Ave, Jefferson City, TN 37760',
'Acceptance Rate': '79%',
'International Students': '4%'},
{'University Name': 'Memphis College of Art',
'Graduation Rate': '28%',
'Total number of men accepted': '93%',
'Total number of women accepted': '96%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-memphis',
'Location': 'Alumni Avenue, Memphis, TN 38152',
'Acceptance Rate': '95%',
'International Students': '2%'},
{'University Name': 'Rhodes College',
'Graduation Rate': '79%',
'Total number of men accepted': '40%',
'Total number of women accepted': '75%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/rhodes-college',
'Location': '2000 North Parkway, Memphis, TN 38112',
'Acceptance Rate': '57%',
'International Students': '4%'},
{'University Name': 'Sewanee, The University of the South',
'Graduation Rate': '76%',
'Total number of men accepted': '55%',
'Total number of women accepted': '64%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/sewanee-the-university-of-the-south-sewanee',
'Location': '735 University Avenue, Sewanee, TN 37383',
'Acceptance Rate': '60%',
'International Students': '4%'},
{'University Name': 'Vanderbilt University',
'Graduation Rate': '88%',
'Total number of men accepted': '7%',
'Total number of women accepted': '6%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/vanderbilt-university',
'Location': '2101 West End Avenue, Nashville, TN 37240',
'Acceptance Rate': '7%',
'International Students': '8%'},
{'University Name': 'Rice University',
'Graduation Rate': '85%',
'Total number of men accepted': '9%',
'Total number of women accepted': '9%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/rice-university',
'Location': '6100 S Main St, Houston, TX 77005',
'Acceptance Rate': '9%',
'International Students': '12%'},
{'University Name': 'Southern Methodist University',
'Graduation Rate': '73%',
'Total number of men accepted': '50%',
'Total number of women accepted': '55%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/southern-methodist-university-smu',
'Location': '6425 Boaz St, Dallas, TX 75275',
'Acceptance Rate': '53%',
'International Students': '9%'},
{'University Name': 'St Mary’s University, San Antonio',
'Graduation Rate': '48%',
'Total number of men accepted': '85%',
'Total number of women accepted': '90%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/st-mary-s-university-texas',
'Location': 'One Camino Santa Maria, San Antonio, TX 78228',
'Acceptance Rate': '88%',
'International Students': '9%'},
{'University Name': 'Stephen F Austin State University',
'Graduation Rate': '34%',
'Total number of men accepted': '79%',
'Total number of women accepted': '85%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/stephen-f-austin-state-university',
'Location': '2008 Alumni Drive, Rusk 206, Nacogdoches, TX 75961',
'Acceptance Rate': '83%',
'International Students': '1%'},
{'University Name': 'Texas Christian University',
'Graduation Rate': '70%',
'Total number of men accepted': '49%',
'Total number of women accepted': '56%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/texas-christian-university-tcu',
'Location': '2800 S University Dr, Fort Worth, TX 76129',
'Acceptance Rate': '54%',
'International Students': '5%'},
{'University Name': 'Trinity University',
'Graduation Rate': '67%',
'Total number of men accepted': '33%',
'Total number of women accepted': '34%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/trinity-university',
'Location': 'One Trinity Place, San Antonio, TX 78212',
'Acceptance Rate': '34%',
'International Students': '6%'},
{'University Name': 'University of Dallas',
'Graduation Rate': '62%',
'Total number of men accepted': '54%',
'Total number of women accepted': '60%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-dallas',
'Location': '1845 E Northgate Drive, Irving, TX 75062',
'Acceptance Rate': '58%',
'International Students': '4%'},
{'University Name': 'Bennington College',
'Graduation Rate': '61%',
'Total number of men accepted': '53%',
'Total number of women accepted': '74%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/bennington-college',
'Location': 'One College Drive, Bennington, VT 05201',
'Acceptance Rate': '67%',
'International Students': '16%'},
{'University Name': 'Landmark College',
'Graduation Rate': '0%',
'Total number of men accepted': '55%',
'Total number of women accepted': '47%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/landmark-college',
'Location': '19 River Rd South, Putney, VT 05346',
'Acceptance Rate': '53%',
'International Students': '2%'},
{'University Name': 'Middlebury College',
'Graduation Rate': '87%',
'Total number of men accepted': '14%',
'Total number of women accepted': '12%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/middlebury-college',
'Location': 'Old Chapel, Middlebury, VT 05753',
'Acceptance Rate': '13%',
'International Students': '11%'},
{'University Name': 'Saint Michael’s College',
'Graduation Rate': '72%',
'Total number of men accepted': '81%',
'Total number of women accepted': '89%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/st-michael-s-college',
'Location': 'One Winooski Park, Colchester, VT 05439',
'Acceptance Rate': '86%',
'International Students': '5%'},
{'University Name': 'George Mason University',
'Graduation Rate': '48%',
'Total number of men accepted': '89%',
'Total number of women accepted': '93%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/george-mason-university',
'Location': '4400 University Dr, Fairfax, VA 22030',
'Acceptance Rate': '91%',
'International Students': '5%'},
{'University Name': 'Randolph College',
'Graduation Rate': '52%',
'Total number of men accepted': '91%',
'Total number of women accepted': '95%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/randolph-college',
'Location': '2500 Rivermont Ave, Lynchburg, VA 24503',
'Acceptance Rate': '94%',
'International Students': '4%'},
{'University Name': 'Roanoke College',
'Graduation Rate': '64%',
'Total number of men accepted': '77%',
'Total number of women accepted': '82%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/roanoke-college',
'Location': '221 College Lane, Salem, VA 24153',
'Acceptance Rate': '80%',
'International Students': '4%'},
{'University Name': 'Shenandoah University',
'Graduation Rate': '46%',
'Total number of men accepted': '84%',
'Total number of women accepted': '68%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/shenandoah-university',
'Location': '1460 University Dr, Winchester, VA 22601',
'Acceptance Rate': '74%',
'International Students': '4%'},
{'University Name': 'Sweet Briar College',
'Graduation Rate': '1%',
'Total number of men accepted': '0%',
'Total number of women accepted': '80%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/sweet-briar-college',
'Location': '134 Chapel Drive, Sweet Briar, VA 24595',
'Acceptance Rate': '80%',
'International Students': '1%'},
{'University Name': 'University of Richmond',
'Graduation Rate': '82%',
'Total number of men accepted': '31%',
'Total number of women accepted': '27%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-richmond',
'Location': '142 UR Drive, University of Richmond, VA 23173',
'Acceptance Rate': '29%',
'International Students': '9%'},
{'University Name': 'Washington and Lee University',
'Graduation Rate': '91%',
'Total number of men accepted': '12%',
'Total number of women accepted': '15%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/washington-and-lee-university',
'Location': '204 West Washington Street, Lexington, VA 24450',
'Acceptance Rate': '14%',
'International Students': '4%'},
{'University Name': 'Cornish College of the Arts',
'Graduation Rate': '49%',
'Total number of men accepted': '64%',
'Total number of women accepted': '63%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/cornish-college-of-the-arts',
'Location': '1000 Lenora Street, Seattle, WA 98121',
'Acceptance Rate': '64%',
'International Students': '1%'},
{'University Name': 'Pacific Lutheran University',
'Graduation Rate': '63%',
'Total number of men accepted': '85%',
'Total number of women accepted': '90%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/pacific-lutheran-university',
'Location': '12180 Park Ave South, Tacoma, WA 98447',
'Acceptance Rate': '88%',
'International Students': '3%'},
{'University Name': 'University of Puget Sound',
'Graduation Rate': '70%',
'Total number of men accepted': '83%',
'Total number of women accepted': '92%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-puget-sound',
'Location': '1500 N. Warner Street, Tacoma, WA 98416',
'Acceptance Rate': '88%',
'International Students': '1%'},
{'University Name': 'Whitman College',
'Graduation Rate': '79%',
'Total number of men accepted': '54%',
'Total number of women accepted': '61%',
'URL': 'http://collegevine.com/schools/hub/all/d/whitman-college',
'Location': '345 Boyer Ave, Walla Walla, WA 99362',
'Acceptance Rate': '59%',
'International Students': '7%'},
{'University Name': 'Beloit College',
'Graduation Rate': '52%',
'Total number of men accepted': '62%',
'Total number of women accepted': '72%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/beloit-college',
'Location': '700 College St, Beloit, WI 53511',
'Acceptance Rate': '67%',
'International Students': '16%'},
{'University Name': 'Lawrence University',
'Graduation Rate': '63%',
'Total number of men accepted': '69%',
'Total number of women accepted': '79%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/lawrence-university',
'Location': 'College Ave, Appleton, WI 54911',
'Acceptance Rate': '75%',
'International Students': '12%'},
{'University Name': 'Marquette University',
'Graduation Rate': '67%',
'Total number of men accepted': '84%',
'Total number of women accepted': '87%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/marquette-university',
'Location': '1250 W Wisconsin Avenue, Milwaukee, WI 53233',
'Acceptance Rate': '86%',
'International Students': '5%'},
{'University Name': 'St Norbert College',
'Graduation Rate': '69%',
'Total number of men accepted': '81%',
'Total number of women accepted': '88%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/saint-norbert-college',
'Location': '100 Grant St, De Pere, WI 54115',
'Acceptance Rate': '85%',
'International Students': '3%'},
{'University Name': 'University of Wisconsin-Eau Claire',
'Graduation Rate': '39%',
'Total number of men accepted': '73%',
'Total number of women accepted': '79%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-wisconsin-eau-claire',
'Location': '105 Garfield Ave, Eau Claire, WI 54701',
'Acceptance Rate': '77%',
'International Students': '3%'},
{'University Name': 'University of Wisconsin-Superior',
'Graduation Rate': '29%',
'Total number of men accepted': '75%',
'Total number of women accepted': '76%',
'URL': 'https://www.collegevine.com/schools/hub/all/d/university-of-wisconsin-superior',
'Location': '1605 Catlin Ave, Superior, WI 54880',
'Acceptance Rate': '76%',
'International Students': '10%'}]
In [47]:
def getTotalCost(href):
try:
raw_html = requests.get(href).content
soup_doc = BeautifulSoup(raw_html, "html.parser")
out_of_state=soup_doc.find('div', class_="col-auto font-weight-semibold").text
out_of_states=re.sub(r'\$','',out_of_state)
no_comma=out_of_states.replace(',', '')
no_3_out_of_state=int(no_comma)
out_of_state_fee=soup_doc.find_all(class_="col-auto font-weight-semibold")[1].text
out_of_state_fees=re.sub(r'\$','',out_of_state_fee)
no_1_out_of_state_fees=int(out_of_state_fees)
room=soup_doc.find_all('div',class_="col-auto font-weight-semibold")[4].text
rooms=re.sub(r'\$','',room)
rooms_no_comma=rooms.replace(',', '')
no_2_rooms_no_comma=int(rooms_no_comma)
total_cost=[no_3_out_of_state,no_2_rooms_no_comma,no_1_out_of_state_fees]
total=sum(total_cost)
return total
except:
return None
universities_cost=[]
for universities in p_tags:
a_tags = universities.find_all('a')
for a in a_tags:
href = a.get('href')+'/finances'
if href and '/schools/hub/all/d/' in href:
cost= getTotalCost(href)
university_name = a.get_text(strip=True)
universities_cost.append({
'Total Cost': cost,
'University Name': university_name,
})
universities_cost
Out[47]:
[{'Total Cost': 80850, 'University Name': 'Amherst College'},
{'Total Cost': None, 'University Name': 'Harvard University'},
{'Total Cost': 82730,
'University Name': 'Massachusetts Institute of Technology | MIT'},
{'Total Cost': 76040, 'University Name': 'Princeton University'},
{'Total Cost': 80700, 'University Name': 'Yale University'},
{'Total Cost': None,
'University Name': 'Embry-Riddle Aeronautical University'},
{'Total Cost': 31132, 'University Name': 'Harding University'},
{'Total Cost': 51552, 'University Name': 'Azusa Pacific University'},
{'Total Cost': 63502, 'University Name': 'California Lutheran University'},
{'Total Cost': None,
'University Name': 'California State University San Bernardino'},
{'Total Cost': 79427, 'University Name': 'Claremont McKenna College'},
{'Total Cost': 64915,
'University Name': 'Dominican University of California'},
{'Total Cost': 65340, 'University Name': 'Menlo College'},
{'Total Cost': 77896, 'University Name': 'Occidental College'},
{'Total Cost': 81702, 'University Name': 'Pepperdine University'},
{'Total Cost': 70336,
'University Name': 'Saint Mary’s College of California'},
{'Total Cost': 77035, 'University Name': 'Stanford University'},
{'Total Cost': 71564, 'University Name': 'University of San Diego'},
{'Total Cost': None, 'University Name': 'University of Southern California'},
{'Total Cost': 67275, 'University Name': 'Whittier College'},
{'Total Cost': 45296, 'University Name': 'Naropa University'},
{'Total Cost': None, 'University Name': 'University of Denver'},
{'Total Cost': 80285, 'University Name': 'CT College'},
{'Total Cost': None, 'University Name': 'Quinnipiac University'},
{'Total Cost': None, 'University Name': 'University of Bridgeport'},
{'Total Cost': 82502, 'University Name': 'Wesleyan University'},
{'Total Cost': 80700, 'University Name': 'Yale University'},
{'Total Cost': 24650, 'University Name': 'Goldey-Beacom College'},
{'Total Cost': 69595, 'University Name': 'American University'},
{'Total Cost': None, 'University Name': 'The Catholic University of America'},
{'Total Cost': 84980, 'University Name': 'The George Washington University'},
{'Total Cost': 62754, 'University Name': 'Eckerd College'},
{'Total Cost': 56216, 'University Name': 'Florida Institute of Technology'},
{'Total Cost': 52900, 'University Name': 'Florida Southern College'},
{'Total Cost': None, 'University Name': 'Lynn University'},
{'Total Cost': None, 'University Name': 'Northwood University'},
{'Total Cost': None, 'University Name': 'Ringling School of Art and Design'},
{'Total Cost': 71690, 'University Name': 'Rollins College'},
{'Total Cost': None, 'University Name': 'Saint Leo University'},
{'Total Cost': None, 'University Name': 'The University of Tampa'},
{'Total Cost': None, 'University Name': 'University of Central Florida'},
{'Total Cost': None, 'University Name': 'University of Miami'},
{'Total Cost': 59161, 'University Name': 'Agnes Scott College'},
{'Total Cost': 74964, 'University Name': 'Emory University'},
{'Total Cost': 55199,
'University Name': 'The Savannah College of Art and Design'},
{'Total Cost': None, 'University Name': 'Augustana College'},
{'Total Cost': 58908, 'University Name': 'DePaul University'},
{'Total Cost': 51482, 'University Name': 'Elmhurst College'},
{'Total Cost': 46310, 'University Name': 'Illinois College'},
{'Total Cost': None, 'University Name': 'Illinois Institute of Technology'},
{'Total Cost': 66232, 'University Name': 'Illinois Wesleyan University'},
{'Total Cost': 63585, 'University Name': 'Knox College'},
{'Total Cost': 64800, 'University Name': 'Lake Forest College'},
{'Total Cost': None, 'University Name': 'Northwestern University'},
{'Total Cost': None, 'University Name': 'Saint Xavier University'},
{'Total Cost': 71080,
'University Name': 'The School of the Art Institute of Chicago'},
{'Total Cost': None, 'University Name': 'The University of Chicago'},
{'Total Cost': None, 'University Name': 'Ball State University'},
{'Total Cost': 59720, 'University Name': 'Butler University'},
{'Total Cost': None, 'University Name': 'DePauw University'},
{'Total Cost': 62506, 'University Name': 'Earlham College'},
{'Total Cost': None, 'University Name': 'Manchester College'},
{'Total Cost': None, 'University Name': 'Purdue University'},
{'Total Cost': None, 'University Name': 'Saint Mary’s College'},
{'Total Cost': None, 'University Name': 'University of Evansville'},
{'Total Cost': None, 'University Name': 'University of Southern Indiana'},
{'Total Cost': None, 'University Name': 'Valparaiso University'},
{'Total Cost': None, 'University Name': 'Clarke College'},
{'Total Cost': 60030, 'University Name': 'Cornell College'},
{'Total Cost': 59482, 'University Name': 'Drake University'},
{'Total Cost': 80741, 'University Name': 'Grinnell College'},
{'Total Cost': None, 'University Name': 'Loras College'},
{'Total Cost': 58830, 'University Name': 'Luther College'},
{'Total Cost': None, 'University Name': 'University of Dubuque'},
{'Total Cost': None, 'University Name': 'Wartburg College'},
{'Total Cost': 52768, 'University Name': 'Berea College'},
{'Total Cost': 35190, 'University Name': 'Campbellsville University'},
{'Total Cost': 60370, 'University Name': 'Centre College'},
{'Total Cost': None, 'University Name': 'Tulane University'},
{'Total Cost': None, 'University Name': 'College of Notre Dame of Maryland'},
{'Total Cost': 66000, 'University Name': 'Goucher College'},
{'Total Cost': 58100, 'University Name': 'Hood College'},
{'Total Cost': 78120, 'University Name': 'Johns Hopkins University'},
{'Total Cost': None, 'University Name': 'Maryland Institute College of Art'},
{'Total Cost': None, 'University Name': 'St John’s College'},
{'Total Cost': None, 'University Name': 'Washington College'},
{'Total Cost': 55680, 'University Name': 'American International College'},
{'Total Cost': 80850, 'University Name': 'Amherst College'},
{'Total Cost': 73972, 'University Name': 'Babson College'},
{'Total Cost': 75160, 'University Name': 'Bentley College'},
{'Total Cost': None, 'University Name': 'Boston University'},
{'Total Cost': 79414, 'University Name': 'Brandeis University'},
{'Total Cost': 63516, 'University Name': 'Clark University'},
{'Total Cost': 61942, 'University Name': 'Dean College'},
{'Total Cost': 72760, 'University Name': 'Emerson College'},
{'Total Cost': 54734, 'University Name': 'Endicott College'},
{'Total Cost': None, 'University Name': 'Hampshire College'},
{'Total Cost': None, 'University Name': 'Harvard College'},
{'Total Cost': None, 'University Name': 'MA College of Art'},
{'Total Cost': None, 'University Name': 'Mount Ida College'},
{'Total Cost': None, 'University Name': 'Northeastern University'},
{'Total Cost': 63230, 'University Name': 'Regis College'},
{'Total Cost': None,
'University Name': 'School of the Museum of Fine Arts, Boston'},
{'Total Cost': 79108, 'University Name': 'Smith College'},
{'Total Cost': 61814, 'University Name': 'Suffolk University'},
{'Total Cost': 50502,
'University Name': 'The Art Institute of Boston at Lesley University'},
{'Total Cost': None, 'University Name': 'The Boston Conservatory'},
{'Total Cost': None, 'University Name': 'Tufts University'},
{'Total Cost': 81000, 'University Name': 'Wellesley College'},
{'Total Cost': 54180, 'University Name': 'Wentworth Institute of Technology'},
{'Total Cost': 75030, 'University Name': 'Wheaton College'},
{'Total Cost': 77300, 'University Name': 'Williams College'},
{'Total Cost': None, 'University Name': 'Worcester Polytechnic Institute'},
{'Total Cost': None, 'University Name': 'Adrian College'},
{'Total Cost': 67400, 'University Name': 'Albion College'},
{'Total Cost': 49770, 'University Name': 'Calvin College'},
{'Total Cost': None, 'University Name': 'College for Creative Studies'},
{'Total Cost': 22678, 'University Name': 'Grand Valley State University'},
{'Total Cost': 50270, 'University Name': 'Hope College'},
{'Total Cost': 67902, 'University Name': 'Kalamazoo College'},
{'Total Cost': None, 'University Name': 'Lawrence Technological University'},
{'Total Cost': 78624, 'University Name': 'Carleton College'},
{'Total Cost': None,
'University Name': 'College of Saint Benedict/Saint John’s University'},
{'Total Cost': 57770, 'University Name': 'College of St Catherine'},
{'Total Cost': 39426, 'University Name': 'Concordia College'},
{'Total Cost': None, 'University Name': 'Hamline University'},
{'Total Cost': 79890, 'University Name': 'Macalester College'},
{'Total Cost': None, 'University Name': 'Minnesota State University Mankato'},
{'Total Cost': 67100, 'University Name': 'St Olaf College'},
{'Total Cost': 50406, 'University Name': 'The College of St Scholastica'},
{'Total Cost': 32996, 'University Name': 'Columbia College'},
{'Total Cost': 38465, 'University Name': 'Culver Stockton College'},
{'Total Cost': 64534, 'University Name': 'Saint Louis University'},
{'Total Cost': None, 'University Name': 'Washington University in St Louis'},
{'Total Cost': 42238, 'University Name': 'Webster University'},
{'Total Cost': 41372, 'University Name': 'Rocky Mountain College'},
{'Total Cost': None, 'University Name': 'Creighton University'},
{'Total Cost': None, 'University Name': 'University of Nebraska at Omaha'},
{'Total Cost': None, 'University Name': 'Dartmouth College'},
{'Total Cost': None, 'University Name': 'New England College'},
{'Total Cost': None, 'University Name': 'Drew University'},
{'Total Cost': None, 'University Name': 'Fairleigh Dickinson University'},
{'Total Cost': None, 'University Name': 'Monmouth University'},
{'Total Cost': 76040, 'University Name': 'Princeton University'},
{'Total Cost': None, 'University Name': 'Stevens Institute of Technology'},
{'Total Cost': None, 'University Name': 'New Mexico Highlands University'},
{'Total Cost': None, 'University Name': 'Adelphi University'},
{'Total Cost': 77802, 'University Name': 'Bard College'},
{'Total Cost': None, 'University Name': 'Berkeley College'},
{'Total Cost': None, 'University Name': 'Clarkson University'},
{'Total Cost': 80396, 'University Name': 'Colgate University'},
{'Total Cost': None, 'University Name': 'Columbia University'},
{'Total Cost': 80188, 'University Name': 'Cornell University'},
{'Total Cost': None, 'University Name': 'D’Youville College'},
{'Total Cost': None, 'University Name': 'Elmira College'},
{'Total Cost': None,
'University Name': 'Eugene Lang College/New School University'},
{'Total Cost': None, 'University Name': 'Fisher College'},
{'Total Cost': None, 'University Name': 'Fordham University'},
{'Total Cost': 86470, 'University Name': 'Hamilton College'},
{'Total Cost': None, 'University Name': 'Hobart and William Smith Colleges'},
{'Total Cost': None, 'University Name': 'Iona College'},
{'Total Cost': 64210, 'University Name': 'Ithaca College'},
{'Total Cost': None,
'University Name': 'Lally School of Management & Technology'},
{'Total Cost': None, 'University Name': 'Manhattanville College'},
{'Total Cost': None, 'University Name': 'Niagara University'},
{'Total Cost': None, 'University Name': 'New York University'},
{'Total Cost': None,
'University Name': 'Parsons the New School for Design, NY'},
{'Total Cost': 69496, 'University Name': 'Rochester Institute of Technology'},
{'Total Cost': 73340, 'University Name': 'School of Visual Arts'},
{'Total Cost': None, 'University Name': 'Skidmore College'},
{'Total Cost': 78015, 'University Name': 'St Lawrence University'},
{'Total Cost': None,
'University Name': 'State University of New York-Plattsburgh'},
{'Total Cost': 86049, 'University Name': 'Union College'},
{'Total Cost': None, 'University Name': 'University of Rochester'},
{'Total Cost': None, 'University Name': 'Utica College'},
{'Total Cost': 81360, 'University Name': 'Vassar College'},
{'Total Cost': None, 'University Name': 'Wells College'},
{'Total Cost': None, 'University Name': 'Campbell University'},
{'Total Cost': 73090, 'University Name': 'Davidson College'},
{'Total Cost': None, 'University Name': 'Duke University'},
{'Total Cost': 56127, 'University Name': 'Elon University'},
{'Total Cost': 54040, 'University Name': 'Guilford College'},
{'Total Cost': None, 'University Name': 'Methodist College'},
{'Total Cost': None, 'University Name': 'Antioch College'},
{'Total Cost': None, 'University Name': 'Ashland University'},
{'Total Cost': None, 'University Name': 'Denison University'},
{'Total Cost': 36100, 'University Name': 'Hiram College'},
{'Total Cost': 80100, 'University Name': 'Kenyon College'},
{'Total Cost': None, 'University Name': 'Miami University'},
{'Total Cost': 63567, 'University Name': 'Ohio Wesleyan University'},
{'Total Cost': 71000, 'University Name': 'The College of Wooster'},
{'Total Cost': None, 'University Name': 'Ohio State University'},
{'Total Cost': None, 'University Name': 'University of Cincinnati'},
{'Total Cost': 54386, 'University Name': 'Wittenberg University'},
{'Total Cost': 58820, 'University Name': 'Xavier University'},
{'Total Cost': None, 'University Name': 'The University of Tulsa'},
{'Total Cost': 52590, 'University Name': 'George Fox University'},
{'Total Cost': 74068, 'University Name': 'Lewis & Clark College'},
{'Total Cost': 61015, 'University Name': 'Linfield College'},
{'Total Cost': 83840, 'University Name': 'Reed College'},
{'Total Cost': None, 'University Name': 'University of Oregon'},
{'Total Cost': 68984, 'University Name': 'University of Portland'},
{'Total Cost': None, 'University Name': 'Albright College'},
{'Total Cost': None, 'University Name': 'Bryn Mawr College'},
{'Total Cost': 77104, 'University Name': 'Bucknell University'},
{'Total Cost': None, 'University Name': 'Chatham College'},
{'Total Cost': 77289, 'University Name': 'Dickinson College'},
{'Total Cost': None, 'University Name': 'Drexel University'},
{'Total Cost': 60120, 'University Name': 'Duquesne University'},
{'Total Cost': 48312, 'University Name': 'Elizabethtown College'},
{'Total Cost': 80884, 'University Name': 'Franklin & Marshall College'},
{'Total Cost': 76690, 'University Name': 'Gettysburg College'},
{'Total Cost': None, 'University Name': 'Juniata College'},
{'Total Cost': 45170, 'University Name': 'La Roche College'},
{'Total Cost': None, 'University Name': 'Lafayette College'},
{'Total Cost': None, 'University Name': 'Lebanon Valley College'},
{'Total Cost': 75820, 'University Name': 'Lehigh University'},
{'Total Cost': None, 'University Name': 'Marywood University'},
{'Total Cost': None, 'University Name': 'Moravian College'},
{'Total Cost': 53574, 'University Name': 'Seton-Hill University'},
{'Total Cost': None,
'University Name': 'Shippensburg University of Pennsylvania'},
{'Total Cost': None,
'University Name': 'Slippery Rock University of Pennsylvania'},
{'Total Cost': 70120, 'University Name': 'Susquehanna University'},
{'Total Cost': 69080, 'University Name': 'The University of The Arts'},
{'Total Cost': None, 'University Name': 'University of Pennsylvania'},
{'Total Cost': 72640, 'University Name': 'Ursinus College'},
{'Total Cost': 77705, 'University Name': 'Villanova University'},
{'Total Cost': None, 'University Name': 'Widener University'},
{'Total Cost': None, 'University Name': 'Brown University'},
{'Total Cost': 65863, 'University Name': 'Bryant University'},
{'Total Cost': 57252, 'University Name': 'Johnson & Wales University'},
{'Total Cost': 57256, 'University Name': 'Roger Williams University'},
{'Total Cost': 62500, 'University Name': 'Salve Regina University'},
{'Total Cost': None, 'University Name': 'Belmont University'},
{'Total Cost': 46500, 'University Name': 'Carson-Newman College'},
{'Total Cost': None, 'University Name': 'Memphis College of Art'},
{'Total Cost': 64606, 'University Name': 'Rhodes College'},
{'Total Cost': 65754,
'University Name': 'Sewanee, The University of the South'},
{'Total Cost': None, 'University Name': 'Vanderbilt University'},
{'Total Cost': 69960, 'University Name': 'Rice University'},
{'Total Cost': None, 'University Name': 'Southern Methodist University'},
{'Total Cost': None, 'University Name': 'St Mary’s University, San Antonio'},
{'Total Cost': None, 'University Name': 'Stephen F Austin State University'},
{'Total Cost': 68230, 'University Name': 'Texas Christian University'},
{'Total Cost': 63398, 'University Name': 'Trinity University'},
{'Total Cost': None, 'University Name': 'University of Dallas'},
{'Total Cost': 79168, 'University Name': 'Bennington College'},
{'Total Cost': 76680, 'University Name': 'Landmark College'},
{'Total Cost': 80260, 'University Name': 'Middlebury College'},
{'Total Cost': None, 'University Name': 'Saint Michael’s College'},
{'Total Cost': None, 'University Name': 'George Mason University'},
{'Total Cost': 39360, 'University Name': 'Randolph College'},
{'Total Cost': None, 'University Name': 'Roanoke College'},
{'Total Cost': None, 'University Name': 'Shenandoah University'},
{'Total Cost': 37840, 'University Name': 'Sweet Briar College'},
{'Total Cost': 75200, 'University Name': 'University of Richmond'},
{'Total Cost': None, 'University Name': 'Washington and Lee University'},
{'Total Cost': None, 'University Name': 'Cornish College of the Arts'},
{'Total Cost': None, 'University Name': 'Pacific Lutheran University'},
{'Total Cost': 72056, 'University Name': 'University of Puget Sound'},
{'Total Cost': 72842, 'University Name': 'Whitman College'},
{'Total Cost': 72150, 'University Name': 'Beloit College'},
{'Total Cost': 65499, 'University Name': 'Lawrence University'},
{'Total Cost': 61306, 'University Name': 'Marquette University'},
{'Total Cost': 55406, 'University Name': 'St Norbert College'},
{'Total Cost': None, 'University Name': 'University of Wisconsin-Eau Claire'},
{'Total Cost': None, 'University Name': 'University of Wisconsin-Superior'}]
In [397]:
df=pd.DataFrame(universities_list)
df
Out[397]:
| University Name | Graduation Rate | Total number of men accepted | Total number of women accepted | URL | Location | Acceptance Rate | International Students | |
|---|---|---|---|---|---|---|---|---|
| 0 | Amherst College | 85% | 8% | 9% | https://www.collegevine.com/schools/hub/all/d/... | Boltwood Avenue, Amherst, MA 01002 | 9% | 9% |
| 1 | Harvard University | 86% | 4% | 3% | https://www.collegevine.com/schools/hub/all/d/... | Massachusetts Hall, Cambridge, MA 02138 | 4% | 18% |
| 2 | Massachusetts Institute of Technology | MIT | 87% | 4% | 5% | https://www.collegevine.com/schools/hub/all/d/... | 77 Massachusetts Avenue, Cambridge, MA 02139 | 5% | 10% |
| 3 | Princeton University | 90% | 4% | 4% | https://www.collegevine.com/schools/hub/all/d/... | 1 Nassau Hall, Princeton, NJ 08544 | 4% | 12% |
| 4 | Yale University | 84% | 5% | 4% | https://www.collegevine.com/schools/hub/all/d/... | Woodbridge Hall, New Haven, CT 06520 | 5% | 17% |
| ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 262 | Lawrence University | 63% | 69% | 79% | https://www.collegevine.com/schools/hub/all/d/... | College Ave, Appleton, WI 54911 | 75% | 12% |
| 263 | Marquette University | 67% | 84% | 87% | https://www.collegevine.com/schools/hub/all/d/... | 1250 W Wisconsin Avenue, Milwaukee, WI 53233 | 86% | 5% |
| 264 | St Norbert College | 69% | 81% | 88% | https://www.collegevine.com/schools/hub/all/d/... | 100 Grant St, De Pere, WI 54115 | 85% | 3% |
| 265 | University of Wisconsin-Eau Claire | 39% | 73% | 79% | https://www.collegevine.com/schools/hub/all/d/... | 105 Garfield Ave, Eau Claire, WI 54701 | 77% | 3% |
| 266 | University of Wisconsin-Superior | 29% | 75% | 76% | https://www.collegevine.com/schools/hub/all/d/... | 1605 Catlin Ave, Superior, WI 54880 | 76% | 10% |
267 rows × 8 columns
In [56]:
df_1=pd.DataFrame(universities_cost)
df_1
Out[56]:
| Total Cost | University Name | |
|---|---|---|
| 0 | 80850.0 | Amherst College |
| 1 | NaN | Harvard University |
| 2 | 82730.0 | Massachusetts Institute of Technology | MIT |
| 3 | 76040.0 | Princeton University |
| 4 | 80700.0 | Yale University |
| ... | ... | ... |
| 262 | 65499.0 | Lawrence University |
| 263 | 61306.0 | Marquette University |
| 264 | 55406.0 | St Norbert College |
| 265 | NaN | University of Wisconsin-Eau Claire |
| 266 | NaN | University of Wisconsin-Superior |
267 rows × 2 columns
In [50]:
df_1.info()
<class 'pandas.core.frame.DataFrame'> RangeIndex: 267 entries, 0 to 266 Data columns (total 2 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 Total Cost 142 non-null float64 1 University Name 267 non-null object dtypes: float64(1), object(1) memory usage: 4.3+ KB
In [51]:
df = pd.DataFrame(universities_list)
len(df)
Out[51]:
267
In [52]:
df.info()
<class 'pandas.core.frame.DataFrame'> RangeIndex: 267 entries, 0 to 266 Data columns (total 8 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 University Name 267 non-null object 1 Graduation Rate 264 non-null object 2 Total number of men accepted 261 non-null object 3 Total number of women accepted 261 non-null object 4 URL 267 non-null object 5 Location 263 non-null object 6 Acceptance Rate 263 non-null object 7 International Students 264 non-null object dtypes: object(8) memory usage: 16.8+ KB
In [53]:
locator = Nominatim(user_agent="myGeocoder", timeout=10)
geocode = RateLimiter(locator.geocode, min_delay_seconds=1)
In [54]:
df_1.info()
<class 'pandas.core.frame.DataFrame'> RangeIndex: 267 entries, 0 to 266 Data columns (total 2 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 Total Cost 142 non-null float64 1 University Name 267 non-null object dtypes: float64(1), object(1) memory usage: 4.3+ KB
In [55]:
df['University Name'] = df['University Name'].str.strip().str.lower()
df_1['University Name'] = df_1['University Name'].str.strip().str.lower()
In [83]:
merged_df = pd.merge(df_1, df, on='University Name', how='outer')
merged_df = merged_df.drop_duplicates(subset=['University Name'])
merged_df
Out[83]:
| Total Cost | University Name | Graduation Rate | Total number of men accepted | Total number of women accepted | URL | Location | Acceptance Rate | International Students | |
|---|---|---|---|---|---|---|---|---|---|
| 0 | NaN | Adelphi University | 62% | 73% | 80% | https://www.collegevine.com/schools/hub/all/d/... | South Ave, Garden City, NY 11530 | 78% | 4% |
| 1 | NaN | Adrian College | 45% | 75% | 76% | https://www.collegevine.com/schools/hub/all/d/... | 110 S Madison St, Adrian, MI 49221 | 76% | 0% |
| 2 | 59161.0 | Agnes Scott College | 68% | 0% | 69% | https://www.collegevine.com/schools/hub/all/d/... | 141 E. College Ave., Decatur, GA 30030 | 70% | 9% |
| 3 | 67400.0 | Albion College | 58% | 62% | 73% | https://www.collegevine.com/schools/hub/all/d/... | 611 E Porter St, Albion, MI 49224 | 69% | 2% |
| 4 | NaN | Albright College | 53% | 69% | 81% | https://www.collegevine.com/schools/hub/all/d/... | 1621 N. 13th St., Reading, PA 19612 | 76% | 2% |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 265 | 77300.0 | Williams College | 89% | 9% | 8% | https://www.collegevine.com/schools/hub/all/d/... | 995 Main Street, Williamstown, MA 01267 | 9% | 8% |
| 266 | 54386.0 | Wittenberg University | 58% | 92% | 92% | https://www.collegevine.com/schools/hub/all/d/... | Ward St at N Wittenberg Ave, Springfield, OH 4... | 92% | 1% |
| 267 | NaN | Worcester Polytechnic Institute | 81% | 53% | 76% | https://www.collegevine.com/schools/hub/all/d/... | 100 Institute Road, Worcester, MA 01609 | 60% | 12% |
| 268 | 58820.0 | Xavier University | 61% | 83% | 84% | https://www.collegevine.com/schools/hub/all/d/... | 3800 Victory Parkway, Cincinnati, OH 45207 | 84% | 3% |
| 269 | 80700.0 | Yale University | 84% | 5% | 4% | https://www.collegevine.com/schools/hub/all/d/... | Woodbridge Hall, New Haven, CT 06520 | 5% | 17% |
264 rows × 9 columns
In [59]:
len(merged_df)
Out[59]:
264
In [398]:
merged_df.to_csv("11.25.csv")
In [447]:
df
Out[447]:
| University Name | Graduation Rate | Total number of men accepted | Total number of women accepted | URL | Location | Acceptance Rate | International Students | |
|---|---|---|---|---|---|---|---|---|
| 0 | Amherst College | 85% | 8% | 9% | https://www.collegevine.com/schools/hub/all/d/... | Boltwood Avenue, Amherst, MA 01002 | 9% | 9% |
| 1 | Harvard University | 86% | 4% | 3% | https://www.collegevine.com/schools/hub/all/d/... | Massachusetts Hall, Cambridge, MA 02138 | 4% | 18% |
| 2 | Massachusetts Institute of Technology | MIT | 87% | 4% | 5% | https://www.collegevine.com/schools/hub/all/d/... | 77 Massachusetts Avenue, Cambridge, MA 02139 | 5% | 10% |
| 3 | Princeton University | 90% | 4% | 4% | https://www.collegevine.com/schools/hub/all/d/... | 1 Nassau Hall, Princeton, NJ 08544 | 4% | 12% |
| 4 | Yale University | 84% | 5% | 4% | https://www.collegevine.com/schools/hub/all/d/... | Woodbridge Hall, New Haven, CT 06520 | 5% | 17% |
| ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 262 | Lawrence University | 63% | 69% | 79% | https://www.collegevine.com/schools/hub/all/d/... | College Ave, Appleton, WI 54911 | 75% | 12% |
| 263 | Marquette University | 67% | 84% | 87% | https://www.collegevine.com/schools/hub/all/d/... | 1250 W Wisconsin Avenue, Milwaukee, WI 53233 | 86% | 5% |
| 264 | St Norbert College | 69% | 81% | 88% | https://www.collegevine.com/schools/hub/all/d/... | 100 Grant St, De Pere, WI 54115 | 85% | 3% |
| 265 | University of Wisconsin-Eau Claire | 39% | 73% | 79% | https://www.collegevine.com/schools/hub/all/d/... | 105 Garfield Ave, Eau Claire, WI 54701 | 77% | 3% |
| 266 | University of Wisconsin-Superior | 29% | 75% | 76% | https://www.collegevine.com/schools/hub/all/d/... | 1605 Catlin Ave, Superior, WI 54880 | 76% | 10% |
267 rows × 8 columns
In [448]:
from tqdm.notebook import tqdm
tqdm.pandas()
df['full location']=df['Location'].progress_apply(geocode)
df
0%| | 0/267 [00:00<?, ?it/s]
Out[448]:
| University Name | Graduation Rate | Total number of men accepted | Total number of women accepted | URL | Location | Acceptance Rate | International Students | full location | |
|---|---|---|---|---|---|---|---|---|---|
| 0 | Amherst College | 85% | 8% | 9% | https://www.collegevine.com/schools/hub/all/d/... | Boltwood Avenue, Amherst, MA 01002 | 9% | 9% | (Boltwood Avenue, Amherst, Hampshire County, M... |
| 1 | Harvard University | 86% | 4% | 3% | https://www.collegevine.com/schools/hub/all/d/... | Massachusetts Hall, Cambridge, MA 02138 | 4% | 18% | (Massachusetts Hall, 11, Harvard Yard, Cambrid... |
| 2 | Massachusetts Institute of Technology | MIT | 87% | 4% | 5% | https://www.collegevine.com/schools/hub/all/d/... | 77 Massachusetts Avenue, Cambridge, MA 02139 | 5% | 10% | (School of Architecture and Planning, 77, Mass... |
| 3 | Princeton University | 90% | 4% | 4% | https://www.collegevine.com/schools/hub/all/d/... | 1 Nassau Hall, Princeton, NJ 08544 | 4% | 12% | None |
| 4 | Yale University | 84% | 5% | 4% | https://www.collegevine.com/schools/hub/all/d/... | Woodbridge Hall, New Haven, CT 06520 | 5% | 17% | (Woodbridge Hall, Beinecke Plaza, Downtown, Ne... |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 262 | Lawrence University | 63% | 69% | 79% | https://www.collegevine.com/schools/hub/all/d/... | College Ave, Appleton, WI 54911 | 75% | 12% | None |
| 263 | Marquette University | 67% | 84% | 87% | https://www.collegevine.com/schools/hub/all/d/... | 1250 W Wisconsin Avenue, Milwaukee, WI 53233 | 86% | 5% | (1250, West Wisconsin Avenue, Avenues West, Ne... |
| 264 | St Norbert College | 69% | 81% | 88% | https://www.collegevine.com/schools/hub/all/d/... | 100 Grant St, De Pere, WI 54115 | 85% | 3% | (St. Norbert College, 100, Grant Street, West ... |
| 265 | University of Wisconsin-Eau Claire | 39% | 73% | 79% | https://www.collegevine.com/schools/hub/all/d/... | 105 Garfield Ave, Eau Claire, WI 54701 | 77% | 3% | (105, Garfield Avenue, Upper Campus, Eau Clair... |
| 266 | University of Wisconsin-Superior | 29% | 75% | 76% | https://www.collegevine.com/schools/hub/all/d/... | 1605 Catlin Ave, Superior, WI 54880 | 76% | 10% | (University of Wisconsin-Superior, 1605, Catli... |
267 rows × 9 columns
In [60]:
#Just checking if it works here!
locator = Nominatim(user_agent="myGeocoder", timeout=10)
geocode = RateLimiter(locator.geocode, min_delay_seconds=1)
geocode('1250 W Wisconsin Avenue, Milwaukee, WI 53233')
Out[60]:
Location(1250, West Wisconsin Avenue, Avenues West, Near West Side, Milwaukee, Milwaukee County, Wisconsin, 53233, United States, (43.0315436, -87.9379425, 0.0))
In [255]:
from tqdm.notebook import tqdm
tqdm.pandas()
last_df['full location']=last_df['Location'].progress_apply(geocode)
last_df
0%| | 0/693 [00:00<?, ?it/s]
Out[255]:
| University Name | State | Type of Aid | Total Cost | International Students | Financial Package for International Students | Percentage of International Students Receiving Aid | Graduation Rate | Total number of men accepted | Total number of women accepted | URL | Location | Acceptance Rate | _merge | merge_status | full location | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | Adelphi University | NaN | NaN | NaN | 4% | NaN | NaN | 62% | 73% | 80% | https://www.collegevine.com/schools/hub/all/d/... | South Ave, Garden City, NY 11530 | 78% | right_only | right_only | (South Ave, Village of Garden City, Town of He... |
| 1 | Adrian College | NaN | NaN | NaN | 0% | NaN | NaN | 45% | 75% | 76% | https://www.collegevine.com/schools/hub/all/d/... | 110 S Madison St, Adrian, MI 49221 | 76% | right_only | right_only | (Adrian College, 110, South Madison Street, Ad... |
| 2 | Agnes Scott College | NaN | NaN | 59161.0 | 9% | NaN | NaN | 68% | 0% | 69% | https://www.collegevine.com/schools/hub/all/d/... | 141 E. College Ave., Decatur, GA 30030 | 70% | right_only | right_only | (141, East College Avenue, Decatur, DeKalb Cou... |
| 3 | Agnes Scott College | GA | Need & Merit | 62448.0 | 2% | $35,518 | 100% | NaN | NaN | NaN | NaN | NaN | NaN | NaN | left_only | (Nanno, Ville d'Anaunia, Comunità della Val di... |
| 4 | Albion College | NaN | NaN | 67400.0 | 2% | NaN | NaN | 58% | 62% | 73% | https://www.collegevine.com/schools/hub/all/d/... | 611 E Porter St, Albion, MI 49224 | 69% | right_only | right_only | (Albion College, 611, East Porter Street, Albi... |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 688 | Xavier University of Louisiana | LA | Need & Merit | 40871.0 | 2% | $12,495 | 98% | NaN | NaN | NaN | NaN | NaN | NaN | NaN | left_only | (Nanno, Ville d'Anaunia, Comunità della Val di... |
| 689 | Yale University | NaN | NaN | 80700.0 | 17% | $70,728 | NaN | 84% | 5% | 4% | https://www.collegevine.com/schools/hub/all/d/... | Woodbridge Hall, New Haven, CT 06520 | 5% | both | right_only | (Woodbridge Hall, Beinecke Plaza, Downtown, Ne... |
| 690 | Yale University | CT | Need-Based | 85120.0 | 10% | $72,599 | 17% | NaN | NaN | NaN | NaN | NaN | NaN | NaN | left_only | (Nanno, Ville d'Anaunia, Comunità della Val di... |
| 691 | Yeshiva University | NY | Need & Merit | 69300.0 | 6% | $54,732 | 93% | NaN | NaN | NaN | NaN | NaN | NaN | NaN | left_only | (Nanno, Ville d'Anaunia, Comunità della Val di... |
| 692 | York College of Pennsylvania | PA | Merit | 38900.0 | 1% | $9,152 | 86% | NaN | NaN | NaN | NaN | NaN | NaN | NaN | left_only | (Nanno, Ville d'Anaunia, Comunità della Val di... |
693 rows × 16 columns
In [260]:
df['full location'].head(1)
Out[260]:
0 (South Ave, Village of Garden City, Town of He... Name: full location, dtype: object
In [310]:
last_df['latitude']=last_df['full location'].apply(lambda loc: loc.latitude if loc else None)
last_df['longitude']=last_df['full location'].apply(lambda loc: loc.longitude if loc else None)
last_df
Out[310]:
| University Name | State | Type of Aid | Total Cost | International Students | Financial Package for International Students | Percentage of International Students Receiving Aid | Graduation Rate | Total number of men accepted | Total number of women accepted | URL | Location | Acceptance Rate | _merge | merge_status | full location | latitude | longitude | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | Adelphi University | NaN | NaN | NaN | 4% | NaN | NaN | 62% | 73% | 80% | https://www.collegevine.com/schools/hub/all/d/... | South Ave, Garden City, NY 11530 | 78% | right_only | right_only | (South Ave, Village of Garden City, Town of He... | 40.721649 | -73.644326 |
| 1 | Adrian College | NaN | NaN | NaN | 0% | NaN | NaN | 45% | 75% | 76% | https://www.collegevine.com/schools/hub/all/d/... | 110 S Madison St, Adrian, MI 49221 | 76% | right_only | right_only | (Adrian College, 110, South Madison Street, Ad... | 41.898495 | -84.060832 |
| 2 | Agnes Scott College | NaN | NaN | 59161.0 | 9% | NaN | NaN | 68% | 0% | 69% | https://www.collegevine.com/schools/hub/all/d/... | 141 E. College Ave., Decatur, GA 30030 | 70% | right_only | right_only | (141, East College Avenue, Decatur, DeKalb Cou... | 33.769913 | -84.296229 |
| 4 | Albion College | NaN | NaN | 67400.0 | 2% | NaN | NaN | 58% | 62% | 73% | https://www.collegevine.com/schools/hub/all/d/... | 611 E Porter St, Albion, MI 49224 | 69% | right_only | right_only | (Albion College, 611, East Porter Street, Albi... | 42.243725 | -84.742901 |
| 6 | Albright College | NaN | NaN | NaN | 2% | NaN | NaN | 53% | 69% | 81% | https://www.collegevine.com/schools/hub/all/d/... | 1621 N. 13th St., Reading, PA 19612 | 76% | right_only | right_only | (Albright College, 1621, North 13th Street, Re... | 40.362767 | -75.911763 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 680 | Williams College | NaN | NaN | 77300.0 | 8% | $70,439 | NaN | 89% | 9% | 8% | https://www.collegevine.com/schools/hub/all/d/... | 995 Main Street, Williamstown, MA 01267 | 9% | both | right_only | (995, Main Street, Williamstown, Berkshire Cou... | 42.712648 | -73.207630 |
| 683 | Wittenberg University | NaN | NaN | 54386.0 | 1% | NaN | NaN | 58% | 92% | 92% | https://www.collegevine.com/schools/hub/all/d/... | Ward St at N Wittenberg Ave, Springfield, OH 4... | 92% | right_only | right_only | None | NaN | NaN |
| 686 | Worcester Polytechnic Institute | NaN | NaN | NaN | 12% | NaN | NaN | 81% | 53% | 76% | https://www.collegevine.com/schools/hub/all/d/... | 100 Institute Road, Worcester, MA 01609 | 60% | right_only | right_only | (100, Institute Road, Massachusetts Avenue His... | 42.273186 | -71.814972 |
| 687 | Xavier University | NaN | NaN | 58820.0 | 3% | NaN | NaN | 61% | 83% | 84% | https://www.collegevine.com/schools/hub/all/d/... | 3800 Victory Parkway, Cincinnati, OH 45207 | 84% | right_only | right_only | (Coffee Emporium, 3800, Victory Parkway, Evans... | 39.149898 | -84.474646 |
| 689 | Yale University | NaN | NaN | 80700.0 | 17% | $70,728 | NaN | 84% | 5% | 4% | https://www.collegevine.com/schools/hub/all/d/... | Woodbridge Hall, New Haven, CT 06520 | 5% | both | right_only | (Woodbridge Hall, Beinecke Plaza, Downtown, Ne... | 41.311207 | -72.926665 |
260 rows × 18 columns
In [355]:
last_df = last_df[['University Name', 'Financial Package for International Students', 'latitude', 'longitude']]
In [417]:
december_df
Out[417]:
| University Name | Financial Package for International Students | Latitude | Longitude | geometry | International Students | percentage of international students receiving aid | |
|---|---|---|---|---|---|---|---|
| 0 | Adelphi University | NaN | 40.721649 | -73.644326 | POINT (-73.64432611861989 40.7216493300524) | NaN | NaN |
| 1 | Adrian College | NaN | 41.898495 | -84.060832 | POINT (-84.06083239910039 41.89849465) | NaN | NaN |
| 2 | Agnes Scott College | $35,518 | 33.768885 | -84.294445 | POINT (-84.29622890816327 33.76991264285714) | 2% | 100% |
| 3 | Albion College | $47,757 | 42.243725 | -84.742901 | POINT (-84.74290095493066 42.2437255) | 3% | 108% |
| 4 | Albright College | NaN | 40.362767 | -75.911763 | POINT (-75.91176286761947 40.3627666) | NaN | NaN |
| ... | ... | ... | ... | ... | ... | ... | ... |
| 547 | Xavier University | NaN | 39.149898 | -84.474646 | POINT (-84.4746463 39.149898) | NaN | NaN |
| 548 | Xavier University of Louisiana | $12,495 | 29.963890 | -90.109224 | NaN | 2% | 98% |
| 549 | Yale University | $72,599 | 41.257131 | -72.989670 | POINT (-72.92666514716907 41.311207100000004) | 10% | 17% |
| 550 | Yeshiva University | $54,732 | 40.848981 | -73.929840 | NaN | 6% | 93% |
| 551 | York College of Pennsylvania | $9,152 | 39.947447 | -76.726798 | NaN | 1% | 86% |
552 rows × 7 columns
In [441]:
import geopandas as gpd
# Assuming december_df is your DataFrame with 'Longitude' and 'Latitude' columns
geometry = gpd.points_from_xy(december_df.Longitude, december_df.Latitude)
gdfa = gpd.GeoDataFrame(december_df, crs='EPSG:4326', geometry=geometry)
# Display the GeoDataFrame
gdfa
Out[441]:
| Unnamed: 0 | University Name | Total Cost | Financial Package for International Students | Latitude | Longitude | geometry | International Students | percentage of international students receiving aid | |
|---|---|---|---|---|---|---|---|---|---|
| 0 | 0 | Adelphi University | NaN | NaN | 40.721649 | -73.644326 | POINT (-73.64433 40.72165) | NaN | NaN |
| 1 | 1 | Adrian College | NaN | NaN | 41.898495 | -84.060832 | POINT (-84.06083 41.89849) | NaN | NaN |
| 2 | 2 | Agnes Scott College | $62,448 | $35,518 | 33.768885 | -84.294445 | POINT (-84.29445 33.76889) | 2% | 100% |
| 3 | 3 | Albion College | $68,900 | $47,757 | 42.243725 | -84.742901 | POINT (-84.7429 42.24373) | 3% | 108% |
| 4 | 4 | Albright College | NaN | NaN | 40.362767 | -75.911763 | POINT (-75.91176 40.36277) | NaN | NaN |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 547 | 583 | Xavier University | NaN | NaN | 39.149898 | -84.474646 | POINT (-84.47465 39.1499) | NaN | NaN |
| 548 | 584 | Xavier University of Louisiana | $40,871 | $12,495 | 29.963890 | -90.109224 | POINT (-90.10922 29.96389) | 2% | 98% |
| 549 | 585 | Yale University | $85,120 | $72,599 | 41.257131 | -72.989670 | POINT (-72.98967 41.25713) | 10% | 17% |
| 550 | 586 | Yeshiva University | $69,300 | $54,732 | 40.848981 | -73.929840 | POINT (-73.92984 40.84898) | 6% | 93% |
| 551 | 587 | York College of Pennsylvania | $38,900 | $9,152 | 39.947447 | -76.726798 | POINT (-76.7268 39.94745) | 1% | 86% |
551 rows × 9 columns
In [442]:
import folium
import geopandas as gpd
# Remove rows with NaN latitude or longitude
gdf_filtered = gdfa.dropna(subset=['Latitude', 'Longitude'])
# Create the map
m = folium.Map(location=[20, 0], zoom_start=2, width='800px', height='500px')
# Add markers with smaller icons
for idx, row in gdf_filtered.iterrows():
folium.Marker(
location=[row['Latitude'], row['Longitude']],
popup=f"""
<b>University Name:</b> {row['University Name']}
<br>
<b>Financial Package for International Students:</b> {row['Financial Package for International Students']}
<br>
<b>Total Cost:</b> {row['Total Cost']}
""",
icon=folium.Icon(icon='university', prefix='fa', icon_size=(25, 25)) # Smaller icon size
).add_to(m)
# Display the map
m
Out[442]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [313]:
import leafmap
import geopandas as gpd
import folium
In [367]:
import folium
import leafmap
import geopandas as gpd
import pandas as pd
# First, let's verify the exact structure of your data
print("DataFrame Shape:", gdf.shape)
print("\nColumn Types:")
print(gdf.dtypes)
print("\nFirst few rows of latitude and longitude:")
print(gdf[['latitude', 'longitude']].head())
print("\nGeometry column details:")
print(gdf.geometry.head())
print("\nGeometry type:", gdf.geometry.geom_type.unique())
print("\nNumber of empty geometries:", gdf.geometry.is_empty.sum())
# Try creating geometry explicitly
geometry = gpd.points_from_xy(gdf.longitude, gdf.latitude)
gdf_new = gpd.GeoDataFrame(gdf, geometry=geometry, crs='EPSG:4326')
# Create a pure Folium map with explicit error handling
m = folium.Map(location=[20, 0], zoom_start=2, width='800px', height='500px')
# Add markers with comprehensive error checking
for idx, row in gdf_new.iterrows():
try:
folium.Marker(
location=[row['latitude'], row['longitude']],
popup=f"""
<b>University Name:</b> {row['University Name']}
<br>
<b>Financial Package:</b> {row['Financial Package for International Students']}
<br>
<b>Total Cost:</b> {row['Total Cost']}
""",
icon=folium.Icon(icon='university', prefix='fa')
).add_to(m)
except Exception as e:
print(f"Error adding marker for row {idx}: {e}")
# Display the map
m
DataFrame Shape: (260, 19)
Column Types:
University Name object
State object
Type of Aid object
Total Cost float64
International Students object
Financial Package for International Students object
Percentage of International Students Receiving Aid object
Graduation Rate object
Total number of men accepted object
Total number of women accepted object
URL object
Location object
Acceptance Rate object
_merge category
merge_status category
full location object
latitude float64
longitude float64
geometry geometry
dtype: object
First few rows of latitude and longitude:
latitude longitude
0 40.721649 -73.644326
1 41.898495 -84.060832
2 33.769913 -84.296229
4 42.243725 -84.742901
6 40.362767 -75.911763
Geometry column details:
0 POINT (-73.64433 40.72165)
1 POINT (-84.06083 41.89849)
2 POINT (-84.29623 33.76991)
4 POINT (-84.7429 42.24373)
6 POINT (-75.91176 40.36277)
Name: geometry, dtype: geometry
Geometry type: ['Point']
Number of empty geometries: 42
Error adding marker for row 16: Location values cannot contain NaNs.
Error adding marker for row 38: Location values cannot contain NaNs.
Error adding marker for row 43: Location values cannot contain NaNs.
Error adding marker for row 61: Location values cannot contain NaNs.
Error adding marker for row 80: Location values cannot contain NaNs.
Error adding marker for row 83: Location values cannot contain NaNs.
Error adding marker for row 89: Location values cannot contain NaNs.
Error adding marker for row 118: Location values cannot contain NaNs.
Error adding marker for row 122: Location values cannot contain NaNs.
Error adding marker for row 124: Location values cannot contain NaNs.
Error adding marker for row 132: Location values cannot contain NaNs.
Error adding marker for row 142: Location values cannot contain NaNs.
Error adding marker for row 151: Location values cannot contain NaNs.
Error adding marker for row 152: Location values cannot contain NaNs.
Error adding marker for row 171: Location values cannot contain NaNs.
Error adding marker for row 203: Location values cannot contain NaNs.
Error adding marker for row 235: Location values cannot contain NaNs.
Error adding marker for row 263: Location values cannot contain NaNs.
Error adding marker for row 271: Location values cannot contain NaNs.
Error adding marker for row 272: Location values cannot contain NaNs.
Error adding marker for row 301: Location values cannot contain NaNs.
Error adding marker for row 306: Location values cannot contain NaNs.
Error adding marker for row 318: Location values cannot contain NaNs.
Error adding marker for row 326: Location values cannot contain NaNs.
Error adding marker for row 338: Location values cannot contain NaNs.
Error adding marker for row 374: Location values cannot contain NaNs.
Error adding marker for row 420: Location values cannot contain NaNs.
Error adding marker for row 421: Location values cannot contain NaNs.
Error adding marker for row 423: Location values cannot contain NaNs.
Error adding marker for row 474: Location values cannot contain NaNs.
Error adding marker for row 484: Location values cannot contain NaNs.
Error adding marker for row 494: Location values cannot contain NaNs.
Error adding marker for row 499: Location values cannot contain NaNs.
Error adding marker for row 506: Location values cannot contain NaNs.
Error adding marker for row 594: Location values cannot contain NaNs.
Error adding marker for row 603: Location values cannot contain NaNs.
Error adding marker for row 606: Location values cannot contain NaNs.
Error adding marker for row 614: Location values cannot contain NaNs.
Error adding marker for row 635: Location values cannot contain NaNs.
Error adding marker for row 675: Location values cannot contain NaNs.
Error adding marker for row 678: Location values cannot contain NaNs.
Error adding marker for row 683: Location values cannot contain NaNs.
Out[367]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [113]:
pip install leafmap geopandas folium
Requirement already satisfied: leafmap in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (0.42.5) Requirement already satisfied: geopandas in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (1.0.1) Requirement already satisfied: folium in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (0.18.0) Requirement already satisfied: anywidget in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.9.13) Requirement already satisfied: bqplot in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.12.43) Requirement already satisfied: colour in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.1.5) Requirement already satisfied: duckdb in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (1.1.3) Requirement already satisfied: gdown in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (5.2.0) Requirement already satisfied: geojson in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (3.1.0) Requirement already satisfied: ipyevents in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (2.0.2) Requirement already satisfied: ipyfilechooser in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.6.0) Requirement already satisfied: ipyleaflet in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.19.2) Requirement already satisfied: ipyvuetify in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (1.10.0) Requirement already satisfied: ipywidgets in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (8.1.5) Requirement already satisfied: matplotlib in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (3.9.2) Requirement already satisfied: numpy in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (1.26.4) Requirement already satisfied: pandas in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (2.2.3) Requirement already satisfied: plotly in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (5.24.1) Requirement already satisfied: psutil in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (6.1.0) Requirement already satisfied: pyshp in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (2.3.1) Requirement already satisfied: pystac-client in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.8.5) Requirement already satisfied: python-box in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (7.2.0) Requirement already satisfied: scooby in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (0.10.0) Requirement already satisfied: whiteboxgui in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (2.3.0) Requirement already satisfied: xyzservices in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from leafmap) (2024.9.0) Requirement already satisfied: pyogrio>=0.7.2 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from geopandas) (0.10.0) Requirement already satisfied: packaging in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from geopandas) (24.1) Requirement already satisfied: pyproj>=3.3.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from geopandas) (3.7.0) Requirement already satisfied: shapely>=2.0.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from geopandas) (2.0.6) Requirement already satisfied: branca>=0.6.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from folium) (0.8.0) Requirement already satisfied: jinja2>=2.9 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from folium) (3.1.4) Requirement already satisfied: requests in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from folium) (2.32.3) Requirement already satisfied: MarkupSafe>=2.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from jinja2>=2.9->folium) (3.0.2) Requirement already satisfied: python-dateutil>=2.8.2 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pandas->leafmap) (2.9.0.post0) Requirement already satisfied: pytz>=2020.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pandas->leafmap) (2024.2) Requirement already satisfied: tzdata>=2022.7 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pandas->leafmap) (2024.2) Requirement already satisfied: certifi in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pyogrio>=0.7.2->geopandas) (2024.8.30) Requirement already satisfied: psygnal>=0.8.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from anywidget->leafmap) (0.11.1) Requirement already satisfied: typing-extensions>=4.2.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from anywidget->leafmap) (4.12.2) Requirement already satisfied: comm>=0.1.3 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipywidgets->leafmap) (0.2.2) Requirement already satisfied: ipython>=6.1.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipywidgets->leafmap) (8.29.0) Requirement already satisfied: traitlets>=4.3.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipywidgets->leafmap) (5.14.3) Requirement already satisfied: widgetsnbextension~=4.0.12 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipywidgets->leafmap) (4.0.13) Requirement already satisfied: jupyterlab-widgets~=3.0.12 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipywidgets->leafmap) (3.0.13) Requirement already satisfied: traittypes>=0.0.6 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from bqplot->leafmap) (0.2.1) Requirement already satisfied: beautifulsoup4 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from gdown->leafmap) (4.12.3) Requirement already satisfied: filelock in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from gdown->leafmap) (3.16.1) Requirement already satisfied: tqdm in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from gdown->leafmap) (4.67.1) Requirement already satisfied: jupyter-leaflet<0.20,>=0.19 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipyleaflet->leafmap) (0.19.2) Requirement already satisfied: ipyvue<2,>=1.7 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipyvuetify->leafmap) (1.11.2) Requirement already satisfied: contourpy>=1.0.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (1.3.0) Requirement already satisfied: cycler>=0.10 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (0.12.1) Requirement already satisfied: fonttools>=4.22.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (4.54.1) Requirement already satisfied: kiwisolver>=1.3.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (1.4.7) Requirement already satisfied: pillow>=8 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (10.4.0) Requirement already satisfied: pyparsing>=2.3.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from matplotlib->leafmap) (3.2.0) Requirement already satisfied: tenacity>=6.2.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from plotly->leafmap) (9.0.0) Requirement already satisfied: pystac>=1.10.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pystac[validation]>=1.10.0->pystac-client->leafmap) (1.11.0) Requirement already satisfied: charset-normalizer<4,>=2 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from requests->folium) (3.4.0) Requirement already satisfied: idna<4,>=2.5 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from requests->folium) (3.10) Requirement already satisfied: urllib3<3,>=1.21.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from requests->folium) (2.2.3) Requirement already satisfied: ipytree in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from whiteboxgui->leafmap) (0.2.2) Requirement already satisfied: whitebox in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from whiteboxgui->leafmap) (2.3.5) Requirement already satisfied: decorator in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (5.1.1) Requirement already satisfied: jedi>=0.16 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (0.19.1) Requirement already satisfied: matplotlib-inline in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (0.1.7) Requirement already satisfied: prompt-toolkit<3.1.0,>=3.0.41 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (3.0.48) Requirement already satisfied: pygments>=2.4.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (2.18.0) Requirement already satisfied: stack-data in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (0.6.3) Requirement already satisfied: pexpect>4.3 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from ipython>=6.1.0->ipywidgets->leafmap) (4.9.0) Requirement already satisfied: jsonschema~=4.18 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pystac[validation]>=1.10.0->pystac-client->leafmap) (4.23.0) Requirement already satisfied: six>=1.5 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from python-dateutil>=2.8.2->pandas->leafmap) (1.16.0) Requirement already satisfied: soupsieve>1.2 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from beautifulsoup4->gdown->leafmap) (2.6) Requirement already satisfied: PySocks!=1.5.7,>=1.5.6 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from requests[socks]->gdown->leafmap) (1.7.1) Requirement already satisfied: Click>=6.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from whitebox->whiteboxgui->leafmap) (8.1.7) Requirement already satisfied: parso<0.9.0,>=0.8.3 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from jedi>=0.16->ipython>=6.1.0->ipywidgets->leafmap) (0.8.4) Requirement already satisfied: attrs>=22.2.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from jsonschema~=4.18->pystac[validation]>=1.10.0->pystac-client->leafmap) (24.2.0) Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from jsonschema~=4.18->pystac[validation]>=1.10.0->pystac-client->leafmap) (2024.10.1) Requirement already satisfied: referencing>=0.28.4 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from jsonschema~=4.18->pystac[validation]>=1.10.0->pystac-client->leafmap) (0.35.1) Requirement already satisfied: rpds-py>=0.7.1 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from jsonschema~=4.18->pystac[validation]>=1.10.0->pystac-client->leafmap) (0.20.0) Requirement already satisfied: ptyprocess>=0.5 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from pexpect>4.3->ipython>=6.1.0->ipywidgets->leafmap) (0.7.0) Requirement already satisfied: wcwidth in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=6.1.0->ipywidgets->leafmap) (0.2.13) Requirement already satisfied: executing>=1.2.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from stack-data->ipython>=6.1.0->ipywidgets->leafmap) (2.1.0) Requirement already satisfied: asttokens>=2.1.0 in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from stack-data->ipython>=6.1.0->ipywidgets->leafmap) (2.4.1) Requirement already satisfied: pure-eval in /Users/ananya/.pyenv/versions/3.11.8/lib/python3.11/site-packages (from stack-data->ipython>=6.1.0->ipywidgets->leafmap) (0.2.3) [notice] A new release of pip is available: 24.0 -> 24.3.1 [notice] To update, run: pip install --upgrade pip Note: you may need to restart the kernel to use updated packages.
In [322]:
last_df.to_csv('8.25.csv')
In [341]:
m = leafmap.Map(center=[20, 0], zoom=2, width='800px', height='500px')
m.add_gdf(gdf)
m=m,
marker_type='marker',
marker_kwds={
'icon': folium.Icon(color='#fdbb84', icon='hurricane', prefix='fa')
}
)
m.zoom_to_gdf(gdf)
m
Out[341]:
Map(center=[20, 0], controls=(ZoomControl(options=['position', 'zoom_in_text', 'zoom_in_title', 'zoom_out_text…
In [368]:
import folium
import geopandas as gpd
# Remove rows with NaN latitude or longitude
gdf_filtered = gdf.dropna(subset=['latitude', 'longitude'])
# Create the map
m = folium.Map(location=[20, 0], zoom_start=2, width='800px', height='500px')
# Add markers
for idx, row in gdf_filtered.iterrows():
folium.Marker(
location=[row['latitude'], row['longitude']],
popup=f"""
<b>University Name:</b> {row['University Name']}
<br>
<b>Financial Package for International Students:</b> {row['Financial Package for International Students']}
<br>
<b>Total Cost:</b> {row['Total Cost']}
""",
icon=folium.Icon(icon='university', prefix='fa')
).add_to(m)
# Display the map
m
Out[368]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [374]:
import folium
import geopandas as gpd
# Remove rows with NaN latitude or longitude
gdf_filtered = gdf.dropna(subset=['latitude', 'longitude'])
# Create the map
m = folium.Map(location=[20, 0], zoom_start=2, width='800px', height='500px')
# Add markers with smaller icons
for idx, row in gdf_filtered.iterrows():
folium.Marker(
location=[row['latitude'], row['longitude']],
popup=f"""
<b>University Name:</b> {row['University Name']}
<br>
<b>Financial Package for International Students:</b> {row['Financial Package for International Students']}
<br>
<b>Total Cost:</b> {row['Total Cost']}
""",
icon=folium.Icon(icon='university', prefix='fa', icon_size=(25, 25)) # Smaller icon size
).add_to(m)
# Display the map
m
Out[374]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [344]:
import leafmap
import folium
import geopandas as gpd
print("Leafmap version:", leafmap.__version__)
print("Folium version:", folium.__version__)
print("GeoPandas version:", gpd.__version__)
Leafmap version: 0.42.5 Folium version: 0.18.0 GeoPandas version: 1.0.1
In [347]:
print(gdf.columns)
Index(['University Name', 'State', 'Type of Aid', 'Total Cost',
'International Students',
'Financial Package for International Students',
'Percentage of International Students Receiving Aid', 'Graduation Rate',
'Total number of men accepted', 'Total number of women accepted', 'URL',
'Location', 'Acceptance Rate', '_merge', 'merge_status',
'full location', 'latitude', 'longitude', 'geometry'],
dtype='object')
In [65]:
#The third website that I scrapped.
my_url = 'https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/'
raw_html = requests.get(my_url)
soup_doc = BeautifulSoup(raw_html.content,'html.parser')
pretty_html = soup_doc.prettify()
print(pretty_html)
<html>
<head>
<title>
403 Forbidden
</title>
</head>
<body>
<center>
<h1>
403 Forbidden
</h1>
</center>
<hr/>
<center>
nginx
</center>
</body>
</html>
In [66]:
from playwright.async_api import async_playwright
playwright = await async_playwright().start()
browser = await playwright.chromium.launch(headless = False)
page = await browser.new_page()
In [67]:
await page.goto("https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/")
Out[67]:
<Response url='https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/' request=<Request url='https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/' method='GET'>>
In [68]:
from bs4 import BeautifulSoup
html_content = await page.content()
html_content
Out[68]:
'<!DOCTYPE html><html lang="en-US" class=" td-md-is-os-x td-md-is-chrome"><head>\n\t<title>The 15 colleges offering the most aid for international students</title>\n\t<meta charset="UTF-8">\n\t<meta name="viewport" content="width=device-width, initial-scale=1.0">\n\t<link rel="pingback" href="https://universitybusiness.com/xmlrpc.php">\n\t<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">\n<link rel="icon" type="image/png" href="https://universitybusiness.com/wp-content/uploads/2022/08/ub-logo-fav.jpg">\n\t<!-- This site is optimized with the Yoast SEO Premium plugin v23.4 (Yoast SEO v23.9) - https://yoast.com/wordpress/plugins/seo/ -->\n\t<meta name="description" content="Wellesley College offered over $78,000 to 82 undergraduate international students, according to U.S. News & World Report.">\n\t<link rel="canonical" href="https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/">\n\t<meta property="og:locale" content="en_US">\n\t<meta property="og:type" content="article">\n\t<meta property="og:title" content="These 15 colleges offer the most financial aid for international undergrad students">\n\t<meta property="og:description" content="Wellesley College offered over $78,000 to 82 undergraduate international students, according to U.S. News & World Report.">\n\t<meta property="og:url" content="https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/">\n\t<meta property="og:site_name" content="University Business">\n\t<meta property="article:publisher" content="https://www.facebook.com/universitybusiness/">\n\t<meta property="article:published_time" content="2023-07-06T17:23:41+00:00">\n\t<meta property="og:image" content="https://universitybusiness.com/wp-content/uploads/2021/06/InkedAdobeStock_230440356-1_LI-scaled.jpg">\n\t<meta property="og:image:width" content="2560">\n\t<meta property="og:image:height" content="1650">\n\t<meta property="og:image:type" content="image/jpeg">\n\t<meta name="author" content="Alcino Donadel">\n\t<meta name="twitter:card" content="summary_large_image">\n\t<meta name="twitter:creator" content="@universitybiz">\n\t<meta name="twitter:site" content="@universitybiz">\n\t<meta name="twitter:label1" content="Written by">\n\t<meta name="twitter:data1" content="Alcino Donadel">\n\t<meta name="twitter:label2" content="Est. reading time">\n\t<meta name="twitter:data2" content="3 minutes">\n\t<script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-H68TQ59GEX&cx=c&_slc=1"></script><script type="text/javascript" async="" src="https://www.google-analytics.com/analytics.js"></script><script async="" src="https://snap.licdn.com/li.lms-analytics/insight.old.min.js"></script><script type="text/javascript" async="" src="https://www.google-analytics.com/analytics.js"></script><script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-H68TQ59GEX&l=dataLayer&cx=c&gtm=457e4ca0za200"></script><script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=UA-168709-1&l=dataLayer&cx=c&gtm=45He4ca0za200"></script><script type="text/javascript" async="" src="https://www.google-analytics.com/analytics.js"></script><script type="text/javascript" async="" src="https://snap.licdn.com/li.lms-analytics/insight.min.js"></script><script async="" src="https://www.googletagmanager.com/gtm.js?id=GTM-K7GSKZN"></script><script async="" src="//connect.facebook.net/en_US/fbevents.js"></script><script async="" src="https://www.googletagmanager.com/gtm.js?id=GTM-K7GSKZN"></script><script async="" id="olyticsImport" type="text/javascript" data-oid="1ffb93c05f344c0c91be20c7e7376a94" src="https://olytics.omeda.com/olytics/js/v3/p/olytics.min.js"></script><script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/#article","isPartOf":{"@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/"},"author":{"@id":"https://universitybusiness.com/#/schema/person/0486427401c2498f5f646fdcd47d7b8f"},"headline":"These 15 colleges offer the most financial aid for international undergrad students","datePublished":"2023-07-06T17:23:41+00:00","dateModified":"2023-07-06T17:23:41+00:00","mainEntityOfPage":{"@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/"},"wordCount":458,"publisher":{"@id":"https://universitybusiness.com/#organization"},"image":{"@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/#primaryimage"},"thumbnailUrl":"https://universitybusiness.com/wp-content/uploads/2021/06/InkedAdobeStock_230440356-1_LI-scaled.jpg","keywords":["Amherst College","Columbia University","Dartmouth University","Duke University","enrollment","fees","Financial aid","Haverford College","income-bassed","international students","Massachusetts","merit-based","sticker price","tuition","U.S. News & World Report","undergraduate students","Washington and Lee University","Wellesley College","Wesleyan University"],"articleSection":["Briefings","Enrollment","International Students","Rankings"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/","url":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/","name":"The 15 colleges offering the most aid for international students","isPartOf":{"@id":"https://universitybusiness.com/#website"},"primaryImageOfPage":{"@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/#primaryimage"},"image":{"@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/#primaryimage"},"thumbnailUrl":"https://universitybusiness.com/wp-content/uploads/2021/06/InkedAdobeStock_230440356-1_LI-scaled.jpg","datePublished":"2023-07-06T17:23:41+00:00","dateModified":"2023-07-06T17:23:41+00:00","description":"Wellesley College offered over $78,000 to 82 undergraduate international students, according to U.S. News & World Report.","breadcrumb":{"@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/#primaryimage","url":"https://universitybusiness.com/wp-content/uploads/2021/06/InkedAdobeStock_230440356-1_LI-scaled.jpg","contentUrl":"https://universitybusiness.com/wp-content/uploads/2021/06/InkedAdobeStock_230440356-1_LI-scaled.jpg","width":2560,"height":1650,"caption":"Investment in education concept. Saving money for study"},{"@type":"BreadcrumbList","@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://universitybusiness.com/"},{"@type":"ListItem","position":2,"name":"These 15 colleges offer the most financial aid for international undergrad students"}]},{"@type":"WebSite","@id":"https://universitybusiness.com/#website","url":"https://universitybusiness.com/","name":"University Business","description":"University Business","publisher":{"@id":"https://universitybusiness.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://universitybusiness.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://universitybusiness.com/#organization","name":"University Business","url":"https://universitybusiness.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://universitybusiness.com/#/schema/logo/image/","url":"https://192.168.90.175/wp-content/uploads/2022/08/ub-logo-fav.jpg","contentUrl":"https://192.168.90.175/wp-content/uploads/2022/08/ub-logo-fav.jpg","width":274,"height":152,"caption":"University Business"},"image":{"@id":"https://universitybusiness.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/universitybusiness/","https://x.com/universitybiz","https://www.linkedin.com/company/university-business-magazine"]},{"@type":"Person","@id":"https://universitybusiness.com/#/schema/person/0486427401c2498f5f646fdcd47d7b8f","name":"Alcino Donadel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://universitybusiness.com/#/schema/person/image/efa489164090708aa770931c6dde8a2e","url":"https://universitybusiness.com/wp-content/uploads/2023/11/Commercial-Baby-White-w-gray-jacket-3-rotated.jpg","contentUrl":"https://universitybusiness.com/wp-content/uploads/2023/11/Commercial-Baby-White-w-gray-jacket-3-rotated.jpg","caption":"Alcino Donadel"},"description":"Alcino Donadel is a UB staff writer and first-generation journalism graduate from the University of Florida. He has triple citizenship from the U.S., Ecuador and Brazil.","sameAs":["https://www.linkedin.com/in/cinodona/"],"url":"https://universitybusiness.com/author/adonadel/"}]}</script>\n\t<!-- / Yoast SEO Premium plugin. -->\n\n\n<link rel="dns-prefetch" href="//olytics.omeda.com">\n<link rel="dns-prefetch" href="//fonts.googleapis.com">\n<link rel="alternate" type="application/rss+xml" title="University Business » Feed" href="https://universitybusiness.com/feed/">\n<script type="text/javascript">\n/* <![CDATA[ */\nwindow._wpemojiSettings = {"baseUrl":"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/72x72\\/","ext":".png","svgUrl":"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/","svgExt":".svg","source":{"concatemoji":"https:\\/\\/universitybusiness.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=6.6.1"}};\n/*! This file is auto-generated */\n!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\\ud83c\\udff3\\ufe0f\\u200d\\u26a7\\ufe0f","\\ud83c\\udff3\\ufe0f\\u200b\\u26a7\\ufe0f")?!1:!n(e,"\\ud83c\\uddfa\\ud83c\\uddf3","\\ud83c\\uddfa\\u200b\\ud83c\\uddf3")&&!n(e,"\\ud83c\\udff4\\udb40\\udc67\\udb40\\udc62\\udb40\\udc65\\udb40\\udc6e\\udb40\\udc67\\udb40\\udc7f","\\ud83c\\udff4\\u200b\\udb40\\udc67\\u200b\\udb40\\udc62\\u200b\\udb40\\udc65\\u200b\\udb40\\udc6e\\u200b\\udb40\\udc67\\u200b\\udb40\\udc7f");case"emoji":return!n(e,"\\ud83d\\udc26\\u200d\\u2b1b","\\ud83d\\udc26\\u200b\\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);\n/* ]]> */\n</script>\n<!-- universitybusiness.com is managing ads with Advanced Ads 1.56.1 --><script id="distr-ready">\n\t\t\twindow.advanced_ads_ready=function(e,a){a=a||"complete";var d=function(e){return"interactive"===a?"loading"!==e:"complete"===e};d(document.readyState)?e():document.addEventListener("readystatechange",(function(a){d(a.target.readyState)&&e()}),{once:"interactive"===a})},window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[];\t\t</script>\n\t\t\t\t<script>\n\t\t\tdocument.addEventListener( \'aagam_empty_slot\', function ( ev ) {\n\t\t\t\tconst div = document.getElementById( ev.detail );\n\t\t\t\tif ( ! div ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tconst prefix = \'distr-\', wrapper = div.closest( \'[id^="\' + prefix + \'"]\' );\n\t\t\t\tif ( ! wrapper ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif ( wrapper.classList.contains( prefix + \'sticky\' ) || wrapper.classList.contains( prefix + \'layer\' ) ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\twrapper.style.display = \'none\';\n\t\t\t} );\n\t\t</script>\n\t\t<link rel="stylesheet" id="wp-omeda-olytics-css" href="https://olytics.omeda.com/olytics/css/v3/p/olytics.css?ver=1.9.0" type="text/css" media="all">\n<style id="wp-emoji-styles-inline-css" type="text/css">\n\n\timg.wp-smiley, img.emoji {\n\t\tdisplay: inline !important;\n\t\tborder: none !important;\n\t\tbox-shadow: none !important;\n\t\theight: 1em !important;\n\t\twidth: 1em !important;\n\t\tmargin: 0 0.07em !important;\n\t\tvertical-align: -0.1em !important;\n\t\tbackground: none !important;\n\t\tpadding: 0 !important;\n\t}\n</style>\n<link rel="stylesheet" id="wp-block-library-css" href="https://universitybusiness.com/wp-includes/css/dist/block-library/style.min.css?ver=6.6.1" type="text/css" media="all">\n<style id="classic-theme-styles-inline-css" type="text/css">\n/*! This file is auto-generated */\n.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}\n</style>\n<style id="global-styles-inline-css" type="text/css">\n:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 11px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 32px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--regular: 15px;--wp--preset--font-size--larger: 50px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\n:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\n:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\n:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\n</style>\n<link rel="stylesheet" id="rs-plugin-settings-css" href="https://universitybusiness.com/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.4.6" type="text/css" media="all">\n<style id="rs-plugin-settings-inline-css" type="text/css">\n#rs-demo-id {}\n</style>\n<link rel="stylesheet" id="td-plugin-multi-purpose-css" href="https://universitybusiness.com/wp-content/plugins/td-composer/td-multi-purpose/style.css?ver=6ea45b81e47c58269b68289d05535e19x" type="text/css" media="all">\n<link rel="stylesheet" id="google-fonts-style-css" href="https://fonts.googleapis.com/css?family=Cabin%3A400%7COpen+Sans%3A400%2C600%2C700%7CRoboto%3A400%2C500%2C700%7CSource+Sans+Pro%3A500%2C400%2C100%2C600%7CGelasio%3A500%2C400%2C700%7CCabin%3A600%2C400%2C500&display=swap&ver=11.5.1" type="text/css" media="all">\n<link rel="stylesheet" id="td-theme-css" href="https://universitybusiness.com/wp-content/themes/Newspaper/style.css?ver=11.5.1" type="text/css" media="all">\n<style id="td-theme-inline-css" type="text/css">\n \n @media (max-width: 767px) {\n .td-header-desktop-wrap {\n display: none;\n }\n }\n @media (min-width: 767px) {\n .td-header-mobile-wrap {\n display: none;\n }\n }\n \n\t\n</style>\n<link rel="stylesheet" id="td-theme-child-css" href="https://universitybusiness.com/wp-content/themes/Newspaper-child/style.css?ver=11.5.1c" type="text/css" media="all">\n<link rel="stylesheet" id="font_awesome-css" href="https://universitybusiness.com/wp-content/plugins/td-composer/assets/fonts/font-awesome/font-awesome.css?ver=6ea45b81e47c58269b68289d05535e19x" type="text/css" media="all">\n<link rel="stylesheet" id="td-multipurpose-css" href="https://universitybusiness.com/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.css?ver=6ea45b81e47c58269b68289d05535e19x" type="text/css" media="all">\n<link rel="stylesheet" id="td-legacy-framework-front-style-css" href="https://universitybusiness.com/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=6ea45b81e47c58269b68289d05535e19x" type="text/css" media="all">\n<link rel="stylesheet" id="td-standard-pack-framework-front-style-css" href="https://universitybusiness.com/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css?ver=32b0396dacab6790bdbb765eba5d6338" type="text/css" media="all">\n<script type="text/javascript" id="wp-omeda-olytics-js-before">\n/* <![CDATA[ */\nwindow.wpOmedaConfig = {"tracking_enabled":"1","debug":"","oid":"1ffb93c05f344c0c91be20c7e7376a94","behavior_id":"5235F5789912A4E","taxonomies":["category","post_tag"],"acf_fields":["field_632df346cd1d8"]};\nwindow.wpOmedaData = {"eventType":"page_view","behaviorId":"5235F5789912A4E","path":"\\/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students","documentTitle":"The 15 colleges offering the most aid for international students","templateType":"singular","postType":"post","id":"19038","title":"These 15 colleges offer the most financial aid for international undergrad students","slug":"these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students","author":"adonadel","publishDate":"2023-07-06T13:23:41-04:00","taxCategory":"briefings,enrollment,international-students,rankings","taxPostTag":"amherst-college,columbia-university,dartmouth-university,duke-university,enrollment,fees,financial-aid,haverford-college,income-bassed,international-students,massachusetts,merit-based,sticker-price,tuition,u-s-news-world-report,undergraduate-students,washington-and-lee-university,wellesley-college,wesleyan-university","yoastKeywords":"international student","field632df346cd1d8":"international-students"};\n/* ]]> */\n</script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-content/plugins/wp-omeda-plugin/assets/scripts/omeda-olytics.js?ver=1.9.0" id="wp-omeda-olytics-js"></script>\n<script type="text/javascript" id="cookie-law-info-js-extra">\n/* <![CDATA[ */\nvar _ckyConfig = {"_ipData":[],"_assetsURL":"https:\\/\\/universitybusiness.com\\/wp-content\\/plugins\\/cookie-law-info\\/lite\\/frontend\\/images\\/","_publicURL":"https:\\/\\/universitybusiness.com","_expiry":"365","_categories":[{"name":"Necessary","slug":"necessary","isNecessary":true,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":true}},{"name":"Functional","slug":"functional","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Analytics","slug":"analytics","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Performance","slug":"performance","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Advertisement","slug":"advertisement","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}}],"_activeLaw":"gdpr","_rootDomain":"","_block":"1","_showBanner":"1","_bannerConfig":{"settings":{"type":"classic","preferenceCenterType":"pushdown","position":"bottom","applicableLaw":"gdpr"},"behaviours":{"reloadBannerOnAccept":false,"loadAnalyticsByDefault":false,"animations":{"onLoad":"animate","onHide":"sticky"}},"config":{"revisitConsent":{"status":false,"tag":"revisit-consent","position":"bottom-left","meta":{"url":"#"},"styles":{"background-color":"#0056A7"},"elements":{"title":{"type":"text","tag":"revisit-consent-title","status":true,"styles":{"color":"#0056a7"}}}},"preferenceCenter":{"toggle":{"status":true,"tag":"detail-category-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"categoryPreview":{"status":false,"toggle":{"status":true,"tag":"detail-category-preview-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"videoPlaceholder":{"status":true,"styles":{"background-color":"#000000","border-color":"#000000cc","color":"#ffffff"}},"readMore":{"status":false,"tag":"readmore-button","type":"link","meta":{"noFollow":true,"newTab":true},"styles":{"color":"#1863dc","background-color":"transparent","border-color":"transparent"}},"auditTable":{"status":true},"optOption":{"status":true,"toggle":{"status":true,"tag":"optout-option-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863dc"}},"inactive":{"styles":{"background-color":"#FFFFFF"}}}}}}},"_version":"3.2.7","_logConsent":"1","_tags":[{"tag":"accept-button","styles":{"color":"#FFFFFF","background-color":"#1863dc","border-color":"#1863dc"}},{"tag":"reject-button","styles":{"color":"#1863dc","background-color":"transparent","border-color":"#1863dc"}},{"tag":"settings-button","styles":{"color":"#1863dc","background-color":"transparent","border-color":"#1863dc"}},{"tag":"readmore-button","styles":{"color":"#1863dc","background-color":"transparent","border-color":"transparent"}},{"tag":"donotsell-button","styles":{"color":"#1863dc","background-color":"transparent","border-color":"transparent"}},{"tag":"accept-button","styles":{"color":"#FFFFFF","background-color":"#1863dc","border-color":"#1863dc"}},{"tag":"revisit-consent","styles":{"background-color":"#0056A7"}}],"_shortCodes":[{"key":"cky_readmore","content":"<a href=\\"#\\" class=\\"cky-policy\\" aria-label=\\"Read More\\" target=\\"_blank\\" rel=\\"noopener\\" data-cky-tag=\\"readmore-button\\">Read More<\\/a>","tag":"readmore-button","status":false,"attributes":{"rel":"nofollow","target":"_blank"}},{"key":"cky_show_desc","content":"<button class=\\"cky-show-desc-btn\\" data-cky-tag=\\"show-desc-button\\" aria-label=\\"Show more\\">Show more<\\/button>","tag":"show-desc-button","status":true,"attributes":[]},{"key":"cky_hide_desc","content":"<button class=\\"cky-show-desc-btn\\" data-cky-tag=\\"hide-desc-button\\" aria-label=\\"Show less\\">Show less<\\/button>","tag":"hide-desc-button","status":true,"attributes":[]},{"key":"cky_category_toggle_label","content":"[cky_{{status}}_category_label] [cky_preference_{{category_slug}}_title]","tag":"","status":true,"attributes":[]},{"key":"cky_enable_category_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_category_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_video_placeholder","content":"<div class=\\"video-placeholder-normal\\" data-cky-tag=\\"video-placeholder\\" id=\\"[UNIQUEID]\\"><p class=\\"video-placeholder-text-normal\\" data-cky-tag=\\"placeholder-title\\">Please accept the cookie consent<\\/p><\\/div>","tag":"","status":true,"attributes":[]},{"key":"cky_enable_optout_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_optout_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_optout_toggle_label","content":"[cky_{{status}}_optout_label] [cky_optout_option_title]","tag":"","status":true,"attributes":[]},{"key":"cky_optout_option_title","content":"Do Not Sell or Share My Personal Information","tag":"","status":true,"attributes":[]},{"key":"cky_optout_close_label","content":"Close","tag":"","status":true,"attributes":[]}],"_rtl":"","_language":"en","_providersToBlock":[]};\nvar _ckyStyles = {"css":".cky-hide{display: none;}.cky-btn-revisit-wrapper{display: flex; align-items: center; justify-content: center; background: #0056a7; width: 45px; height: 45px; border-radius: 50%; position: fixed; z-index: 999999; cursor: pointer;}.cky-revisit-bottom-left{bottom: 15px; left: 15px;}.cky-revisit-bottom-right{bottom: 15px; right: 15px;}.cky-btn-revisit-wrapper .cky-btn-revisit{display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; position: relative; margin: 0; padding: 0;}.cky-btn-revisit-wrapper .cky-btn-revisit img{max-width: fit-content; margin: 0; height: 30px; width: 30px;}.cky-revisit-bottom-left:hover::before{content: attr(data-tooltip); position: absolute; background: #4E4B66; color: #ffffff; left: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-left:hover::after{position: absolute; content: \\"\\"; border: 5px solid transparent; left: calc(100% + 2px); border-left-width: 0; border-right-color: #4E4B66;}.cky-revisit-bottom-right:hover::before{content: attr(data-tooltip); position: absolute; background: #4E4B66; color: #ffffff; right: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-right:hover::after{position: absolute; content: \\"\\"; border: 5px solid transparent; right: calc(100% + 2px); border-right-width: 0; border-left-color: #4E4B66;}.cky-revisit-hide{display: none;}.cky-consent-container{position: fixed; width: 100%; box-sizing: border-box; z-index: 9999999;}.cky-classic-bottom{bottom: 0; left: 0;}.cky-classic-top{top: 0; left: 0;}.cky-consent-container .cky-consent-bar{background: #ffffff; border: 1px solid; padding: 16.5px 24px; box-shadow: 0 -1px 10px 0 #acabab4d;}.cky-consent-bar .cky-banner-btn-close{position: absolute; right: 9px; top: 5px; background: none; border: none; cursor: pointer; padding: 0; margin: 0; height: auto; width: auto; min-height: 0; line-height: 0; text-shadow: none; box-shadow: none;}.cky-consent-bar .cky-banner-btn-close img{width: 9px; height: 9px; margin: 0;}.cky-custom-brand-logo-wrapper .cky-custom-brand-logo{width: 100px; height: auto; margin: 0 0 10px 0;}.cky-notice .cky-title{color: #212121; font-weight: 700; font-size: 18px; line-height: 24px; margin: 0 0 10px 0;}.cky-notice-group{display: flex; justify-content: space-between; align-items: center;}.cky-notice-des *{font-size: 14px;}.cky-notice-des{color: #212121; font-size: 14px; line-height: 24px; font-weight: 400;}.cky-notice-des img{height: 25px; width: 25px;}.cky-consent-bar .cky-notice-des p{color: inherit; margin-top: 0; overflow-wrap: break-word;}.cky-notice-des p:last-child{margin-bottom: 0;}.cky-notice-des a.cky-policy,.cky-notice-des button.cky-policy{font-size: 14px; color: #1863dc; white-space: nowrap; cursor: pointer; background: transparent; border: 1px solid; text-decoration: underline;}.cky-notice-des button.cky-policy{padding: 0;}.cky-notice-des a.cky-policy:focus-visible,.cky-consent-bar .cky-banner-btn-close:focus-visible,.cky-notice-des button.cky-policy:focus-visible,.cky-category-direct-switch input[type=\\"checkbox\\"]:focus-visible,.cky-preference-content-wrapper .cky-show-desc-btn:focus-visible,.cky-accordion-header .cky-accordion-btn:focus-visible,.cky-switch input[type=\\"checkbox\\"]:focus-visible,.cky-footer-wrapper a:focus-visible,.cky-btn:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}.cky-btn:focus:not(:focus-visible),.cky-accordion-header .cky-accordion-btn:focus:not(:focus-visible),.cky-preference-content-wrapper .cky-show-desc-btn:focus:not(:focus-visible),.cky-btn-revisit-wrapper .cky-btn-revisit:focus:not(:focus-visible),.cky-preference-header .cky-btn-close:focus:not(:focus-visible),.cky-banner-btn-close:focus:not(:focus-visible){outline: 0;}button.cky-show-desc-btn:not(:hover):not(:active){color: #1863dc; background: transparent;}button.cky-accordion-btn:not(:hover):not(:active),button.cky-banner-btn-close:not(:hover):not(:active),button.cky-btn-close:not(:hover):not(:active),button.cky-btn-revisit:not(:hover):not(:active){background: transparent;}.cky-consent-bar button:hover,.cky-modal.cky-modal-open button:hover,.cky-consent-bar button:focus,.cky-modal.cky-modal-open button:focus{text-decoration: none;}.cky-notice-btn-wrapper{display: flex; justify-content: center; align-items: center; margin-left: 15px;}.cky-notice-btn-wrapper .cky-btn{text-shadow: none; box-shadow: none;}.cky-btn{font-size: 14px; font-family: inherit; line-height: 24px; padding: 8px 27px; font-weight: 500; margin: 0 8px 0 0; border-radius: 2px; white-space: nowrap; cursor: pointer; text-align: center; text-transform: none; min-height: 0;}.cky-btn:hover{opacity: 0.8;}.cky-btn-customize{color: #1863dc; background: transparent; border: 2px solid; border-color: #1863dc; padding: 8px 28px 8px 14px; position: relative;}.cky-btn-reject{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-accept{background: #1863dc; color: #ffffff; border: 2px solid #1863dc;}.cky-consent-bar .cky-btn-customize::after{position: absolute; content: \\"\\"; display: inline-block; top: 18px; right: 12px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid; border-top-color: inherit;}.cky-consent-container.cky-consent-bar-expand .cky-btn-customize::after{transform: rotate(-180deg);}.cky-btn:last-child{margin-right: 0;}@media (max-width: 768px){.cky-notice-group{display: block;}.cky-notice-btn-wrapper{margin: 0;}.cky-notice-btn-wrapper{flex-wrap: wrap;}.cky-notice-btn-wrapper .cky-btn{flex: auto; max-width: 100%; margin-top: 10px; white-space: unset;}}@media (max-width: 576px){.cky-btn-accept{order: 1; width: 100%;}.cky-btn-customize{order: 2;}.cky-btn-reject{order: 3; margin-right: 0;}.cky-consent-container.cky-consent-bar-expand .cky-consent-bar{display: none;}.cky-consent-container .cky-consent-bar{padding: 16.5px 0;}.cky-custom-brand-logo-wrapper .cky-custom-brand-logo, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper, .cky-category-direct-preview-wrapper{padding: 0 24px;}.cky-notice-des{max-height: 40vh; overflow-y: scroll;}}@media (max-width: 352px){.cky-notice .cky-title{font-size: 16px;}.cky-notice-des *{font-size: 12px;}.cky-notice-des, .cky-btn, .cky-notice-des a.cky-policy{font-size: 12px;}}.cky-preference-wrapper{display: none;}.cky-consent-container.cky-classic-bottom.cky-consent-bar-expand{animation: cky-classic-expand 1s;}.cky-consent-container.cky-classic-bottom.cky-consent-bar-expand .cky-preference-wrapper{display: block;}@keyframes cky-classic-expand{0%{transform: translateY(50%);}100%{transform: translateY(0%);}}.cky-consent-container.cky-classic-top .cky-preference-wrapper{animation: cky-classic-top-expand 1s;}.cky-consent-container.cky-classic-top.cky-consent-bar-expand .cky-preference-wrapper{display: block;}@keyframes cky-classic-top-expand{0%{opacity: 0; transform: translateY(-50%);}50%{opacity: 0;}100%{opacity: 1; transform: translateY(0%);}}.cky-preference{padding: 0 24px; color: #212121; overflow-y: scroll; max-height: 48vh;}.cky-preference-center,.cky-preference,.cky-preference-header,.cky-footer-wrapper{background-color: inherit;}.cky-preference-center,.cky-preference,.cky-preference-body-wrapper,.cky-accordion-wrapper{color: inherit;}.cky-preference-header .cky-btn-close{cursor: pointer; vertical-align: middle; padding: 0; margin: 0; display: none; background: none; border: none; height: auto; width: auto; min-height: 0; line-height: 0; box-shadow: none; text-shadow: none;}.cky-preference-header .cky-btn-close img{margin: 0; height: 10px; width: 10px;}.cky-preference-header{margin: 16px 0 0 0; display: flex; align-items: center; justify-content: space-between;}.cky-preference-header .cky-preference-title{font-size: 18px; font-weight: 700; line-height: 24px;}.cky-preference-content-wrapper *{font-size: 14px;}.cky-preference-content-wrapper{font-size: 14px; line-height: 24px; font-weight: 400; padding: 12px 0; border-bottom: 1px solid;}.cky-preference-content-wrapper img{height: 25px; width: 25px;}.cky-preference-content-wrapper .cky-show-desc-btn{font-size: 14px; font-family: inherit; color: #1863dc; text-decoration: none; line-height: 24px; padding: 0; margin: 0; white-space: nowrap; cursor: pointer; background: transparent; border-color: transparent; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-preference-body-wrapper .cky-preference-content-wrapper p{color: inherit; margin-top: 0;}.cky-accordion-wrapper{margin-bottom: 10px;}.cky-accordion{border-bottom: 1px solid;}.cky-accordion:last-child{border-bottom: none;}.cky-accordion .cky-accordion-item{display: flex; margin-top: 10px;}.cky-accordion .cky-accordion-body{display: none;}.cky-accordion.cky-accordion-active .cky-accordion-body{display: block; padding: 0 22px; margin-bottom: 16px;}.cky-accordion-header-wrapper{cursor: pointer; width: 100%;}.cky-accordion-item .cky-accordion-header{display: flex; justify-content: space-between; align-items: center;}.cky-accordion-header .cky-accordion-btn{font-size: 16px; font-family: inherit; color: #212121; line-height: 24px; background: none; border: none; font-weight: 700; padding: 0; margin: 0; cursor: pointer; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-header .cky-always-active{color: #008000; font-weight: 600; line-height: 24px; font-size: 14px;}.cky-accordion-header-des *{font-size: 14px;}.cky-accordion-header-des{color: #212121; font-size: 14px; line-height: 24px; margin: 10px 0 16px 0;}.cky-accordion-header-wrapper .cky-accordion-header-des p{color: inherit; margin-top: 0;}.cky-accordion-chevron{margin-right: 22px; position: relative; cursor: pointer;}.cky-accordion-chevron-hide{display: none;}.cky-accordion .cky-accordion-chevron i::before{content: \\"\\"; position: absolute; border-right: 1.4px solid; border-bottom: 1.4px solid; border-color: inherit; height: 6px; width: 6px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); transition: all 0.2s ease-in-out; top: 8px;}.cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}.cky-audit-table{background: #f4f4f4; border-radius: 6px;}.cky-audit-table .cky-empty-cookies-text{color: inherit; font-size: 12px; line-height: 24px; margin: 0; padding: 10px;}.cky-audit-table .cky-cookie-des-table{font-size: 12px; line-height: 24px; font-weight: normal; padding: 15px 10px; border-bottom: 1px solid; border-bottom-color: inherit; margin: 0;}.cky-audit-table .cky-cookie-des-table:last-child{border-bottom: none;}.cky-audit-table .cky-cookie-des-table li{list-style-type: none; display: flex; padding: 3px 0;}.cky-audit-table .cky-cookie-des-table li:first-child{padding-top: 0;}.cky-cookie-des-table li div:first-child{width: 100px; font-weight: 600; word-break: break-word; word-wrap: break-word;}.cky-cookie-des-table li div:last-child{flex: 1; word-break: break-word; word-wrap: break-word; margin-left: 8px;}.cky-cookie-des-table li div:last-child p{color: inherit; margin-top: 0;}.cky-cookie-des-table li div:last-child p:last-child{margin-bottom: 0;}.cky-prefrence-btn-wrapper{display: flex; align-items: center; justify-content: flex-end; padding: 18px 24px; border-top: 1px solid;}.cky-prefrence-btn-wrapper .cky-btn{text-shadow: none; box-shadow: none;}.cky-category-direct-preview-btn-wrapper .cky-btn-preferences{text-shadow: none; box-shadow: none;}.cky-prefrence-btn-wrapper .cky-btn-accept,.cky-prefrence-btn-wrapper .cky-btn-reject{display: none;}.cky-btn-preferences{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-footer-wrapper{position: relative;}.cky-footer-shadow{display: block; width: 100%; height: 40px; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); position: absolute; bottom: 100%;}.cky-preference-center,.cky-preference,.cky-preference-body-wrapper,.cky-preference-content-wrapper,.cky-accordion-wrapper,.cky-accordion,.cky-footer-wrapper,.cky-prefrence-btn-wrapper{border-color: inherit;}@media (max-width: 768px){.cky-preference{max-height: 35vh;}}@media (max-width: 576px){.cky-consent-bar-hide{display: none;}.cky-preference{max-height: 100vh; padding: 0;}.cky-preference-body-wrapper{padding: 60px 24px 200px;}.cky-preference-body-wrapper-reject-hide{padding: 60px 24px 165px;}.cky-preference-header{position: fixed; width: 100%; box-sizing: border-box; z-index: 999999999; margin: 0; padding: 16px 24px; border-bottom: 1px solid #f4f4f4;}.cky-preference-header .cky-btn-close{display: block;}.cky-prefrence-btn-wrapper{display: block;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding-right: 0;}.cky-prefrence-btn-wrapper .cky-btn{width: 100%; margin-top: 10px; margin-right: 0;}.cky-prefrence-btn-wrapper .cky-btn:first-child{margin-top: 0;}.cky-accordion:last-child{padding-bottom: 20px;}.cky-prefrence-btn-wrapper .cky-btn-accept, .cky-prefrence-btn-wrapper .cky-btn-reject{display: block;}.cky-footer-wrapper{position: fixed; bottom: 0; width: 100%;}}@media (max-width: 425px){.cky-accordion-chevron{margin-right: 15px;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px;}}@media (max-width: 352px){.cky-preference-header .cky-preference-title{font-size: 16px;}.cky-preference-content-wrapper *, .cky-accordion-header-des *{font-size: 12px;}.cky-accordion-header-des, .cky-preference-content-wrapper, .cky-preference-content-wrapper .cky-show-desc-btn{font-size: 12px;}.cky-accordion-header .cky-accordion-btn{font-size: 14px;}}.cky-category-direct-preview-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-top: 16px;}.cky-category-direct-preview{display: flex; flex-wrap: wrap; align-items: center; font-size: 14px; font-weight: 600; line-height: 24px; color: #212121;}.cky-category-direct-preview-section{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}.cky-category-direct-item{display: flex; margin: 0 30px 10px 0; cursor: pointer;}.cky-category-direct-item label{font-size: 14px; font-weight: 600; margin-right: 10px; cursor: pointer; word-break: break-word;}.cky-category-direct-switch input[type=\\"checkbox\\"]{display: inline-block; position: relative; width: 33px; height: 18px; margin: 0; background: #d0d5d2; -webkit-appearance: none; border-radius: 50px; border: none; cursor: pointer; vertical-align: middle; outline: 0; top: 0;}.cky-category-direct-switch input[type=\\"checkbox\\"]:checked{background: #1863dc;}.cky-category-direct-switch input[type=\\"checkbox\\"]:before{position: absolute; content: \\"\\"; height: 15px; width: 15px; left: 2px; bottom: 2px; margin: 0; border-radius: 50%; background-color: white; -webkit-transition: 0.4s; transition: 0.4s;}.cky-category-direct-switch input[type=\\"checkbox\\"]:checked:before{-webkit-transform: translateX(14px); -ms-transform: translateX(14px); transform: translateX(14px);}.cky-category-direct-switch input[type=\\"checkbox\\"]:after{display: none;}.cky-category-direct-switch .cky-category-direct-switch-enabled:checked{background: #818181;}@media (max-width: 576px){.cky-category-direct-preview-wrapper{display: block;}.cky-category-direct-item{justify-content: space-between; width: 45%; margin: 0 0 10px 0;}.cky-category-direct-preview-btn-wrapper .cky-btn-preferences{width: 100%;}}@media (max-width: 352px){.cky-category-direct-preview{font-size: 12px;}}.cky-switch{display: flex;}.cky-switch input[type=\\"checkbox\\"]{position: relative; width: 44px; height: 24px; margin: 0; background: #d0d5d2; -webkit-appearance: none; border-radius: 50px; cursor: pointer; outline: 0; border: none; top: 0;}.cky-switch input[type=\\"checkbox\\"]:checked{background: #3a76d8;}.cky-switch input[type=\\"checkbox\\"]:before{position: absolute; content: \\"\\"; height: 20px; width: 20px; left: 2px; bottom: 2px; border-radius: 50%; background-color: white; -webkit-transition: 0.4s; transition: 0.4s; margin: 0;}.cky-switch input[type=\\"checkbox\\"]:after{display: none;}.cky-switch input[type=\\"checkbox\\"]:checked:before{-webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px);}@media (max-width: 425px){.cky-switch input[type=\\"checkbox\\"]{width: 38px; height: 21px;}.cky-switch input[type=\\"checkbox\\"]:before{height: 17px; width: 17px;}.cky-switch input[type=\\"checkbox\\"]:checked:before{-webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px);}}.video-placeholder-youtube{background-size: 100% 100%; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: center; justify-content: center; max-width: 100%;}.video-placeholder-text-youtube{text-align: center; align-items: center; padding: 10px 16px; background-color: #000000cc; color: #ffffff; border: 1px solid; border-radius: 2px; cursor: pointer;}.video-placeholder-normal{background-image: url(\\"\\/wp-content\\/plugins\\/cookie-law-info\\/lite\\/frontend\\/images\\/placeholder.svg\\"); background-size: 80px; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: flex-end; justify-content: center; max-width: 100%;}.video-placeholder-text-normal{align-items: center; padding: 10px 16px; text-align: center; border: 1px solid; border-radius: 2px; cursor: pointer;}.cky-rtl{direction: rtl; text-align: right;}.cky-rtl .cky-banner-btn-close{left: 9px; right: auto;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 8px;}.cky-rtl .cky-notice-btn-wrapper{margin-left: 0; margin-right: 15px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 8px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-accordion .cky-accordion-chevron i::before{border: none; border-left: 1.4px solid; border-top: 1.4px solid; left: 12px;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}.cky-rtl .cky-category-direct-preview-btn-wrapper{margin-right: 15px; margin-left: 0;}.cky-rtl .cky-category-direct-item label{margin-right: 0; margin-left: 10px;}.cky-rtl .cky-category-direct-preview-section .cky-category-direct-item:first-child{margin: 0 0 10px 0;}@media (max-width: 992px){.cky-rtl .cky-category-direct-preview-btn-wrapper{margin-right: 0;}}@media (max-width: 768px){.cky-rtl .cky-notice-btn-wrapper{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:first-child{margin-right: 0;}}@media (max-width: 576px){.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper .cky-btn{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper .cky-btn-reject{margin-right: 8px;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 22px 0 0;}}@media (max-width: 425px){.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px 0 0;}}"};\n/* ]]> */\n</script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-content/plugins/cookie-law-info/lite/frontend/js/script.min.js?ver=3.2.7" id="cookie-law-info-js"></script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.4.4" id="tp-tools-js"></script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.4.6" id="revmin-js"></script>\n<script type="text/javascript" id="advanced-ads-advanced-js-js-extra">\n/* <![CDATA[ */\nvar advads_options = {"blog_id":"1","privacy":{"enabled":false,"state":"not_needed"}};\n/* ]]> */\n</script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-content/plugins/advanced-ads/public/assets/js/advanced.min.js?ver=1.56.1" id="advanced-ads-advanced-js-js"></script>\n<script type="text/javascript" id="advanced_ads_pro/visitor_conditions-js-extra">\n/* <![CDATA[ */\nvar advanced_ads_pro_visitor_conditions = {"referrer_cookie_name":"advanced_ads_pro_visitor_referrer","referrer_exdays":"365","page_impr_cookie_name":"advanced_ads_page_impressions","page_impr_exdays":"3650"};\n/* ]]> */\n</script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-content/plugins/advanced-ads-pro/modules/advanced-visitor-conditions/inc/conditions.min.js?ver=2.28.0" id="advanced_ads_pro/visitor_conditions-js"></script>\n<link rel="https://api.w.org/" href="https://universitybusiness.com/wp-json/"><link rel="alternate" title="JSON" type="application/json" href="https://universitybusiness.com/wp-json/wp/v2/posts/19038"><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://universitybusiness.com/xmlrpc.php?rsd">\n<link rel="shortlink" href="https://universitybusiness.com/?p=19038">\n<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://universitybusiness.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Funiversitybusiness.com%2Fthese-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students%2F">\n<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://universitybusiness.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Funiversitybusiness.com%2Fthese-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students%2F&format=xml">\n<script>advads_items = { conditions: {}, display_callbacks: {}, display_effect_callbacks: {}, hide_callbacks: {}, backgrounds: {}, effect_durations: {}, close_functions: {}, showed: [] };</script><style type="text/css" id="distr-layer-custom-css"></style><script type="text/javascript">\n\t\tvar advadsCfpQueue = [];\n\t\tvar advadsCfpAd = function( adID ){\n\t\t\tif ( \'undefined\' == typeof advadsProCfp ) { advadsCfpQueue.push( adID ) } else { advadsProCfp.addElement( adID ) }\n\t\t};\n\t\t</script>\n\t\t<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->\n <script>\n window.tdb_globals = {"wpRestNonce":"ce5ab799de","wpRestUrl":"https:\\/\\/universitybusiness.com\\/wp-json\\/","permalinkStructure":"\\/%postname%\\/","globalSettings":{"tdcSavingHistory":false},"isAjax":false,"isAdminBarShowing":false,"autoloadScrollPercent":50,"postAutoloadStatus":"off","origPostEditUrl":null};\n </script>\n \n <style id="tdb-global-colors">\n :root {--accent-color: #fff;}\n </style>\n\t\n\t\t\t<script>\n\t\t\t\twindow.tdwGlobal = {"adminUrl":"https:\\/\\/universitybusiness.com\\/wp-admin\\/","wpRestNonce":"ce5ab799de","wpRestUrl":"https:\\/\\/universitybusiness.com\\/wp-json\\/","permalinkStructure":"\\/%postname%\\/"};\n\t\t\t</script>\n\t\t\t <script>\n window.tdaGlobal = {"adminUrl":"https:\\/\\/universitybusiness.com\\/wp-admin\\/","wpRestNonce":"ce5ab799de","wpRestUrl":"https:\\/\\/universitybusiness.com\\/wp-json\\/","permalinkStructure":"\\/%postname%\\/","postId":99};\n </script>\n <meta name="generator" content="Powered by Slider Revolution 6.4.6 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface.">\n\n<!-- JS generated by theme -->\n\n<script>\n \n \n\n\t var tdBlocksArray = []; //here we store all the items for the current page\n\n\t //td_block class - each ajax block uses a object of this class for requests\n\t function tdBlock() {\n\t\t this.id = \'\';\n\t\t this.block_type = 1; //block type id (1-234 etc)\n\t\t this.atts = \'\';\n\t\t this.td_column_number = \'\';\n\t\t this.td_current_page = 1; //\n\t\t this.post_count = 0; //from wp\n\t\t this.found_posts = 0; //from wp\n\t\t this.max_num_pages = 0; //from wp\n\t\t this.td_filter_value = \'\'; //current live filter value\n\t\t this.is_ajax_running = false;\n\t\t this.td_user_action = \'\'; // load more or infinite loader (used by the animation)\n\t\t this.header_color = \'\';\n\t\t this.ajax_pagination_infinite_stop = \'\'; //show load more at page x\n\t }\n\n\n // td_js_generator - mini detector\n (function(){\n var htmlTag = document.getElementsByTagName("html")[0];\n\n\t if ( navigator.userAgent.indexOf("MSIE 10.0") > -1 ) {\n htmlTag.className += \' ie10\';\n }\n\n if ( !!navigator.userAgent.match(/Trident.*rv\\:11\\./) ) {\n htmlTag.className += \' ie11\';\n }\n\n\t if ( navigator.userAgent.indexOf("Edge") > -1 ) {\n htmlTag.className += \' ieEdge\';\n }\n\n if ( /(iPad|iPhone|iPod)/g.test(navigator.userAgent) ) {\n htmlTag.className += \' td-md-is-ios\';\n }\n\n var user_agent = navigator.userAgent.toLowerCase();\n if ( user_agent.indexOf("android") > -1 ) {\n htmlTag.className += \' td-md-is-android\';\n }\n\n if ( -1 !== navigator.userAgent.indexOf(\'Mac OS X\') ) {\n htmlTag.className += \' td-md-is-os-x\';\n }\n\n if ( /chrom(e|ium)/.test(navigator.userAgent.toLowerCase()) ) {\n htmlTag.className += \' td-md-is-chrome\';\n }\n\n if ( -1 !== navigator.userAgent.indexOf(\'Firefox\') ) {\n htmlTag.className += \' td-md-is-firefox\';\n }\n\n if ( -1 !== navigator.userAgent.indexOf(\'Safari\') && -1 === navigator.userAgent.indexOf(\'Chrome\') ) {\n htmlTag.className += \' td-md-is-safari\';\n }\n\n if( -1 !== navigator.userAgent.indexOf(\'IEMobile\') ){\n htmlTag.className += \' td-md-is-iemobile\';\n }\n\n })();\n\n\n\n\n var tdLocalCache = {};\n\n ( function () {\n "use strict";\n\n tdLocalCache = {\n data: {},\n remove: function (resource_id) {\n delete tdLocalCache.data[resource_id];\n },\n exist: function (resource_id) {\n return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null;\n },\n get: function (resource_id) {\n return tdLocalCache.data[resource_id];\n },\n set: function (resource_id, cachedData) {\n tdLocalCache.remove(resource_id);\n tdLocalCache.data[resource_id] = cachedData;\n }\n };\n })();\n\n \n \nvar td_viewport_interval_list=[{"limitBottom":767,"sidebarWidth":228},{"limitBottom":1018,"sidebarWidth":300},{"limitBottom":1140,"sidebarWidth":324}];\nvar td_animation_stack_effect="type0";\nvar tds_animation_stack=true;\nvar td_animation_stack_specific_selectors=".entry-thumb, img, .td-lazy-img";\nvar td_animation_stack_general_selectors=".td-animation-stack img, .td-animation-stack .entry-thumb, .post img, .td-animation-stack .td-lazy-img";\nvar tds_video_lazy="enabled";\nvar tdc_is_installed="yes";\nvar td_ajax_url="https:\\/\\/universitybusiness.com\\/wp-admin\\/admin-ajax.php?td_theme_name=Newspaper&v=11.5.1";\nvar td_get_template_directory_uri="https:\\/\\/universitybusiness.com\\/wp-content\\/plugins\\/td-composer\\/legacy\\/common";\nvar tds_snap_menu="";\nvar tds_logo_on_sticky="";\nvar tds_header_style="";\nvar td_please_wait="Please wait...";\nvar td_email_user_pass_incorrect="User or password incorrect!";\nvar td_email_user_incorrect="Email or username incorrect!";\nvar td_email_incorrect="Email incorrect!";\nvar td_user_incorrect="Username incorrect!";\nvar td_email_user_empty="Email or username empty!";\nvar td_pass_empty="Pass empty!";\nvar td_pass_pattern_incorrect="Invalid Pass Pattern!";\nvar td_retype_pass_incorrect="Retyped Pass incorrect!";\nvar tds_more_articles_on_post_enable="";\nvar tds_more_articles_on_post_time_to_wait="";\nvar tds_more_articles_on_post_pages_distance_from_top=0;\nvar tds_theme_color_site_wide="#0b2d72";\nvar tds_smart_sidebar="";\nvar tdThemeName="Newspaper";\nvar td_magnific_popup_translation_tPrev="Previous (Left arrow key)";\nvar td_magnific_popup_translation_tNext="Next (Right arrow key)";\nvar td_magnific_popup_translation_tCounter="%curr% of %total%";\nvar td_magnific_popup_translation_ajax_tError="The content from %url% could not be loaded.";\nvar td_magnific_popup_translation_image_tError="The image #%curr% could not be loaded.";\nvar tdBlockNonce="839e549710";\nvar tdDateNamesI18n={"month_names":["January","February","March","April","May","June","July","August","September","October","November","December"],"month_names_short":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"day_names":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"day_names_short":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]};\nvar td_ad_background_click_link="";\nvar td_ad_background_click_target="";\n</script>\n\n\n<!-- Header style compiled by theme -->\n\n<style>\n \n.td-header-wrap .black-menu .sf-menu > .current-menu-item > a,\n .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a,\n .td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a,\n .td-header-wrap .black-menu .sf-menu > li > a:hover,\n .td-header-wrap .black-menu .sf-menu > .sfHover > a,\n .sf-menu > .current-menu-item > a:after,\n .sf-menu > .current-menu-ancestor > a:after,\n .sf-menu > .current-category-ancestor > a:after,\n .sf-menu > li:hover > a:after,\n .sf-menu > .sfHover > a:after,\n .header-search-wrap .td-drop-down-search:after,\n .header-search-wrap .td-drop-down-search .btn:hover,\n input[type=submit]:hover,\n .td-read-more a,\n .td-post-category:hover,\n body .td_top_authors .td-active .td-author-post-count,\n body .td_top_authors .td-active .td-author-comments-count,\n body .td_top_authors .td_mod_wrap:hover .td-author-post-count,\n body .td_top_authors .td_mod_wrap:hover .td-author-comments-count,\n .td-404-sub-sub-title a:hover,\n .td-search-form-widget .wpb_button:hover,\n .td-rating-bar-wrap div,\n .dropcap,\n .td_wrapper_video_playlist .td_video_controls_playlist_wrapper,\n .wpb_default,\n .wpb_default:hover,\n .td-left-smart-list:hover,\n .td-right-smart-list:hover,\n #bbpress-forums button:hover,\n .bbp_widget_login .button:hover,\n .td-footer-wrapper .td-post-category,\n .td-footer-wrapper .widget_product_search input[type="submit"]:hover,\n .single-product .product .summary .cart .button:hover,\n .td-next-prev-wrap a:hover,\n .td-load-more-wrap a:hover,\n .td-post-small-box a:hover,\n .page-nav .current,\n .page-nav:first-child > div,\n #bbpress-forums .bbp-pagination .current,\n #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,\n .td-theme-slider:hover .slide-meta-cat a,\n a.vc_btn-black:hover,\n .td-trending-now-wrapper:hover .td-trending-now-title,\n .td-scroll-up,\n .td-smart-list-button:hover,\n .td-weather-information:before,\n .td-weather-week:before,\n .td_block_exchange .td-exchange-header:before,\n .td-pulldown-syle-2 .td-subcat-dropdown ul:after,\n .td_block_template_9 .td-block-title:after,\n .td_block_template_15 .td-block-title:before,\n div.wpforms-container .wpforms-form div.wpforms-submit-container button[type=submit],\n .td-close-video-fixed {\n background-color: #0b2d72;\n }\n\n .td_block_template_4 .td-related-title .td-cur-simple-item:before {\n border-color: #0b2d72 transparent transparent transparent !important;\n }\n \n \n .td_block_template_4 .td-related-title .td-cur-simple-item,\n .td_block_template_3 .td-related-title .td-cur-simple-item,\n .td_block_template_9 .td-related-title:after {\n background-color: #0b2d72;\n }\n\n a,\n cite a:hover,\n .td-page-content blockquote p,\n .td-post-content blockquote p,\n .mce-content-body blockquote p,\n .comment-content blockquote p,\n .wpb_text_column blockquote p,\n .td_block_text_with_title blockquote p,\n .td_module_wrap:hover .entry-title a,\n .td-subcat-filter .td-subcat-list a:hover,\n .td-subcat-filter .td-subcat-dropdown a:hover,\n .td_quote_on_blocks,\n .dropcap2,\n .dropcap3,\n body .td_top_authors .td-active .td-authors-name a,\n body .td_top_authors .td_mod_wrap:hover .td-authors-name a,\n .td-post-next-prev-content a:hover,\n .author-box-wrap .td-author-social a:hover,\n .td-author-name a:hover,\n .td-author-url a:hover,\n .comment-reply-link:hover,\n .logged-in-as a:hover,\n #cancel-comment-reply-link:hover,\n .td-search-query,\n .widget a:hover,\n .td_wp_recentcomments a:hover,\n .archive .widget_archive .current,\n .archive .widget_archive .current a,\n .widget_calendar tfoot a:hover,\n #bbpress-forums li.bbp-header .bbp-reply-content span a:hover,\n #bbpress-forums .bbp-forum-freshness a:hover,\n #bbpress-forums .bbp-topic-freshness a:hover,\n #bbpress-forums .bbp-forums-list li a:hover,\n #bbpress-forums .bbp-forum-title:hover,\n #bbpress-forums .bbp-topic-permalink:hover,\n #bbpress-forums .bbp-topic-started-by a:hover,\n #bbpress-forums .bbp-topic-started-in a:hover,\n #bbpress-forums .bbp-body .super-sticky li.bbp-topic-title .bbp-topic-permalink,\n #bbpress-forums .bbp-body .sticky li.bbp-topic-title .bbp-topic-permalink,\n .widget_display_replies .bbp-author-name,\n .widget_display_topics .bbp-author-name,\n .td-subfooter-menu li a:hover,\n a.vc_btn-black:hover,\n .td-smart-list-dropdown-wrap .td-smart-list-button:hover,\n .td-instagram-user a,\n .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover,\n .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i,\n .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link:hover,\n .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item .td-cur-simple-item,\n .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,\n .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,\n .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,\n .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,\n .td_block_template_2 .td-related-title .td-cur-simple-item,\n .td_block_template_5 .td-related-title .td-cur-simple-item,\n .td_block_template_6 .td-related-title .td-cur-simple-item,\n .td_block_template_7 .td-related-title .td-cur-simple-item,\n .td_block_template_8 .td-related-title .td-cur-simple-item,\n .td_block_template_9 .td-related-title .td-cur-simple-item,\n .td_block_template_10 .td-related-title .td-cur-simple-item,\n .td_block_template_11 .td-related-title .td-cur-simple-item,\n .td_block_template_12 .td-related-title .td-cur-simple-item,\n .td_block_template_13 .td-related-title .td-cur-simple-item,\n .td_block_template_14 .td-related-title .td-cur-simple-item,\n .td_block_template_15 .td-related-title .td-cur-simple-item,\n .td_block_template_16 .td-related-title .td-cur-simple-item,\n .td_block_template_17 .td-related-title .td-cur-simple-item,\n .td-theme-wrap .sf-menu ul .td-menu-item > a:hover,\n .td-theme-wrap .sf-menu ul .sfHover > a,\n .td-theme-wrap .sf-menu ul .current-menu-ancestor > a,\n .td-theme-wrap .sf-menu ul .current-category-ancestor > a,\n .td-theme-wrap .sf-menu ul .current-menu-item > a,\n .td_outlined_btn,\n body .td_block_categories_tags .td-ct-item:hover,\n body .td_block_list_menu li.current-menu-item > a,\n body .td_block_list_menu li.current-menu-ancestor > a,\n body .td_block_list_menu li.current-category-ancestor > a {\n color: #0b2d72;\n }\n\n a.vc_btn-black.vc_btn_square_outlined:hover,\n a.vc_btn-black.vc_btn_outlined:hover {\n color: #0b2d72 !important;\n }\n\n .td-next-prev-wrap a:hover,\n .td-load-more-wrap a:hover,\n .td-post-small-box a:hover,\n .page-nav .current,\n .page-nav:first-child > div,\n #bbpress-forums .bbp-pagination .current,\n .post .td_quote_box,\n .page .td_quote_box,\n a.vc_btn-black:hover,\n .td_block_template_5 .td-block-title > *,\n .td_outlined_btn {\n border-color: #0b2d72;\n }\n\n .td_wrapper_video_playlist .td_video_currently_playing:after {\n border-color: #0b2d72 !important;\n }\n\n .header-search-wrap .td-drop-down-search:before {\n border-color: transparent transparent #0b2d72 transparent;\n }\n\n .block-title > span,\n .block-title > a,\n .block-title > label,\n .widgettitle,\n .widgettitle:after,\n body .td-trending-now-title,\n .td-trending-now-wrapper:hover .td-trending-now-title,\n .wpb_tabs li.ui-tabs-active a,\n .wpb_tabs li:hover a,\n .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a,\n .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a,\n .td_block_template_1 .td-related-title .td-cur-simple-item,\n .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more, \n .td_3D_btn,\n .td_shadow_btn,\n .td_default_btn,\n .td_round_btn, \n .td_outlined_btn:hover {\n \tbackground-color: #0b2d72;\n }\n .block-title,\n .td_block_template_1 .td-related-title,\n .wpb_tabs .wpb_tabs_nav,\n .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {\n border-color: #0b2d72;\n }\n .td_block_wrap .td-subcat-item a.td-cur-simple-item {\n\t color: #0b2d72;\n\t}\n\n\n \n .td-grid-style-4 .entry-title\n {\n background-color: rgba(11, 45, 114, 0.7);\n }\n\n\n \n .td-menu-background:before,\n .td-search-background:before {\n background: #2a4272;\n background: -moz-linear-gradient(top, #2a4272 0%, #0b2d72 100%);\n background: -webkit-gradient(left top, left bottom, color-stop(0%, #2a4272), color-stop(100%, #0b2d72));\n background: -webkit-linear-gradient(top, #2a4272 0%, #0b2d72 100%);\n background: -o-linear-gradient(top, #2a4272 0%, #0b2d72 100%);\n background: -ms-linear-gradient(top, #2a4272 0%, #0b2d72 100%);\n background: linear-gradient(to bottom, #2a4272 0%, #0b2d72 100%);\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#2a4272\', endColorstr=\'#0b2d72\', GradientType=0 );\n }\n\n \n .td-mobile-content .current-menu-item > a,\n .td-mobile-content .current-menu-ancestor > a,\n .td-mobile-content .current-category-ancestor > a,\n #td-mobile-nav .td-menu-login-section a:hover,\n #td-mobile-nav .td-register-section a:hover,\n #td-mobile-nav .td-menu-socials-wrap a:hover i,\n .td-search-close a:hover i {\n color: #0b2d72;\n }\n\n \n body, p {\n \tfont-family:Cabin;\n\tfont-size:18px;\n\t\n }\n\n\n\n\n \n .mfp-content .td-login-button:active,\n .mfp-content .td-login-button:hover {\n background-color: #febe2b;\n }\n \n .mfp-content .td-login-button:active,\n .mfp-content .td-login-button:hover {\n color: #ffffff;\n }\n \n .white-popup-block:after {\n background: #1d3a72;\n background: -moz-linear-gradient(45deg, #1d3a72 0%, #0b2d72 100%);\n background: -webkit-gradient(left bottom, right top, color-stop(0%, #1d3a72), color-stop(100%, #0b2d72));\n background: -webkit-linear-gradient(45deg, #1d3a72 0%, #0b2d72 100%);\n background: linear-gradient(45deg, #1d3a72 0%, #0b2d72 100%);\n }\n\n\n \n .white-popup-block:before {\n background-image: url(\'https://districtadministration.com/wp-content/uploads/2021/05/51-1.jpg\');\n }.td-header-style-12 .td-header-menu-wrap-full,\n .td-header-style-12 .td-affix,\n .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category,\n .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category,\n .td_category_template_3 .td-current-sub-category,\n .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\n .td_category_template_4 .td-category-siblings .td-category a:hover,\n .td_block_big_grid_9.td-grid-style-1 .td-post-category,\n .td_block_big_grid_9.td-grid-style-5 .td-post-category,\n .td-grid-style-6.td-hover-1 .td-module-thumb:after,\n .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-item > a,\n .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-ancestor > a,\n .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-category-ancestor > a,\n .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > li > a:hover,\n .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .sfHover > a {\n background-color: #0b2d72;\n }\n \n .td_mega_menu_sub_cats .cur-sub-cat,\n .td-mega-span h3 a:hover,\n .td_mod_mega_menu:hover .entry-title a,\n .header-search-wrap .result-msg a:hover,\n .td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a,\n .td-header-top-menu .td-icon-search:hover,\n .td-header-wrap .result-msg a:hover,\n .top-header-menu li a:hover,\n .top-header-menu .current-menu-item > a,\n .top-header-menu .current-menu-ancestor > a,\n .top-header-menu .current-category-ancestor > a,\n .td-social-icon-wrap > a:hover,\n .td-header-sp-top-widget .td-social-icon-wrap a:hover,\n .td_mod_related_posts:hover h3 > a,\n .td-post-template-11 .td-related-title .td-related-left:hover,\n .td-post-template-11 .td-related-title .td-related-right:hover,\n .td-post-template-11 .td-related-title .td-cur-simple-item,\n .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover,\n .td-category-header .td-pulldown-category-filter-link:hover,\n .td-category-siblings .td-subcat-dropdown a:hover,\n .td-category-siblings .td-subcat-dropdown a.td-current-sub-category,\n .footer-text-wrap .footer-email-wrap a,\n .footer-social-wrap a:hover,\n .td_module_17 .td-read-more a:hover,\n .td_module_18 .td-read-more a:hover,\n .td_module_19 .td-post-author-name a:hover,\n .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,\n .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,\n .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,\n .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,\n .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-category-ancestor > a,\n .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-ancestor > a,\n .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-item > a,\n .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .sfHover > a,\n .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > li > a:hover {\n color: #0b2d72;\n }\n \n .td-mega-menu-page .wpb_content_element ul li a:hover,\n .td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,\n .td-theme-wrap .header-search-wrap .result-msg a:hover {\n color: #0b2d72 !important;\n }\n \n .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\n .td_category_template_4 .td-category-siblings .td-category a:hover,\n .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-item > a,\n .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-ancestor > a,\n .tdm-menu-active-style4 .tdm-header .sf-menu > .current-category-ancestor > a,\n .tdm-menu-active-style4 .tdm-header .sf-menu > li > a:hover,\n .tdm-menu-active-style4 .tdm-header .sf-menu > .sfHover > a {\n border-color: #0b2d72;\n }\n \n \n\n\n \n .block-title > span,\n .block-title > a,\n .widgettitle,\n body .td-trending-now-title,\n .wpb_tabs li a,\n .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a,\n .td-theme-wrap .td-related-title a,\n .woocommerce div.product .woocommerce-tabs ul.tabs li a,\n .woocommerce .product .products h2:not(.woocommerce-loop-product__title),\n .td-theme-wrap .td-block-title {\n font-family:Cabin;\n\t\n }\n \n .td_module_wrap .td-post-author-name a {\n font-family:Cabin;\n\t\n }\n \n .td-post-date .entry-date {\n font-family:Cabin;\n\t\n }\n \n .td-module-comments a,\n .td-post-views span,\n .td-post-comments a {\n font-family:Cabin;\n\t\n }\n \n .td-big-grid-meta .td-post-category,\n .td_module_wrap .td-post-category,\n .td-module-image .td-post-category {\n font-family:Cabin;\n\t\n }\n \n \n .td-subcat-filter .td-subcat-dropdown a,\n .td-subcat-filter .td-subcat-list a,\n .td-subcat-filter .td-subcat-dropdown span {\n font-family:Cabin;\n\t\n }\n \n .td-excerpt,\n .td_module_14 .td-excerpt {\n font-family:Cabin;\n\t\n }\n\n\n \n\t.td_module_wrap .td-module-title {\n\t\tfont-family:Cabin;\n\t\n\t}\n \n\t.td_block_trending_now .entry-title,\n\t.td-theme-slider .td-module-title,\n .td-big-grid-post .entry-title {\n\t\tfont-family:Cabin;\n\t\n\t}\n \n\t.post .td-post-header .entry-title {\n\t\tfont-family:Cabin;\n\t\n\t}\n \n .td-post-template-default .td-post-header .entry-title {\n font-family:Cabin;\n\t\n }\n.td-header-wrap .black-menu .sf-menu > .current-menu-item > a,\n .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a,\n .td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a,\n .td-header-wrap .black-menu .sf-menu > li > a:hover,\n .td-header-wrap .black-menu .sf-menu > .sfHover > a,\n .sf-menu > .current-menu-item > a:after,\n .sf-menu > .current-menu-ancestor > a:after,\n .sf-menu > .current-category-ancestor > a:after,\n .sf-menu > li:hover > a:after,\n .sf-menu > .sfHover > a:after,\n .header-search-wrap .td-drop-down-search:after,\n .header-search-wrap .td-drop-down-search .btn:hover,\n input[type=submit]:hover,\n .td-read-more a,\n .td-post-category:hover,\n body .td_top_authors .td-active .td-author-post-count,\n body .td_top_authors .td-active .td-author-comments-count,\n body .td_top_authors .td_mod_wrap:hover .td-author-post-count,\n body .td_top_authors .td_mod_wrap:hover .td-author-comments-count,\n .td-404-sub-sub-title a:hover,\n .td-search-form-widget .wpb_button:hover,\n .td-rating-bar-wrap div,\n .dropcap,\n .td_wrapper_video_playlist .td_video_controls_playlist_wrapper,\n .wpb_default,\n .wpb_default:hover,\n .td-left-smart-list:hover,\n .td-right-smart-list:hover,\n #bbpress-forums button:hover,\n .bbp_widget_login .button:hover,\n .td-footer-wrapper .td-post-category,\n .td-footer-wrapper .widget_product_search input[type="submit"]:hover,\n .single-product .product .summary .cart .button:hover,\n .td-next-prev-wrap a:hover,\n .td-load-more-wrap a:hover,\n .td-post-small-box a:hover,\n .page-nav .current,\n .page-nav:first-child > div,\n #bbpress-forums .bbp-pagination .current,\n #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,\n .td-theme-slider:hover .slide-meta-cat a,\n a.vc_btn-black:hover,\n .td-trending-now-wrapper:hover .td-trending-now-title,\n .td-scroll-up,\n .td-smart-list-button:hover,\n .td-weather-information:before,\n .td-weather-week:before,\n .td_block_exchange .td-exchange-header:before,\n .td-pulldown-syle-2 .td-subcat-dropdown ul:after,\n .td_block_template_9 .td-block-title:after,\n .td_block_template_15 .td-block-title:before,\n div.wpforms-container .wpforms-form div.wpforms-submit-container button[type=submit],\n .td-close-video-fixed {\n background-color: #0b2d72;\n }\n\n .td_block_template_4 .td-related-title .td-cur-simple-item:before {\n border-color: #0b2d72 transparent transparent transparent !important;\n }\n \n \n .td_block_template_4 .td-related-title .td-cur-simple-item,\n .td_block_template_3 .td-related-title .td-cur-simple-item,\n .td_block_template_9 .td-related-title:after {\n background-color: #0b2d72;\n }\n\n a,\n cite a:hover,\n .td-page-content blockquote p,\n .td-post-content blockquote p,\n .mce-content-body blockquote p,\n .comment-content blockquote p,\n .wpb_text_column blockquote p,\n .td_block_text_with_title blockquote p,\n .td_module_wrap:hover .entry-title a,\n .td-subcat-filter .td-subcat-list a:hover,\n .td-subcat-filter .td-subcat-dropdown a:hover,\n .td_quote_on_blocks,\n .dropcap2,\n .dropcap3,\n body .td_top_authors .td-active .td-authors-name a,\n body .td_top_authors .td_mod_wrap:hover .td-authors-name a,\n .td-post-next-prev-content a:hover,\n .author-box-wrap .td-author-social a:hover,\n .td-author-name a:hover,\n .td-author-url a:hover,\n .comment-reply-link:hover,\n .logged-in-as a:hover,\n #cancel-comment-reply-link:hover,\n .td-search-query,\n .widget a:hover,\n .td_wp_recentcomments a:hover,\n .archive .widget_archive .current,\n .archive .widget_archive .current a,\n .widget_calendar tfoot a:hover,\n #bbpress-forums li.bbp-header .bbp-reply-content span a:hover,\n #bbpress-forums .bbp-forum-freshness a:hover,\n #bbpress-forums .bbp-topic-freshness a:hover,\n #bbpress-forums .bbp-forums-list li a:hover,\n #bbpress-forums .bbp-forum-title:hover,\n #bbpress-forums .bbp-topic-permalink:hover,\n #bbpress-forums .bbp-topic-started-by a:hover,\n #bbpress-forums .bbp-topic-started-in a:hover,\n #bbpress-forums .bbp-body .super-sticky li.bbp-topic-title .bbp-topic-permalink,\n #bbpress-forums .bbp-body .sticky li.bbp-topic-title .bbp-topic-permalink,\n .widget_display_replies .bbp-author-name,\n .widget_display_topics .bbp-author-name,\n .td-subfooter-menu li a:hover,\n a.vc_btn-black:hover,\n .td-smart-list-dropdown-wrap .td-smart-list-button:hover,\n .td-instagram-user a,\n .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover,\n .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i,\n .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link:hover,\n .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item .td-cur-simple-item,\n .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,\n .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,\n .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,\n .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,\n .td_block_template_2 .td-related-title .td-cur-simple-item,\n .td_block_template_5 .td-related-title .td-cur-simple-item,\n .td_block_template_6 .td-related-title .td-cur-simple-item,\n .td_block_template_7 .td-related-title .td-cur-simple-item,\n .td_block_template_8 .td-related-title .td-cur-simple-item,\n .td_block_template_9 .td-related-title .td-cur-simple-item,\n .td_block_template_10 .td-related-title .td-cur-simple-item,\n .td_block_template_11 .td-related-title .td-cur-simple-item,\n .td_block_template_12 .td-related-title .td-cur-simple-item,\n .td_block_template_13 .td-related-title .td-cur-simple-item,\n .td_block_template_14 .td-related-title .td-cur-simple-item,\n .td_block_template_15 .td-related-title .td-cur-simple-item,\n .td_block_template_16 .td-related-title .td-cur-simple-item,\n .td_block_template_17 .td-related-title .td-cur-simple-item,\n .td-theme-wrap .sf-menu ul .td-menu-item > a:hover,\n .td-theme-wrap .sf-menu ul .sfHover > a,\n .td-theme-wrap .sf-menu ul .current-menu-ancestor > a,\n .td-theme-wrap .sf-menu ul .current-category-ancestor > a,\n .td-theme-wrap .sf-menu ul .current-menu-item > a,\n .td_outlined_btn,\n body .td_block_categories_tags .td-ct-item:hover,\n body .td_block_list_menu li.current-menu-item > a,\n body .td_block_list_menu li.current-menu-ancestor > a,\n body .td_block_list_menu li.current-category-ancestor > a {\n color: #0b2d72;\n }\n\n a.vc_btn-black.vc_btn_square_outlined:hover,\n a.vc_btn-black.vc_btn_outlined:hover {\n color: #0b2d72 !important;\n }\n\n .td-next-prev-wrap a:hover,\n .td-load-more-wrap a:hover,\n .td-post-small-box a:hover,\n .page-nav .current,\n .page-nav:first-child > div,\n #bbpress-forums .bbp-pagination .current,\n .post .td_quote_box,\n .page .td_quote_box,\n a.vc_btn-black:hover,\n .td_block_template_5 .td-block-title > *,\n .td_outlined_btn {\n border-color: #0b2d72;\n }\n\n .td_wrapper_video_playlist .td_video_currently_playing:after {\n border-color: #0b2d72 !important;\n }\n\n .header-search-wrap .td-drop-down-search:before {\n border-color: transparent transparent #0b2d72 transparent;\n }\n\n .block-title > span,\n .block-title > a,\n .block-title > label,\n .widgettitle,\n .widgettitle:after,\n body .td-trending-now-title,\n .td-trending-now-wrapper:hover .td-trending-now-title,\n .wpb_tabs li.ui-tabs-active a,\n .wpb_tabs li:hover a,\n .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a,\n .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a,\n .td_block_template_1 .td-related-title .td-cur-simple-item,\n .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more, \n .td_3D_btn,\n .td_shadow_btn,\n .td_default_btn,\n .td_round_btn, \n .td_outlined_btn:hover {\n \tbackground-color: #0b2d72;\n }\n .block-title,\n .td_block_template_1 .td-related-title,\n .wpb_tabs .wpb_tabs_nav,\n .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {\n border-color: #0b2d72;\n }\n .td_block_wrap .td-subcat-item a.td-cur-simple-item {\n\t color: #0b2d72;\n\t}\n\n\n \n .td-grid-style-4 .entry-title\n {\n background-color: rgba(11, 45, 114, 0.7);\n }\n\n\n \n .td-menu-background:before,\n .td-search-background:before {\n background: #2a4272;\n background: -moz-linear-gradient(top, #2a4272 0%, #0b2d72 100%);\n background: -webkit-gradient(left top, left bottom, color-stop(0%, #2a4272), color-stop(100%, #0b2d72));\n background: -webkit-linear-gradient(top, #2a4272 0%, #0b2d72 100%);\n background: -o-linear-gradient(top, #2a4272 0%, #0b2d72 100%);\n background: -ms-linear-gradient(top, #2a4272 0%, #0b2d72 100%);\n background: linear-gradient(to bottom, #2a4272 0%, #0b2d72 100%);\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#2a4272\', endColorstr=\'#0b2d72\', GradientType=0 );\n }\n\n \n .td-mobile-content .current-menu-item > a,\n .td-mobile-content .current-menu-ancestor > a,\n .td-mobile-content .current-category-ancestor > a,\n #td-mobile-nav .td-menu-login-section a:hover,\n #td-mobile-nav .td-register-section a:hover,\n #td-mobile-nav .td-menu-socials-wrap a:hover i,\n .td-search-close a:hover i {\n color: #0b2d72;\n }\n\n \n body, p {\n \tfont-family:Cabin;\n\tfont-size:18px;\n\t\n }\n\n\n\n\n \n .mfp-content .td-login-button:active,\n .mfp-content .td-login-button:hover {\n background-color: #febe2b;\n }\n \n .mfp-content .td-login-button:active,\n .mfp-content .td-login-button:hover {\n color: #ffffff;\n }\n \n .white-popup-block:after {\n background: #1d3a72;\n background: -moz-linear-gradient(45deg, #1d3a72 0%, #0b2d72 100%);\n background: -webkit-gradient(left bottom, right top, color-stop(0%, #1d3a72), color-stop(100%, #0b2d72));\n background: -webkit-linear-gradient(45deg, #1d3a72 0%, #0b2d72 100%);\n background: linear-gradient(45deg, #1d3a72 0%, #0b2d72 100%);\n }\n\n\n \n .white-popup-block:before {\n background-image: url(\'https://districtadministration.com/wp-content/uploads/2021/05/51-1.jpg\');\n }.td-header-style-12 .td-header-menu-wrap-full,\n .td-header-style-12 .td-affix,\n .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category,\n .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category,\n .td_category_template_3 .td-current-sub-category,\n .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\n .td_category_template_4 .td-category-siblings .td-category a:hover,\n .td_block_big_grid_9.td-grid-style-1 .td-post-category,\n .td_block_big_grid_9.td-grid-style-5 .td-post-category,\n .td-grid-style-6.td-hover-1 .td-module-thumb:after,\n .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-item > a,\n .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-ancestor > a,\n .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-category-ancestor > a,\n .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > li > a:hover,\n .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .sfHover > a {\n background-color: #0b2d72;\n }\n \n .td_mega_menu_sub_cats .cur-sub-cat,\n .td-mega-span h3 a:hover,\n .td_mod_mega_menu:hover .entry-title a,\n .header-search-wrap .result-msg a:hover,\n .td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a,\n .td-header-top-menu .td-icon-search:hover,\n .td-header-wrap .result-msg a:hover,\n .top-header-menu li a:hover,\n .top-header-menu .current-menu-item > a,\n .top-header-menu .current-menu-ancestor > a,\n .top-header-menu .current-category-ancestor > a,\n .td-social-icon-wrap > a:hover,\n .td-header-sp-top-widget .td-social-icon-wrap a:hover,\n .td_mod_related_posts:hover h3 > a,\n .td-post-template-11 .td-related-title .td-related-left:hover,\n .td-post-template-11 .td-related-title .td-related-right:hover,\n .td-post-template-11 .td-related-title .td-cur-simple-item,\n .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover,\n .td-category-header .td-pulldown-category-filter-link:hover,\n .td-category-siblings .td-subcat-dropdown a:hover,\n .td-category-siblings .td-subcat-dropdown a.td-current-sub-category,\n .footer-text-wrap .footer-email-wrap a,\n .footer-social-wrap a:hover,\n .td_module_17 .td-read-more a:hover,\n .td_module_18 .td-read-more a:hover,\n .td_module_19 .td-post-author-name a:hover,\n .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,\n .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,\n .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,\n .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,\n .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-category-ancestor > a,\n .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-ancestor > a,\n .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-item > a,\n .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .sfHover > a,\n .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > li > a:hover {\n color: #0b2d72;\n }\n \n .td-mega-menu-page .wpb_content_element ul li a:hover,\n .td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,\n .td-theme-wrap .header-search-wrap .result-msg a:hover {\n color: #0b2d72 !important;\n }\n \n .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\n .td_category_template_4 .td-category-siblings .td-category a:hover,\n .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-item > a,\n .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-ancestor > a,\n .tdm-menu-active-style4 .tdm-header .sf-menu > .current-category-ancestor > a,\n .tdm-menu-active-style4 .tdm-header .sf-menu > li > a:hover,\n .tdm-menu-active-style4 .tdm-header .sf-menu > .sfHover > a {\n border-color: #0b2d72;\n }\n \n \n\n\n \n .block-title > span,\n .block-title > a,\n .widgettitle,\n body .td-trending-now-title,\n .wpb_tabs li a,\n .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a,\n .td-theme-wrap .td-related-title a,\n .woocommerce div.product .woocommerce-tabs ul.tabs li a,\n .woocommerce .product .products h2:not(.woocommerce-loop-product__title),\n .td-theme-wrap .td-block-title {\n font-family:Cabin;\n\t\n }\n \n .td_module_wrap .td-post-author-name a {\n font-family:Cabin;\n\t\n }\n \n .td-post-date .entry-date {\n font-family:Cabin;\n\t\n }\n \n .td-module-comments a,\n .td-post-views span,\n .td-post-comments a {\n font-family:Cabin;\n\t\n }\n \n .td-big-grid-meta .td-post-category,\n .td_module_wrap .td-post-category,\n .td-module-image .td-post-category {\n font-family:Cabin;\n\t\n }\n \n \n .td-subcat-filter .td-subcat-dropdown a,\n .td-subcat-filter .td-subcat-list a,\n .td-subcat-filter .td-subcat-dropdown span {\n font-family:Cabin;\n\t\n }\n \n .td-excerpt,\n .td_module_14 .td-excerpt {\n font-family:Cabin;\n\t\n }\n\n\n \n\t.td_module_wrap .td-module-title {\n\t\tfont-family:Cabin;\n\t\n\t}\n \n\t.td_block_trending_now .entry-title,\n\t.td-theme-slider .td-module-title,\n .td-big-grid-post .entry-title {\n\t\tfont-family:Cabin;\n\t\n\t}\n \n\t.post .td-post-header .entry-title {\n\t\tfont-family:Cabin;\n\t\n\t}\n \n .td-post-template-default .td-post-header .entry-title {\n font-family:Cabin;\n\t\n }\n</style>\n\n\t<!-- Global site tag (gtag.js) - Google Analytics -->\n\t<script async="" src="//www.googletagmanager.com/gtag/js?id=UA-168709-2"></script>\n\t<script type="text/javascript">\n\t\t/*\n\t\t(function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){\n\t\t\t(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n\t\t\tm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n\t\t})(window,document,\'script\',\'https://www.google-analytics.com/analytics.js\',\'ga\');\n\t\tga(\'create\', \'UA-168709-2\', \'auto\');\n\t\tga(\'send\', \'pageview\');\n\t\t*/\n\t\twindow.dataLayer = window.dataLayer || [];\n\t\tfunction gtag(){dataLayer.push(arguments);}\n\t\tgtag(\'js\', new Date());\n\t\tgtag(\'config\', \'UA-168709-2\');\n\t</script>\n\n\n<!-- Google Tag Manager -->\n\t<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\n\tnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\n\tj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n\t\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\n\t})(window,document,\'script\',\'dataLayer\',\'GTM-K7GSKZN\');</script>\n\t<!-- End Google Tag Manager -->\n\n\t<!-- Facebook Pixel Code -->\n\t<script type="text/javascript">\n\t\t!function(f,b,e,v,n,t,s)\n\t\t{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\n\t\tn.callMethod.apply(n,arguments):n.queue.push(arguments)};\n\t\tif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\n\t\tn.queue=[];t=b.createElement(e);t.async=!0;\n\t\tt.src=v;s=b.getElementsByTagName(e)[0];\n\t\ts.parentNode.insertBefore(t,s)}(window,document,\'script\',\n\t\t\'//connect.facebook.net/en_US/fbevents.js\');\n\t\tfbq(\'init\', \'805888469551400\');\n\t\tfbq(\'track\', \'PageView\');\n\t</script>\n\t<script id="parsely-cfg" src="//cdn.parsely.com/keys/universitybusiness.com/p.js"></script>\n\t<!-- End Facebook Pixel Code --><script type="text/javascript">function setREVStartSize(e){\n\t\t\t//window.requestAnimationFrame(function() {\t\t\t\t \n\t\t\t\twindow.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW;\t\n\t\t\t\twindow.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH;\t\n\t\t\t\ttry {\t\t\t\t\t\t\t\t\n\t\t\t\t\tvar pw = document.getElementById(e.c).parentNode.offsetWidth,\n\t\t\t\t\t\tnewh;\n\t\t\t\t\tpw = pw===0 || isNaN(pw) ? window.RSIW : pw;\n\t\t\t\t\te.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw);\n\t\t\t\t\te.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw);\n\t\t\t\t\te.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh);\n\t\t\t\t\te.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh);\n\t\t\t\t\te.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide);\n\t\t\t\t\te.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide);\n\t\t\t\t\te.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0);\t\t\n\t\t\t\t\tif(e.layout==="fullscreen" || e.l==="fullscreen") \t\t\t\t\t\t\n\t\t\t\t\t\tnewh = Math.max(e.mh,window.RSIH);\t\t\t\t\t\n\t\t\t\t\telse{\t\t\t\t\t\n\t\t\t\t\t\te.gw = Array.isArray(e.gw) ? e.gw : [e.gw];\n\t\t\t\t\t\tfor (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1];\t\t\t\t\t\n\t\t\t\t\t\te.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el;\n\t\t\t\t\t\te.gh = Array.isArray(e.gh) ? e.gh : [e.gh];\n\t\t\t\t\t\tfor (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1];\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\tvar nl = new Array(e.rl.length),\n\t\t\t\t\t\t\tix = 0,\t\t\t\t\t\t\n\t\t\t\t\t\t\tsl;\t\t\t\t\t\n\t\t\t\t\t\te.tabw = e.tabhide>=pw ? 0 : e.tabw;\n\t\t\t\t\t\te.thumbw = e.thumbhide>=pw ? 0 : e.thumbw;\n\t\t\t\t\t\te.tabh = e.tabhide>=pw ? 0 : e.tabh;\n\t\t\t\t\t\te.thumbh = e.thumbhide>=pw ? 0 : e.thumbh;\t\t\t\t\t\n\t\t\t\t\t\tfor (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i];\n\t\t\t\t\t\tsl = nl[0];\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\tfor (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;}\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\tvar m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]);\t\t\t\t\t\n\t\t\t\t\t\tnewh = (e.gh[ix] * m) + (e.tabh + e.thumbh);\n\t\t\t\t\t}\t\t\t\t\n\t\t\t\t\tif(window.rs_init_css===undefined) window.rs_init_css = document.head.appendChild(document.createElement("style"));\t\t\t\t\t\n\t\t\t\t\tdocument.getElementById(e.c).height = newh+"px";\n\t\t\t\t\twindow.rs_init_css.innerHTML += "#"+e.c+"_wrapper { height: "+newh+"px }";\t\t\t\t\n\t\t\t\t} catch(e){\n\t\t\t\t\tconsole.log("Failure at Presize of Slider:" + e)\n\t\t\t\t}\t\t\t\t\t \n\t\t\t//});\n\t\t };</script>\n\n<!-- Button style compiled by theme -->\n\n<style>\n .tdm_block_column_content:hover .tdm-col-content-title-url .tdm-title,\n .tds-button2 .tdm-btn-text,\n .tds-button2 i,\n .tds-button5:hover .tdm-btn-text,\n .tds-button5:hover i,\n .tds-button6 .tdm-btn-text,\n .tds-button6 i,\n .tdm_block_list .tdm-list-item i,\n .tdm_block_pricing .tdm-pricing-feature i,\n body .tdm-social-item i {\n color: #0b2d72;\n }\n .tds-button1,\n .tds-button6:after,\n .tds-title2 .tdm-title-line:after,\n .tds-title3 .tdm-title-line:after,\n .tdm_block_pricing.tdm-pricing-featured:before,\n .tdm_block_pricing.tds_pricing2_block.tdm-pricing-featured .tdm-pricing-header,\n .tds-progress-bar1 .tdm-progress-bar:after,\n .tds-progress-bar2 .tdm-progress-bar:after,\n .tds-social3 .tdm-social-item {\n background-color: #0b2d72;\n }\n .tds-button2:before,\n .tds-button6:before,\n .tds-progress-bar3 .tdm-progress-bar:after {\n border-color: #0b2d72;\n }\n .tdm-btn-style1 {\n\t\t\t\t\tbackground-color: #0b2d72;\n\t\t\t\t}\n\t\t\t\t.tdm-btn-style2:before {\n\t\t\t\t border-color: #0b2d72;\n\t\t\t\t}\n\t\t\t\t.tdm-btn-style2 {\n\t\t\t\t color: #0b2d72;\n\t\t\t\t}\n\t\t\t\t.tdm-btn-style3 {\n\t\t\t\t -webkit-box-shadow: 0 2px 16px #0b2d72;\n -moz-box-shadow: 0 2px 16px #0b2d72;\n box-shadow: 0 2px 16px #0b2d72;\n\t\t\t\t}\n\t\t\t\t.tdm-btn-style3:hover {\n\t\t\t\t -webkit-box-shadow: 0 4px 26px #0b2d72;\n -moz-box-shadow: 0 4px 26px #0b2d72;\n box-shadow: 0 4px 26px #0b2d72;\n\t\t\t\t}\n</style>\n\n\t<style id="tdw-css-placeholder"></style><script src="https://connect.facebook.net/signals/config/805888469551400?v=2.9.178&r=stable&domain=universitybusiness.com&hme=28abfdc7e582ae2a8fdd6ac5ebb406923cf601dc2ee488049b0628e75e0f6b36&ex_m=70%2C122%2C107%2C111%2C61%2C4%2C100%2C69%2C16%2C97%2C89%2C51%2C54%2C173%2C176%2C188%2C184%2C185%2C187%2C29%2C101%2C53%2C77%2C186%2C168%2C171%2C181%2C182%2C189%2C132%2C41%2C191%2C192%2C34%2C144%2C15%2C50%2C197%2C196%2C134%2C18%2C40%2C1%2C43%2C65%2C66%2C67%2C71%2C93%2C17%2C14%2C96%2C92%2C91%2C108%2C52%2C110%2C39%2C109%2C30%2C94%2C26%2C169%2C172%2C141%2C86%2C56%2C84%2C33%2C73%2C0%2C95%2C32%2C28%2C82%2C83%2C88%2C47%2C46%2C87%2C37%2C11%2C12%2C13%2C6%2C7%2C25%2C22%2C23%2C57%2C62%2C64%2C75%2C102%2C27%2C76%2C9%2C8%2C80%2C48%2C21%2C104%2C103%2C105%2C98%2C10%2C20%2C3%2C38%2C74%2C19%2C5%2C90%2C81%2C44%2C35%2C85%2C2%2C36%2C63%2C42%2C106%2C45%2C79%2C68%2C112%2C60%2C59%2C31%2C99%2C58%2C55%2C49%2C78%2C72%2C24%2C113" async=""></script><meta http-equiv="origin-trial" content="AlK2UR5SkAlj8jjdEc9p3F3xuFYlF6LYjAML3EOqw1g26eCwWPjdmecULvBH5MVPoqKYrOfPhYVL71xAXI1IBQoAAAB8eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3NTgwNjcxOTksImlzU3ViZG9tYWluIjp0cnVlfQ=="><meta http-equiv="origin-trial" content="Amm8/NmvvQfhwCib6I7ZsmUxiSCfOxWxHayJwyU1r3gRIItzr7bNQid6O8ZYaE1GSQTa69WwhPC9flq/oYkRBwsAAACCeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3NTgwNjcxOTksImlzU3ViZG9tYWluIjp0cnVlfQ=="><meta http-equiv="origin-trial" content="A9wSqI5i0iwGdf6L1CERNdmsTPgVu44ewj8QxTBYgsv1LCPUVF7YmWOvTappqB1139jAymxUW/RO8zmMqo4zlAAAAACNeyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiRmxlZGdlQmlkZGluZ0FuZEF1Y3Rpb25TZXJ2ZXIiLCJleHBpcnkiOjE3MzY4MTI4MDAsImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9"><meta http-equiv="origin-trial" content="A+d7vJfYtay4OUbdtRPZA3y7bKQLsxaMEPmxgfhBGqKXNrdkCQeJlUwqa6EBbSfjwFtJWTrWIioXeMW+y8bWAgQAAACTeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiRmxlZGdlQmlkZGluZ0FuZEF1Y3Rpb25TZXJ2ZXIiLCJleHBpcnkiOjE3MzY4MTI4MDAsImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9"><script src="https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202412090101/pubads_impl.js?cb=31089395" async=""></script><link href="https://securepubads.g.doubleclick.net/pagead/managed/dict/m202412050101/gpt" rel="compression-dictionary"> <style id="cky-style">.cky-hide{display: none;}.cky-btn-revisit-wrapper{display: flex; align-items: center; justify-content: center; background: #0056a7; width: 45px; height: 45px; border-radius: 50%; position: fixed; z-index: 999999; cursor: pointer;}.cky-revisit-bottom-left{bottom: 15px; left: 15px;}.cky-revisit-bottom-right{bottom: 15px; right: 15px;}.cky-btn-revisit-wrapper .cky-btn-revisit{display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; position: relative; margin: 0; padding: 0;}.cky-btn-revisit-wrapper .cky-btn-revisit img{max-width: fit-content; margin: 0; height: 30px; width: 30px;}.cky-revisit-bottom-left:hover::before{content: attr(data-tooltip); position: absolute; background: #4E4B66; color: #ffffff; left: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-left:hover::after{position: absolute; content: ""; border: 5px solid transparent; left: calc(100% + 2px); border-left-width: 0; border-right-color: #4E4B66;}.cky-revisit-bottom-right:hover::before{content: attr(data-tooltip); position: absolute; background: #4E4B66; color: #ffffff; right: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-right:hover::after{position: absolute; content: ""; border: 5px solid transparent; right: calc(100% + 2px); border-right-width: 0; border-left-color: #4E4B66;}.cky-revisit-hide{display: none;}.cky-consent-container{position: fixed; width: 100%; box-sizing: border-box; z-index: 9999999;}.cky-classic-bottom{bottom: 0; left: 0;}.cky-classic-top{top: 0; left: 0;}.cky-consent-container .cky-consent-bar{background: #ffffff; border: 1px solid; padding: 16.5px 24px; box-shadow: 0 -1px 10px 0 #acabab4d;}.cky-consent-bar .cky-banner-btn-close{position: absolute; right: 9px; top: 5px; background: none; border: none; cursor: pointer; padding: 0; margin: 0; height: auto; width: auto; min-height: 0; line-height: 0; text-shadow: none; box-shadow: none;}.cky-consent-bar .cky-banner-btn-close img{width: 9px; height: 9px; margin: 0;}.cky-custom-brand-logo-wrapper .cky-custom-brand-logo{width: 100px; height: auto; margin: 0 0 10px 0;}.cky-notice .cky-title{color: #212121; font-weight: 700; font-size: 18px; line-height: 24px; margin: 0 0 10px 0;}.cky-notice-group{display: flex; justify-content: space-between; align-items: center;}.cky-notice-des *{font-size: 14px;}.cky-notice-des{color: #212121; font-size: 14px; line-height: 24px; font-weight: 400;}.cky-notice-des img{height: 25px; width: 25px;}.cky-consent-bar .cky-notice-des p{color: inherit; margin-top: 0; overflow-wrap: break-word;}.cky-notice-des p:last-child{margin-bottom: 0;}.cky-notice-des a.cky-policy,.cky-notice-des button.cky-policy{font-size: 14px; color: #1863dc; white-space: nowrap; cursor: pointer; background: transparent; border: 1px solid; text-decoration: underline;}.cky-notice-des button.cky-policy{padding: 0;}.cky-notice-des a.cky-policy:focus-visible,.cky-consent-bar .cky-banner-btn-close:focus-visible,.cky-notice-des button.cky-policy:focus-visible,.cky-category-direct-switch input[type="checkbox"]:focus-visible,.cky-preference-content-wrapper .cky-show-desc-btn:focus-visible,.cky-accordion-header .cky-accordion-btn:focus-visible,.cky-switch input[type="checkbox"]:focus-visible,.cky-footer-wrapper a:focus-visible,.cky-btn:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}.cky-btn:focus:not(:focus-visible),.cky-accordion-header .cky-accordion-btn:focus:not(:focus-visible),.cky-preference-content-wrapper .cky-show-desc-btn:focus:not(:focus-visible),.cky-btn-revisit-wrapper .cky-btn-revisit:focus:not(:focus-visible),.cky-preference-header .cky-btn-close:focus:not(:focus-visible),.cky-banner-btn-close:focus:not(:focus-visible){outline: 0;}button.cky-show-desc-btn:not(:hover):not(:active){color: #1863dc; background: transparent;}button.cky-accordion-btn:not(:hover):not(:active),button.cky-banner-btn-close:not(:hover):not(:active),button.cky-btn-close:not(:hover):not(:active),button.cky-btn-revisit:not(:hover):not(:active){background: transparent;}.cky-consent-bar button:hover,.cky-modal.cky-modal-open button:hover,.cky-consent-bar button:focus,.cky-modal.cky-modal-open button:focus{text-decoration: none;}.cky-notice-btn-wrapper{display: flex; justify-content: center; align-items: center; margin-left: 15px;}.cky-notice-btn-wrapper .cky-btn{text-shadow: none; box-shadow: none;}.cky-btn{font-size: 14px; font-family: inherit; line-height: 24px; padding: 8px 27px; font-weight: 500; margin: 0 8px 0 0; border-radius: 2px; white-space: nowrap; cursor: pointer; text-align: center; text-transform: none; min-height: 0;}.cky-btn:hover{opacity: 0.8;}.cky-btn-customize{color: #1863dc; background: transparent; border: 2px solid; border-color: #1863dc; padding: 8px 28px 8px 14px; position: relative;}.cky-btn-reject{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-accept{background: #1863dc; color: #ffffff; border: 2px solid #1863dc;}.cky-consent-bar .cky-btn-customize::after{position: absolute; content: ""; display: inline-block; top: 18px; right: 12px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid; border-top-color: inherit;}.cky-consent-container.cky-consent-bar-expand .cky-btn-customize::after{transform: rotate(-180deg);}.cky-btn:last-child{margin-right: 0;}@media (max-width: 768px){.cky-notice-group{display: block;}.cky-notice-btn-wrapper{margin: 0;}.cky-notice-btn-wrapper{flex-wrap: wrap;}.cky-notice-btn-wrapper .cky-btn{flex: auto; max-width: 100%; margin-top: 10px; white-space: unset;}}@media (max-width: 576px){.cky-btn-accept{order: 1; width: 100%;}.cky-btn-customize{order: 2;}.cky-btn-reject{order: 3; margin-right: 0;}.cky-consent-container.cky-consent-bar-expand .cky-consent-bar{display: none;}.cky-consent-container .cky-consent-bar{padding: 16.5px 0;}.cky-custom-brand-logo-wrapper .cky-custom-brand-logo, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper, .cky-category-direct-preview-wrapper{padding: 0 24px;}.cky-notice-des{max-height: 40vh; overflow-y: scroll;}}@media (max-width: 352px){.cky-notice .cky-title{font-size: 16px;}.cky-notice-des *{font-size: 12px;}.cky-notice-des, .cky-btn, .cky-notice-des a.cky-policy{font-size: 12px;}}.cky-preference-wrapper{display: none;}.cky-consent-container.cky-classic-bottom.cky-consent-bar-expand{animation: cky-classic-expand 1s;}.cky-consent-container.cky-classic-bottom.cky-consent-bar-expand .cky-preference-wrapper{display: block;}@keyframes cky-classic-expand{0%{transform: translateY(50%);}100%{transform: translateY(0%);}}.cky-consent-container.cky-classic-top .cky-preference-wrapper{animation: cky-classic-top-expand 1s;}.cky-consent-container.cky-classic-top.cky-consent-bar-expand .cky-preference-wrapper{display: block;}@keyframes cky-classic-top-expand{0%{opacity: 0; transform: translateY(-50%);}50%{opacity: 0;}100%{opacity: 1; transform: translateY(0%);}}.cky-preference{padding: 0 24px; color: #212121; overflow-y: scroll; max-height: 48vh;}.cky-preference-center,.cky-preference,.cky-preference-header,.cky-footer-wrapper{background-color: inherit;}.cky-preference-center,.cky-preference,.cky-preference-body-wrapper,.cky-accordion-wrapper{color: inherit;}.cky-preference-header .cky-btn-close{cursor: pointer; vertical-align: middle; padding: 0; margin: 0; display: none; background: none; border: none; height: auto; width: auto; min-height: 0; line-height: 0; box-shadow: none; text-shadow: none;}.cky-preference-header .cky-btn-close img{margin: 0; height: 10px; width: 10px;}.cky-preference-header{margin: 16px 0 0 0; display: flex; align-items: center; justify-content: space-between;}.cky-preference-header .cky-preference-title{font-size: 18px; font-weight: 700; line-height: 24px;}.cky-preference-content-wrapper *{font-size: 14px;}.cky-preference-content-wrapper{font-size: 14px; line-height: 24px; font-weight: 400; padding: 12px 0; border-bottom: 1px solid;}.cky-preference-content-wrapper img{height: 25px; width: 25px;}.cky-preference-content-wrapper .cky-show-desc-btn{font-size: 14px; font-family: inherit; color: #1863dc; text-decoration: none; line-height: 24px; padding: 0; margin: 0; white-space: nowrap; cursor: pointer; background: transparent; border-color: transparent; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-preference-body-wrapper .cky-preference-content-wrapper p{color: inherit; margin-top: 0;}.cky-accordion-wrapper{margin-bottom: 10px;}.cky-accordion{border-bottom: 1px solid;}.cky-accordion:last-child{border-bottom: none;}.cky-accordion .cky-accordion-item{display: flex; margin-top: 10px;}.cky-accordion .cky-accordion-body{display: none;}.cky-accordion.cky-accordion-active .cky-accordion-body{display: block; padding: 0 22px; margin-bottom: 16px;}.cky-accordion-header-wrapper{cursor: pointer; width: 100%;}.cky-accordion-item .cky-accordion-header{display: flex; justify-content: space-between; align-items: center;}.cky-accordion-header .cky-accordion-btn{font-size: 16px; font-family: inherit; color: #212121; line-height: 24px; background: none; border: none; font-weight: 700; padding: 0; margin: 0; cursor: pointer; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-header .cky-always-active{color: #008000; font-weight: 600; line-height: 24px; font-size: 14px;}.cky-accordion-header-des *{font-size: 14px;}.cky-accordion-header-des{color: #212121; font-size: 14px; line-height: 24px; margin: 10px 0 16px 0;}.cky-accordion-header-wrapper .cky-accordion-header-des p{color: inherit; margin-top: 0;}.cky-accordion-chevron{margin-right: 22px; position: relative; cursor: pointer;}.cky-accordion-chevron-hide{display: none;}.cky-accordion .cky-accordion-chevron i::before{content: ""; position: absolute; border-right: 1.4px solid; border-bottom: 1.4px solid; border-color: inherit; height: 6px; width: 6px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); transition: all 0.2s ease-in-out; top: 8px;}.cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}.cky-audit-table{background: #f4f4f4; border-radius: 6px;}.cky-audit-table .cky-empty-cookies-text{color: inherit; font-size: 12px; line-height: 24px; margin: 0; padding: 10px;}.cky-audit-table .cky-cookie-des-table{font-size: 12px; line-height: 24px; font-weight: normal; padding: 15px 10px; border-bottom: 1px solid; border-bottom-color: inherit; margin: 0;}.cky-audit-table .cky-cookie-des-table:last-child{border-bottom: none;}.cky-audit-table .cky-cookie-des-table li{list-style-type: none; display: flex; padding: 3px 0;}.cky-audit-table .cky-cookie-des-table li:first-child{padding-top: 0;}.cky-cookie-des-table li div:first-child{width: 100px; font-weight: 600; word-break: break-word; word-wrap: break-word;}.cky-cookie-des-table li div:last-child{flex: 1; word-break: break-word; word-wrap: break-word; margin-left: 8px;}.cky-cookie-des-table li div:last-child p{color: inherit; margin-top: 0;}.cky-cookie-des-table li div:last-child p:last-child{margin-bottom: 0;}.cky-prefrence-btn-wrapper{display: flex; align-items: center; justify-content: flex-end; padding: 18px 24px; border-top: 1px solid;}.cky-prefrence-btn-wrapper .cky-btn{text-shadow: none; box-shadow: none;}.cky-category-direct-preview-btn-wrapper .cky-btn-preferences{text-shadow: none; box-shadow: none;}.cky-prefrence-btn-wrapper .cky-btn-accept,.cky-prefrence-btn-wrapper .cky-btn-reject{display: none;}.cky-btn-preferences{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-footer-wrapper{position: relative;}.cky-footer-shadow{display: block; width: 100%; height: 40px; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); position: absolute; bottom: 100%;}.cky-preference-center,.cky-preference,.cky-preference-body-wrapper,.cky-preference-content-wrapper,.cky-accordion-wrapper,.cky-accordion,.cky-footer-wrapper,.cky-prefrence-btn-wrapper{border-color: inherit;}@media (max-width: 768px){.cky-preference{max-height: 35vh;}}@media (max-width: 576px){.cky-consent-bar-hide{display: none;}.cky-preference{max-height: 100vh; padding: 0;}.cky-preference-body-wrapper{padding: 60px 24px 200px;}.cky-preference-body-wrapper-reject-hide{padding: 60px 24px 165px;}.cky-preference-header{position: fixed; width: 100%; box-sizing: border-box; z-index: 999999999; margin: 0; padding: 16px 24px; border-bottom: 1px solid #f4f4f4;}.cky-preference-header .cky-btn-close{display: block;}.cky-prefrence-btn-wrapper{display: block;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding-right: 0;}.cky-prefrence-btn-wrapper .cky-btn{width: 100%; margin-top: 10px; margin-right: 0;}.cky-prefrence-btn-wrapper .cky-btn:first-child{margin-top: 0;}.cky-accordion:last-child{padding-bottom: 20px;}.cky-prefrence-btn-wrapper .cky-btn-accept, .cky-prefrence-btn-wrapper .cky-btn-reject{display: block;}.cky-footer-wrapper{position: fixed; bottom: 0; width: 100%;}}@media (max-width: 425px){.cky-accordion-chevron{margin-right: 15px;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px;}}@media (max-width: 352px){.cky-preference-header .cky-preference-title{font-size: 16px;}.cky-preference-content-wrapper *, .cky-accordion-header-des *{font-size: 12px;}.cky-accordion-header-des, .cky-preference-content-wrapper, .cky-preference-content-wrapper .cky-show-desc-btn{font-size: 12px;}.cky-accordion-header .cky-accordion-btn{font-size: 14px;}}.cky-category-direct-preview-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-top: 16px;}.cky-category-direct-preview{display: flex; flex-wrap: wrap; align-items: center; font-size: 14px; font-weight: 600; line-height: 24px; color: #212121;}.cky-category-direct-preview-section{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}.cky-category-direct-item{display: flex; margin: 0 30px 10px 0; cursor: pointer;}.cky-category-direct-item label{font-size: 14px; font-weight: 600; margin-right: 10px; cursor: pointer; word-break: break-word;}.cky-category-direct-switch input[type="checkbox"]{display: inline-block; position: relative; width: 33px; height: 18px; margin: 0; background: #d0d5d2; -webkit-appearance: none; border-radius: 50px; border: none; cursor: pointer; vertical-align: middle; outline: 0; top: 0;}.cky-category-direct-switch input[type="checkbox"]:checked{background: #1863dc;}.cky-category-direct-switch input[type="checkbox"]:before{position: absolute; content: ""; height: 15px; width: 15px; left: 2px; bottom: 2px; margin: 0; border-radius: 50%; background-color: white; -webkit-transition: 0.4s; transition: 0.4s;}.cky-category-direct-switch input[type="checkbox"]:checked:before{-webkit-transform: translateX(14px); -ms-transform: translateX(14px); transform: translateX(14px);}.cky-category-direct-switch input[type="checkbox"]:after{display: none;}.cky-category-direct-switch .cky-category-direct-switch-enabled:checked{background: #818181;}@media (max-width: 576px){.cky-category-direct-preview-wrapper{display: block;}.cky-category-direct-item{justify-content: space-between; width: 45%; margin: 0 0 10px 0;}.cky-category-direct-preview-btn-wrapper .cky-btn-preferences{width: 100%;}}@media (max-width: 352px){.cky-category-direct-preview{font-size: 12px;}}.cky-switch{display: flex;}.cky-switch input[type="checkbox"]{position: relative; width: 44px; height: 24px; margin: 0; background: #d0d5d2; -webkit-appearance: none; border-radius: 50px; cursor: pointer; outline: 0; border: none; top: 0;}.cky-switch input[type="checkbox"]:checked{background: #3a76d8;}.cky-switch input[type="checkbox"]:before{position: absolute; content: ""; height: 20px; width: 20px; left: 2px; bottom: 2px; border-radius: 50%; background-color: white; -webkit-transition: 0.4s; transition: 0.4s; margin: 0;}.cky-switch input[type="checkbox"]:after{display: none;}.cky-switch input[type="checkbox"]:checked:before{-webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px);}@media (max-width: 425px){.cky-switch input[type="checkbox"]{width: 38px; height: 21px;}.cky-switch input[type="checkbox"]:before{height: 17px; width: 17px;}.cky-switch input[type="checkbox"]:checked:before{-webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px);}}.video-placeholder-youtube{background-size: 100% 100%; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: center; justify-content: center; max-width: 100%;}.video-placeholder-text-youtube{text-align: center; align-items: center; padding: 10px 16px; background-color: #000000cc; color: #ffffff; border: 1px solid; border-radius: 2px; cursor: pointer;}.video-placeholder-normal{background-image: url("/wp-content/plugins/cookie-law-info/lite/frontend/images/placeholder.svg"); background-size: 80px; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: flex-end; justify-content: center; max-width: 100%;}.video-placeholder-text-normal{align-items: center; padding: 10px 16px; text-align: center; border: 1px solid; border-radius: 2px; cursor: pointer;}.cky-rtl{direction: rtl; text-align: right;}.cky-rtl .cky-banner-btn-close{left: 9px; right: auto;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 8px;}.cky-rtl .cky-notice-btn-wrapper{margin-left: 0; margin-right: 15px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 8px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-accordion .cky-accordion-chevron i::before{border: none; border-left: 1.4px solid; border-top: 1.4px solid; left: 12px;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}.cky-rtl .cky-category-direct-preview-btn-wrapper{margin-right: 15px; margin-left: 0;}.cky-rtl .cky-category-direct-item label{margin-right: 0; margin-left: 10px;}.cky-rtl .cky-category-direct-preview-section .cky-category-direct-item:first-child{margin: 0 0 10px 0;}@media (max-width: 992px){.cky-rtl .cky-category-direct-preview-btn-wrapper{margin-right: 0;}}@media (max-width: 768px){.cky-rtl .cky-notice-btn-wrapper{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:first-child{margin-right: 0;}}@media (max-width: 576px){.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper .cky-btn{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper .cky-btn-reject{margin-right: 8px;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 22px 0 0;}}@media (max-width: 425px){.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px 0 0;}}</style></head><body class="post-template-default single single-post postid-19038 single-format-standard page-id-19038 td-standard-pack these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students global-block-template-10 tdb_template_99 aa-prefix-distr- tdb-template tdc-header-template tdc-footer-template td-animation-stack-type0 td-full-layout td-js-loaded" itemscope="itemscope" itemtype="https://schema.org/WebPage"><div class="cky-consent-container cky-classic-bottom" tabindex="0"> <div class="cky-consent-bar" data-cky-tag="notice" style="background-color:#FFFFFF;border-color:#f4f4f4;color:#212121"> <div class="cky-notice"> <p class="cky-title" role="heading" aria-level="1" data-cky-tag="title" style="color:#212121"></p><div class="cky-notice-group"> <div class="cky-notice-des" data-cky-tag="description" style="color:#212121"> <p>We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent. <a href="/privacy/" rel="noopener noreferrer" target="_blank">Click to view our cookie policy</a>.</p> </div><div class="cky-notice-btn-wrapper" data-cky-tag="notice-buttons"> <button class="cky-btn cky-btn-reject" aria-label="Reject All" data-cky-tag="reject-button" style="color:#1863dc;background-color:transparent;border-color:#1863dc">Reject All</button> <button class="cky-btn cky-btn-accept" aria-label="Accept All" data-cky-tag="accept-button" style="color:#FFFFFF;background-color:#1863dc;border-color:#1863dc">Accept All</button> </div></div></div></div><div class="cky-preference-wrapper" data-cky-tag="detail" style="color:#212121;background-color:#FFFFFF;border-color:#F4F4F4"> <div class="cky-preference-center"> <div class="cky-preference"> <div class="cky-preference-header"> <span class="cky-preference-title" role="heading" aria-level="1" data-cky-tag="detail-title" style="color:#212121">Customize Consent Preferences</span> <button class="cky-btn-close" aria-label="[cky_preference_close_label]" data-cky-tag="detail-close"> <img src="https://universitybusiness.com/wp-content/plugins/cookie-law-info/lite/frontend/images/close.svg" alt="Close"> </button> </div><div class="cky-preference-body-wrapper"> <div class="cky-preference-content-wrapper" data-cky-tag="detail-description" style="color:#212121"><p>We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.</p><p>The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... <button class="cky-show-desc-btn" data-cky-tag="show-desc-button" aria-label="Show more">Show more</button></p></div><div class="cky-accordion-wrapper" data-cky-tag="detail-categories"> <div class="cky-accordion" id="ckyDetailCategorynecessary"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Necessary" data-cky-tag="detail-category-title" style="color:#212121" aria-expanded="false">Necessary</button><span class="cky-always-active">Always Active</span> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryfunctional"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Functional" data-cky-tag="detail-category-title" style="color:#212121" aria-expanded="false">Functional</button> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryanalytics"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Analytics" data-cky-tag="detail-category-title" style="color:#212121" aria-expanded="false">Analytics</button> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryperformance"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Performance" data-cky-tag="detail-category-title" style="color:#212121" aria-expanded="false">Performance</button> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryadvertisement"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Advertisement" data-cky-tag="detail-category-title" style="color:#212121" aria-expanded="false">Advertisement</button> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div> </div></div></div><div class="cky-footer-wrapper"> <span class="cky-footer-shadow" style="background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);"></span> <div class="cky-prefrence-btn-wrapper" data-cky-tag="detail-buttons"> <button class="cky-btn cky-btn-accept" aria-label="Accept All" data-cky-tag="detail-accept-button" style="color:#ffffff;background-color:#1863dc;border-color:#1863dc"> Accept All </button> <button class="cky-btn cky-btn-preferences" aria-label="Save My Preferences" data-cky-tag="detail-save-button" style="color:#1863dc;background-color:transparent;border-color:#1863dc"> Save My Preferences </button> <button class="cky-btn cky-btn-reject" aria-label="Reject All" data-cky-tag="detail-reject-button" style="color:#1863dc;background-color:transparent;border-color:#1863dc"> Reject All </button> </div></div></div></div></div><img src="#" onerror="console.log(323474683446);" <style="">\n\t<!-- GAM configuration -->\n\t<script type="text/javascript" async="" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>\n\t<script type="text/javascript" async="" src="/bg/sponsored/js"></script>\n\t<script type="text/javascript">\n\t\twindow.is_mobile = ( window.innerWidth <= 600 );\n\t\twindow.googletag = window.googletag || {cmd: []};\n\t\tgoogletag.cmd.push(function() {\n\t\t\t \n\t\t\tgoogletag.pubads().enableSingleRequest();\n\t\t\tgoogletag.pubads().addEventListener(\'slotRenderEnded\', function(event) {\n\t\t\t\tconsole.log(\'gam rendered \'+event.slot.getSlotElementId());\n\t\t\t});\n\t\t\tgoogletag.enableServices();\n\t\t});\n\t\tjQuery(document).ready( function(evt) {\n\t\t\tsetTimeout(function(evt) {\n\t\t\t\tcheckEmptyAdSlots();\n\t\t\t}, 1000);\n\t\t});\n\t\t// try and hide ad slots that did not successfully load (hide titles too)\n\t\tfunction checkEmptyAdSlots() {\n\t\t\tjQuery(\'[id^="div-gpt-ad-"]\').each( function(evt) {\n\t\t\t\tvar pardiv = jQuery(this).parents(\'div:first\');\n\t\t\t\tif( pardiv.length && !pardiv.find(\'.td-adspot-title\').length && pardiv.parents(\'div.wpb_wrapper\').length ) {\n\t\t\t\t\t// just in case the ad div is wrapped in some theme div created by the template parser\n\t\t\t\t\t//pardiv = pardiv.parents(\'div.wpb_wrapper:first\');\n\t\t\t\t}\n\t\t\t\tif( !jQuery(this).html() || !pardiv.html().match(/iframe/i) ) {\n\t\t\t\t\tpardiv.css(\'display\',\'none\');\n\t\t\t\t\t//console.log(\'hiding ad div \'+jQuery(this).attr(\'id\'));\n\t\t\t\t} else if( pardiv.html().match(/iframe/i) ) {\n\t\t\t\t\tif( jQuery(this).attr(\'id\').match(/leader/i) ) { // special check for leaderboards\n\t\t\t\t\t\tif( jQuery(this).attr(\'id\').match(/mobile/i) && window.is_mobile ) {\n\t\t\t\t\t\t\tpardiv.css(\'display\',\'\');\n\t\t\t\t\t\t\t//console.log(\'unhiding ad div \'+jQuery(this).attr(\'id\'));\n\t\t\t\t\t\t} else if ( !jQuery(this).attr(\'id\').match(/mobile/i) && !window.is_mobile ) {\n\t\t\t\t\t\t\tpardiv.css(\'display\',\'\');\n\t\t\t\t\t\t\t//console.log(\'unhiding ad div \'+jQuery(this).attr(\'id\'));\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tpardiv.css(\'display\',\'\');\n\t\t\t\t\t\t//console.log(\'unhiding ad div \'+jQuery(this).attr(\'id\'));\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t</script>\n\n\n<!-- Google Tag Manager -->\n\t<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\n\tnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\n\tj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n\t\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\n\t})(window,document,\'script\',\'dataLayer\',\'GTM-K7GSKZN\');</script>\n\t<!-- End Google Tag Manager -->\t\t<div class="td-scroll-up td-hide-scroll-up-on-mob" style="display:none;"><i class="td-icon-menu-up"></i></div>\n\t\t<div class="td-menu-background" style="visibility:hidden"></div>\n<div id="td-mobile-nav" style="visibility:hidden">\n <div class="td-mobile-container">\n <!-- mobile menu top section -->\n <div class="td-menu-socials-wrap">\n <!-- socials -->\n <div class="td-menu-socials">\n \n <span class="td-social-icon-wrap">\n <a target="_blank" href="https://www.facebook.com/universitybusiness/" title="Facebook">\n <i class="td-icon-font td-icon-facebook"></i>\n </a>\n </span>\n <span class="td-social-icon-wrap">\n <a target="_blank" href="https://www.linkedin.com/company/university-business-magazine" title="Linkedin">\n <i class="td-icon-font td-icon-linkedin"></i>\n </a>\n </span>\n <span class="td-social-icon-wrap">\n <a target="_blank" href="https://twitter.com/universitybiz" title="Twitter">\n <i class="td-icon-font td-icon-twitter"></i>\n </a>\n </span> </div>\n <!-- close button -->\n <div class="td-mobile-close">\n <a href="#" aria-label="Close"><i class="td-icon-close-mobile"></i></a>\n </div>\n </div>\n\n <!-- login section -->\n \n <!-- menu section -->\n <div class="td-mobile-content">\n <div class="menu-mobile-menu-container"><ul id="menu-mobile-menu" class="td-mobile-main-menu"><li id="menu-item-14399" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-first menu-item-14399 td_mobile_submenu td_mobile_elem_with_submenu_0"><a href="https://universitybusiness.com/category/administration/" class="td-link-element-after">Administration<i class="td-icon-menu-right td-element-after"></i></a>\n<ul class="sub-menu">\n\t<li id="menu-item-14395" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14395"><a href="https://universitybusiness.com/category/admin-management/leadership-admin-management/">Leadership</a></li>\n\t<li id="menu-item-14385" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14385"><a href="https://universitybusiness.com/category/academics/academic-affairs/">Academic Affairs</a></li>\n\t<li id="menu-item-14405" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14405"><a href="https://universitybusiness.com/category/administration/partnerships-mergers/">Partnerships/Mergers</a></li>\n\t<li id="menu-item-14397" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14397"><a href="https://universitybusiness.com/category/admin-management/personnel-and-hr-admin-management/">Personnel and HR</a></li>\n\t<li id="menu-item-14398" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14398"><a href="https://universitybusiness.com/category/admin-management/policy-and-legal-affairs-admin-management/">Policy and Legal Affairs</a></li>\n\t<li id="menu-item-14403" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14403"><a href="https://universitybusiness.com/category/administration/fundraising/">Fundraising</a></li>\n\t<li id="menu-item-14434" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14434"><a href="https://universitybusiness.com/category/presidents/">Presidents</a></li>\n\t<li id="menu-item-14400" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14400"><a href="https://universitybusiness.com/category/administration/crisis-management/">Crisis Management</a></li>\n</ul>\n</li>\n<li id="menu-item-14412" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-item-14412 td_mobile_submenu td_mobile_elem_with_submenu_1"><a href="https://universitybusiness.com/category/enrollment/" class="td-link-element-after">Enrollment<i class="td-icon-menu-right td-element-after"></i></a>\n<ul class="sub-menu">\n\t<li id="menu-item-14414" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14414"><a href="https://universitybusiness.com/category/enrollment/admissions/">Admissions</a></li>\n\t<li id="menu-item-14413" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14413"><a href="https://universitybusiness.com/category/enrollment/access-affordability/">Access & Affordability</a></li>\n\t<li id="menu-item-14435" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14435"><a href="https://universitybusiness.com/category/enrollment/roi-value/">ROI/Value</a></li>\n\t<li id="menu-item-14415" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14415"><a href="https://universitybusiness.com/category/enrollment/diversity-equity-inclusion/">Diversity, Equity, Inclusion</a></li>\n\t<li id="menu-item-14436" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14436"><a href="https://universitybusiness.com/category/enrollment/student-loans-pell-grants/">Student Loans/Pell Grants</a></li>\n\t<li id="menu-item-14416" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-14416"><a href="https://universitybusiness.com/category/enrollment/international-students/">International Students</a></li>\n</ul>\n</li>\n<li id="menu-item-14384" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor menu-item-has-children menu-item-14384 td_mobile_submenu td_mobile_elem_with_submenu_2"><a href="https://universitybusiness.com/category/academics/" class="td-link-element-after">Academics<i class="td-icon-menu-right td-element-after"></i></a>\n<ul class="sub-menu">\n\t<li id="menu-item-14437" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-14437"><a href="https://universitybusiness.com/category/academics/rankings/">Rankings</a></li>\n\t<li id="menu-item-14392" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14392"><a href="https://universitybusiness.com/category/academics/online-learning/">Online Learning</a></li>\n\t<li id="menu-item-14386" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14386"><a href="https://universitybusiness.com/category/academics/advising/">Advising</a></li>\n\t<li id="menu-item-14391" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14391"><a href="https://universitybusiness.com/category/academics/instructional-technology/">Instructional Technology</a></li>\n\t<li id="menu-item-14389" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14389"><a href="https://universitybusiness.com/category/academics/edtech-innovation/">Edtech/Innovation</a></li>\n\t<li id="menu-item-14390" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14390"><a href="https://universitybusiness.com/category/academics/faculty/">Faculty</a></li>\n\t<li id="menu-item-14387" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14387"><a href="https://universitybusiness.com/category/academics/civil-dialogue/">Civil Dialogue</a></li>\n\t<li id="menu-item-14388" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14388"><a href="https://universitybusiness.com/category/academics/curricula-majors/">Curricula/Majors</a></li>\n</ul>\n</li>\n<li id="menu-item-14438" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-14438 td_mobile_submenu td_mobile_elem_with_submenu_3"><a href="https://universitybusiness.com/category/wellness-student-success/" class="td-link-element-after">Wellness/Student Success<i class="td-icon-menu-right td-element-after"></i></a>\n<ul class="sub-menu">\n\t<li id="menu-item-14423" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14423"><a href="https://universitybusiness.com/category/mental-health/">Mental health</a></li>\n\t<li id="menu-item-14430" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14430"><a href="https://universitybusiness.com/category/wellness-student-success/covid/">COVID</a></li>\n\t<li id="menu-item-14429" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14429"><a href="https://universitybusiness.com/category/wellness-student-success/career-pathways/">Career Pathways</a></li>\n\t<li id="menu-item-14428" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14428"><a href="https://universitybusiness.com/category/wellness-student-success/campus-safety/">Campus Safety</a></li>\n\t<li id="menu-item-14439" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14439"><a href="https://universitybusiness.com/category/campus-life/student-success-and-retention-campus-life/">Student Success and Retention</a></li>\n\t<li id="menu-item-14411" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14411"><a href="https://universitybusiness.com/category/campus-life/dining-and-retail-campus-life/">Dining and Retail</a></li>\n\t<li id="menu-item-14427" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14427"><a href="https://universitybusiness.com/category/wellness-student-success/athletics-recreation/">Athletics/Recreation</a></li>\n\t<li id="menu-item-14433" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14433"><a href="https://universitybusiness.com/category/wellness-student-success/lgbtq/">LGBTQ+</a></li>\n</ul>\n</li>\n<li id="menu-item-14426" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-14426 td_mobile_submenu td_mobile_elem_with_submenu_4"><a href="https://universitybusiness.com/category/opinion-special-content/" class="td-link-element-after">Opinion/Special Content<i class="td-icon-menu-right td-element-after"></i></a>\n<ul class="sub-menu">\n\t<li id="menu-item-14425" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14425"><a href="https://universitybusiness.com/category/op-ed/">Op-ed</a></li>\n\t<li id="menu-item-14440" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14440"><a href="https://universitybusiness.com/category/webinar/">Web Seminars – UB Ed Talks – Podcasts</a></li>\n</ul>\n</li>\n<li id="menu-item-14441" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14441"><a href="https://universitybusiness.com/contact-us/">Contact Us</a></li>\n<li id="menu-item-14442" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14442"><a href="https://universitybusiness.com/subscribe/">Subscribe</a></li>\n<li id="menu-item-14443" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14443"><a href="https://universitybusiness.com/media-kit-request/">Advertise</a></li>\n<li id="menu-item-14444" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14444"><a href="https://careers.universitybusiness.com/jobs/">Jobs</a></li>\n</ul></div> </div>\n </div>\n\n <!-- register/login section -->\n </div>\t<div class="td-search-background" style="visibility:hidden"></div>\n<div class="td-search-wrap-mob" style="visibility:hidden">\n\t<div class="td-drop-down-search">\n\t\t<form method="get" class="td-search-form" action="https://universitybusiness.com/">\n\t\t\t<!-- close button -->\n\t\t\t<div class="td-search-close">\n\t\t\t\t<a href="#"><i class="td-icon-close-mobile"></i></a>\n\t\t\t</div>\n\t\t\t<div role="search" class="td-search-input">\n\t\t\t\t<span>Search</span>\n\t\t\t\t<input id="td-header-search-mob" type="text" value="" name="s" autocomplete="off">\n\t\t\t</div>\n\t\t</form>\n\t\t<div id="td-aj-search-mob" class="td-ajax-search-flex"></div>\n\t</div>\n</div>\t\n\t<div id="td-outer-wrap" class="td-theme-wrap">\n\t\t\t\t<div class="td-header-template-wrap" style="position: relative">\n\t\t\t\t\t\t\t\t<div class="td-header-mobile-wrap " style="display: none;">\n\t\t\t\t\t<div id="tdi_1" class="tdc-zone"><div class="tdc_zone tdi_2 wpb_row td-pb-row tdc-element-style">\n<style scoped="">\n\n/* custom css */\n.tdi_2{\n min-height: 0;\n }.tdi_2 > .td-element-style:after{\n content: \'\' !important;\n width: 100% !important;\n height: 100% !important;\n position: absolute !important;\n top: 0 !important;\n left: 0 !important;\n z-index: 0 !important;\n display: block !important;\n background-color: #ffffff !important;\n }.td-header-mobile-wrap{\n position: relative;\n width: 100%;\n }\n\n/* phone */\n@media (max-width: 767px){\n.tdi_2:before{\n content: \'\';\n display: block;\n width: 100vw;\n height: 100%;\n position: absolute;\n left: 50%;\n transform: translateX(-50%);\n box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);\n z-index: 20;\n pointer-events: none;\n }@media (max-width: 767px) {\n .tdi_2:before {\n width: 100%;\n }\n }\n}\n</style>\n<div class="tdi_1_rand_style td-element-style"></div><div id="tdi_3" class="tdc-row"><div class="vc_row tdi_4 wpb_row td-pb-row">\n<style scoped="">\n\n/* custom css */\n.tdi_4,\n .tdi_4 .tdc-columns{\n min-height: 0;\n }.tdi_4,\n\t\t\t\t.tdi_4 .tdc-columns{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_4 .tdc-columns{\n\t\t\t\t width: 100%;\n\t\t\t\t}\n</style><div class="vc_column tdi_6 wpb_column vc_column_container tdc-column td-pb-span12">\n<style scoped="">\n\n/* custom css */\n.tdi_6{\n vertical-align: baseline;\n }.tdi_6 > .wpb_wrapper,\n\t\t\t\t.tdi_6 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_6 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t width: 100%;\n\t\t\t\t}.tdi_6 > .wpb_wrapper > .vc_row_inner{\n\t\t\t\t width: auto;\n\t\t\t\t}.tdi_6 > .wpb_wrapper{\n\t\t\t\t width: auto;\n\t\t\t\t height: auto;\n\t\t\t\t}\n</style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_logo tdi_7 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_7">\n<style>\n/* custom css */\n.tdb-header-align{\n vertical-align: middle;\n }.tdb_header_logo{\n margin-bottom: 0;\n clear: none;\n }.tdb_header_logo .tdb-logo-a,\n .tdb_header_logo h1{\n display: flex;\n pointer-events: auto;\n align-items: flex-start;\n }.tdb_header_logo h1{\n margin: 0;\n line-height: 0;\n }.tdb_header_logo .tdb-logo-img-wrap img{\n display: block;\n }.tdb_header_logo .tdb-logo-svg-wrap + .tdb-logo-img-wrap{\n display: none;\n }.tdb_header_logo .tdb-logo-svg-wrap svg{\n width: 50px;\n display: block;\n transition: fill .3s ease;\n }.tdb_header_logo .tdb-logo-text-wrap{\n display: flex;\n }.tdb_header_logo .tdb-logo-text-title,\n .tdb_header_logo .tdb-logo-text-tagline{\n -webkit-transition: all 0.2s ease;\n transition: all 0.2s ease;\n }.tdb_header_logo .tdb-logo-text-title{\n background-size: cover;\n background-position: center center;\n font-size: 75px;\n font-family: serif;\n line-height: 1.1;\n color: #222;\n white-space: nowrap;\n }.tdb_header_logo .tdb-logo-text-tagline{\n margin-top: 2px;\n font-size: 12px;\n font-family: serif;\n letter-spacing: 1.8px;\n line-height: 1;\n color: #767676;\n }.tdb_header_logo .tdb-logo-icon{\n position: relative;\n font-size: 46px;\n color: #000;\n }.tdb_header_logo .tdb-logo-icon-svg{\n line-height: 0;\n }.tdb_header_logo .tdb-logo-icon-svg svg{\n width: 46px;\n height: auto;\n }.tdb_header_logo .tdb-logo-icon-svg svg,\n .tdb_header_logo .tdb-logo-icon-svg svg *{\n fill: #000;\n }.tdi_7{\n display: inline-block;\n }.tdi_7 .tdb-logo-a,\n .tdi_7 h1{\n flex-direction: row;\n \n align-items: center;\n \n justify-content: flex-start;\n }.tdi_7 .tdb-logo-svg-wrap{\n display: block;\n }.tdi_7 .tdb-logo-svg-wrap + .tdb-logo-img-wrap{\n display: none;\n }.tdi_7 .tdb-logo-img-wrap{\n display: block;\n }.tdi_7 .tdb-logo-text-tagline{\n margin-top: 2px;\n margin-left: 0;\n \n display: block;\n }.tdi_7 .tdb-logo-text-wrap{\n flex-direction: column;\n \n align-items: flex-start;\n }.tdi_7 .tdb-logo-icon{\n top: 0px;\n \n display: block;\n }.tdi_7 .tdb-logo-text-title{\n text-transform:uppercase !important;;\n }@media (max-width: 767px) {\n .tdb_header_logo .tdb-logo-text-title {\n font-size: 36px;\n }\n }@media (max-width: 767px) {\n .tdb_header_logo .tdb-logo-text-tagline {\n font-size: 11px;\n }\n }\n\n/* phone */\n@media (max-width: 767px){\n.tdi_7 .tdb-logo-text-title{\n display: none;\n \n font-size:24px !important;line-height:48px !important;font-weight:600 !important;text-transform:uppercase !important;;\n }\n}\n</style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="https://universitybusiness.com/"><span class="tdb-logo-img-wrap"><img class="tdb-logo-img" src="https://universitybusiness.com/wp-content/uploads/2022/08/ublogo2.png" alt="Logo" title=""></span></a></div></div> <!-- ./block --><div class="td_block_wrap tdb_mobile_menu tdi_8 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_8">\n<style>\n\n/* inline tdc_css att */\n\n/* phone */\n@media (max-width: 767px)\n{\n.tdi_8{\nmargin-right:-15px !important;\n}\n}\n\n</style>\n<style>\n/* custom css */\n.tdb_mobile_menu{\n margin-bottom: 0;\n clear: none;\n }.tdb_mobile_menu a{\n display: inline-block !important;\n position: relative;\n text-align: center;\n color: #4db2ec;\n }.tdb_mobile_menu a > span{\n display: flex;\n align-items: center;\n justify-content: center;\n }.tdb_mobile_menu svg{\n height: auto;\n }.tdb_mobile_menu svg,\n .tdb_mobile_menu svg *{\n fill: #4db2ec;\n }#tdc-live-iframe .tdb_mobile_menu a{\n pointer-events: none;\n }.tdi_8{\n float: right;\n clear: none;\n }.tdi_8 .tdb-mobile-menu-button i{\n font-size: 27px;\n \n width: 54px;\n\t\t\t\t\theight: 54px;\n\t\t\t\t\tline-height: 54px;\n }.tdi_8 .tdb-mobile-menu-button svg{\n width: 27px;\n }.tdi_8 .tdb-mobile-menu-button .tdb-mobile-menu-icon-svg{\n width: 54px;\n\t\t\t\t\theight: 54px;\n }.tdi_8 .tdb-mobile-menu-button{\n color: #0b2d72;\n }.tdi_8 .tdb-mobile-menu-button svg,\n .tdi_8 .tdb-mobile-menu-button svg *{\n fill: #0b2d72;\n }.tdi_8 .tdb-mobile-menu-button:hover{\n color: #ffffff;\n }.tdi_8 .tdb-mobile-menu-button:hover svg,\n .tdi_8 .tdb-mobile-menu-button:hover svg *{\n fill: #ffffff;\n }\n\n/* phone */\n@media (max-width: 767px){\n.tdi_8 .tdb-mobile-menu-button i{\n font-size: 30px;\n }.tdi_8 .tdb-mobile-menu-button svg{\n width: 30px;\n }\n}\n</style><div class="tdb-block-inner td-fix-index"><a class="tdb-mobile-menu-button" aria-label="menu-button" href="#"><i class="tdb-mobile-menu-icon td-icon-mobile"></i></a></div></div> <!-- ./block --><div class="td_block_wrap tdb_mobile_search tdi_9 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_9">\n<style>\n\n/* inline tdc_css att */\n\n/* phone */\n@media (max-width: 767px)\n{\n.tdi_9{\nmargin-right:-5px !important;\n}\n}\n\n</style>\n<style>\n/* custom css */\n.tdb_mobile_search{\n margin-bottom: 0;\n clear: none;\n }.tdb_mobile_search a{\n display: inline-block !important;\n position: relative;\n text-align: center;\n color: #4db2ec;\n }.tdb_mobile_search a > span{\n display: flex;\n align-items: center;\n justify-content: center;\n }.tdb_mobile_search svg{\n height: auto;\n }.tdb_mobile_search svg,\n .tdb_mobile_search svg *{\n fill: #4db2ec;\n }#tdc-live-iframe .tdb_mobile_search a{\n pointer-events: none;\n }.tdi_9{\n float: right;\n clear: none;\n }.tdi_9 .tdb-header-search-button-mob i{\n font-size: 22px;\n \n width: 55px;\n\t\t\t\t\theight: 55px;\n\t\t\t\t\tline-height: 55px;\n }.tdi_9 .tdb-header-search-button-mob svg{\n width: 22px;\n }.tdi_9 .tdb-header-search-button-mob .tdb-mobile-search-icon-svg{\n width: 55px;\n\t\t\t\t\theight: 55px;\n\t\t\t\t\tdisplay: flex;\n justify-content: center;\n }.tdi_9 .tdb-header-search-button-mob{\n color: #000000;\n }.tdi_9 .tdb-header-search-button-mob svg,\n .tdi_9 .tdb-header-search-button-mob svg *{\n fill: #000000;\n }\n\n/* phone */\n@media (max-width: 767px){\n.tdi_9 .tdb-header-search-button-mob i{\n width: 48.4px;\n\t\t\t\t\theight: 48.4px;\n\t\t\t\t\tline-height: 48.4px;\n }.tdi_9 .tdb-header-search-button-mob .tdb-mobile-search-icon-svg{\n width: 48.4px;\n\t\t\t\t\theight: 48.4px;\n\t\t\t\t\tdisplay: flex;\n justify-content: center;\n }\n}\n</style><div class="tdb-block-inner td-fix-index"><a class="tdb-header-search-button-mob dropdown-toggle" href="#" role="button" aria-label="Search" data-toggle="dropdown"><i class="tdb-mobile-search-icon td-icon-search"></i></a></div></div> <!-- ./block --></div></div></div></div></div></div>\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class="td-header-mobile-sticky-wrap tdc-zone-sticky-invisible tdc-zone-sticky-inactive" style="display: none;">\n\t\t\t\t\t<div id="tdi_10" class="tdc-zone"><div class="tdc_zone tdi_11 wpb_row td-pb-row" data-sticky-offset="0">\n<style scoped="">\n\n/* custom css */\n.tdi_11{\n min-height: 0;\n }.td-header-mobile-sticky-wrap.td-header-active{\n opacity: 1;\n }.td-header-mobile-sticky-wrap{\n -webkit-transition: all 0.3s ease-in-out;\n -moz-transition: all 0.3s ease-in-out;\n -o-transition: all 0.3s ease-in-out;\n transition: all 0.3s ease-in-out;\n }\n\n/* phone */\n@media (max-width: 767px){\n.tdi_11:before{\n content: \'\';\n display: block;\n width: 100vw;\n height: 100%;\n position: absolute;\n left: 50%;\n transform: translateX(-50%);\n box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);\n z-index: 20;\n pointer-events: none;\n }.td-header-mobile-sticky-wrap{\n transform: translateY(-120%);\n -webkit-transform: translateY(-120%);\n -moz-transform: translateY(-120%);\n -ms-transform: translateY(-120%);\n -o-transform: translateY(-120%);\n }.td-header-mobile-sticky-wrap.td-header-active{\n transform: translateY(0);\n -webkit-transform: translateY(0);\n -moz-transform: translateY(0);\n -ms-transform: translateY(0);\n -o-transform: translateY(0);\n }@media (max-width: 767px) {\n .tdi_11:before {\n width: 100%;\n }\n }\n}\n</style><div id="tdi_12" class="tdc-row"><div class="vc_row tdi_13 wpb_row td-pb-row tdc-element-style">\n<style scoped="">\n\n/* custom css */\n.tdi_13,\n .tdi_13 .tdc-columns{\n min-height: 0;\n }.tdi_13 > .td-element-style:after{\n content: \'\' !important;\n width: 100% !important;\n height: 100% !important;\n position: absolute !important;\n top: 0 !important;\n left: 0 !important;\n z-index: 0 !important;\n display: block !important;\n background-color: #ffffff !important;\n }.tdi_13,\n\t\t\t\t.tdi_13 .tdc-columns{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_13 .tdc-columns{\n\t\t\t\t width: 100%;\n\t\t\t\t}\n</style>\n<div class="tdi_12_rand_style td-element-style"></div><div class="vc_column tdi_15 wpb_column vc_column_container tdc-column td-pb-span12">\n<style scoped="">\n\n/* custom css */\n.tdi_15{\n vertical-align: baseline;\n }.tdi_15 > .wpb_wrapper,\n\t\t\t\t.tdi_15 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_15 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t width: 100%;\n\t\t\t\t}.tdi_15 > .wpb_wrapper > .vc_row_inner{\n\t\t\t\t width: auto;\n\t\t\t\t}.tdi_15 > .wpb_wrapper{\n\t\t\t\t width: auto;\n\t\t\t\t height: auto;\n\t\t\t\t}\n</style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_logo tdi_16 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_16">\n<style>\n/* custom css */\n.tdi_16{\n display: inline-block;\n }.tdi_16 .tdb-logo-a,\n .tdi_16 h1{\n flex-direction: row;\n \n align-items: center;\n \n justify-content: flex-start;\n }.tdi_16 .tdb-logo-svg-wrap{\n display: block;\n }.tdi_16 .tdb-logo-svg-wrap + .tdb-logo-img-wrap{\n display: none;\n }.tdi_16 .tdb-logo-img-wrap{\n display: block;\n }.tdi_16 .tdb-logo-text-tagline{\n margin-top: 2px;\n margin-left: 0;\n \n display: block;\n }.tdi_16 .tdb-logo-text-title{\n display: block;\n \n text-transform:uppercase !important;;\n }.tdi_16 .tdb-logo-text-wrap{\n flex-direction: column;\n \n align-items: flex-start;\n }.tdi_16 .tdb-logo-icon{\n top: 0px;\n \n display: block;\n }\n\n/* phone */\n@media (max-width: 767px){\n.tdi_16 .tdb-logo-text-title{\n font-size:24px !important;line-height:48px !important;font-weight:600 !important;text-transform:uppercase !important;;\n }\n}\n</style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="/"><span class="tdb-logo-img-wrap"><img class="tdb-logo-img" src="https://universitybusiness.com/wp-content/uploads/2022/08/ublogo2.png" alt="Logo" title=""></span></a></div></div> <!-- ./block --><div class="td_block_wrap tdb_mobile_menu tdi_17 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_17">\n<style>\n\n/* inline tdc_css att */\n\n/* phone */\n@media (max-width: 767px)\n{\n.tdi_17{\nmargin-right:-15px !important;\n}\n}\n\n</style>\n<style>\n/* custom css */\n.tdi_17{\n float: right;\n clear: none;\n }.tdi_17 .tdb-mobile-menu-button i{\n font-size: 27px;\n \n width: 54px;\n\t\t\t\t\theight: 54px;\n\t\t\t\t\tline-height: 54px;\n }.tdi_17 .tdb-mobile-menu-button svg{\n width: 27px;\n }.tdi_17 .tdb-mobile-menu-button .tdb-mobile-menu-icon-svg{\n width: 54px;\n\t\t\t\t\theight: 54px;\n }.tdi_17 .tdb-mobile-menu-button{\n color: #000000;\n }.tdi_17 .tdb-mobile-menu-button svg,\n .tdi_17 .tdb-mobile-menu-button svg *{\n fill: #000000;\n }\n\n/* phone */\n@media (max-width: 767px){\n.tdi_17 .tdb-mobile-menu-button i{\n width: 48.6px;\n\t\t\t\t\theight: 48.6px;\n\t\t\t\t\tline-height: 48.6px;\n }.tdi_17 .tdb-mobile-menu-button .tdb-mobile-menu-icon-svg{\n width: 48.6px;\n\t\t\t\t\theight: 48.6px;\n }\n}\n</style><div class="tdb-block-inner td-fix-index"><a class="tdb-mobile-menu-button" aria-label="menu-button" href="#"><i class="tdb-mobile-menu-icon td-icon-mobile"></i></a></div></div> <!-- ./block --><div class="td_block_wrap tdb_mobile_search tdi_18 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_18">\n<style>\n\n/* inline tdc_css att */\n\n/* phone */\n@media (max-width: 767px)\n{\n.tdi_18{\nmargin-right:-5px !important;\n}\n}\n\n</style>\n<style>\n/* custom css */\n.tdi_18{\n float: right;\n clear: none;\n }.tdi_18 .tdb-header-search-button-mob i{\n font-size: 22px;\n \n width: 55px;\n\t\t\t\t\theight: 55px;\n\t\t\t\t\tline-height: 55px;\n }.tdi_18 .tdb-header-search-button-mob svg{\n width: 22px;\n }.tdi_18 .tdb-header-search-button-mob .tdb-mobile-search-icon-svg{\n width: 55px;\n\t\t\t\t\theight: 55px;\n\t\t\t\t\tdisplay: flex;\n justify-content: center;\n }.tdi_18 .tdb-header-search-button-mob{\n color: #000000;\n }.tdi_18 .tdb-header-search-button-mob svg,\n .tdi_18 .tdb-header-search-button-mob svg *{\n fill: #000000;\n }\n\n/* phone */\n@media (max-width: 767px){\n.tdi_18 .tdb-header-search-button-mob i{\n width: 48.4px;\n\t\t\t\t\theight: 48.4px;\n\t\t\t\t\tline-height: 48.4px;\n }.tdi_18 .tdb-header-search-button-mob .tdb-mobile-search-icon-svg{\n width: 48.4px;\n\t\t\t\t\theight: 48.4px;\n\t\t\t\t\tdisplay: flex;\n justify-content: center;\n }\n}\n</style><div class="tdb-block-inner td-fix-index"><a class="tdb-header-search-button-mob dropdown-toggle" href="#" role="button" aria-label="Search" data-toggle="dropdown"><i class="tdb-mobile-search-icon td-icon-search"></i></a></div></div> <!-- ./block --></div></div></div></div></div></div>\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class="td-header-desktop-wrap ">\n\t\t\t\t\t<div id="tdi_19" class="tdc-zone"><div class="tdc_zone tdi_20 wpb_row td-pb-row tdc-element-style">\n<style scoped="">\n\n/* custom css */\n.tdi_20{\n min-height: 0;\n }.tdi_20 > .td-element-style:after{\n content: \'\' !important;\n width: 100% !important;\n height: 100% !important;\n position: absolute !important;\n top: 0 !important;\n left: 0 !important;\n z-index: 0 !important;\n display: block !important;\n background-color: #ffffff !important;\n }.td-header-desktop-wrap{\n position: relative;\n }\n/* inline tdc_css att */\n\n.tdi_20{\npadding-top:50px !important;\n}\n\n</style>\n<div class="tdi_19_rand_style td-element-style"></div><div id="tdi_21" class="tdc-row stretch_row_1200 td-stretch-content"><div class="vc_row tdi_22 wpb_row td-pb-row tdc-element-style">\n<style scoped="">\n\n/* custom css */\n.tdi_22,\n .tdi_22 .tdc-columns{\n min-height: 0;\n }.tdi_22 > .td-element-style:after{\n content: \'\' !important;\n width: 100% !important;\n height: 100% !important;\n position: absolute !important;\n top: 0 !important;\n left: 0 !important;\n z-index: 0 !important;\n display: block !important;\n background-color: #000000;\n }.tdi_22,\n\t\t\t\t.tdi_22 .tdc-columns{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_22 .tdc-columns{\n\t\t\t\t width: 100%;\n\t\t\t\t}@media (min-width: 768px) {\n\t .tdi_22 {\n\t margin-left: -10px;\n\t margin-right: -10px;\n\t }\n\t .tdi_22 .tdc-row-video-background-error,\n\t .tdi_22 .vc_column {\n\t padding-left: 10px;\n\t padding-right: 10px;\n\t }\n }\n/* inline tdc_css att */\n\n.tdi_22{\npadding-top:5px !important;\npadding-bottom:5px !important;\n}\n\n.tdi_22 .td_block_wrap{ text-align:left }\n\n</style>\n<div class="tdi_21_rand_style td-element-style"></div><div class="vc_column tdi_24 wpb_column vc_column_container tdc-column td-pb-span12">\n<style scoped="">\n\n/* custom css */\n.tdi_24{\n vertical-align: baseline;\n }.tdi_24 > .wpb_wrapper,\n\t\t\t\t.tdi_24 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_24 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t width: 100%;\n\t\t\t\t}.tdi_24 > .wpb_wrapper > .vc_row_inner{\n\t\t\t\t width: auto;\n\t\t\t\t}.tdi_24 > .wpb_wrapper{\n\t\t\t\t width: auto;\n\t\t\t\t height: auto;\n\t\t\t\t}\n</style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_button tdi_25 tdm-block-button-inline tdm-content-horiz-left td-pb-border-top td_block_template_10" data-td-block-uid="tdi_25">\n<style>\n\n/* inline tdc_css att */\n\n.tdi_25{\nmargin-top:-5px !important;\nmargin-bottom:-5px !important;\n}\n\n</style>\n<style>\n/* custom css */\n.tdm_block.tdm_block_button{\n margin-bottom: 0;\n }.tdm_block.tdm_block_button .tds-button{\n line-height: 0;\n }.tdm_block.tdm_block_button.tdm-block-button-inline{\n display: inline-block;\n }.tdm_block.tdm_block_button.tdm-block-button-full,\n .tdm_block.tdm_block_button.tdm-block-button-full .tdm-btn{\n display: block;\n }\n</style>\n<style>\nbody .tdi_26{\n\t\t\t\t\tbackground-color: #0b2d72;\n\t\t\t\t}.tdi_26 .tdm-btn-icon:first-child{\n\t\t\t\t\tmargin-right: 14px;\n\t\t\t\t}.tdi_26{\n\t\t\t\t\tfont-size:16px !important;font-weight:500 !important;\n\t\t\t\t}\n</style><div class="tds-button td-fix-index"><a href="/subscribe/" class="tds-button1 tdm-btn tdm-btn-sm tdi_26"><i class="tdm-btn-icon tdc-font-fa tdc-font-fa-newspaper-o"></i><span class="tdm-btn-text">Subscribe</span></a></div></div><div class="td_block_wrap tdb_mobile_horiz_menu tdi_27 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_27" style=" z-index: 999;">\n<style>\n/* custom css */\n.tdb_mobile_horiz_menu{\n margin-bottom: 0;\n clear: none;\n }.tdb_mobile_horiz_menu.tdb-horiz-menu-singleline{\n width: 100%;\n }.tdb_mobile_horiz_menu.tdb-horiz-menu-singleline .tdb-horiz-menu{\n display: block;\n width: 100%;\n overflow-x: auto;\n overflow-y: hidden;\n font-size: 0;\n white-space: nowrap;\n }.tdb_mobile_horiz_menu.tdb-horiz-menu-singleline .tdb-horiz-menu > li{\n position: static;\n display: inline-block;\n float: none;\n }.tdb_mobile_horiz_menu.tdb-horiz-menu-singleline .tdb-horiz-menu ul{\n left: 0;\n width: 100%;\n z-index: -1;\n }.tdb-horiz-menu{\n display: table;\n margin: 0;\n }.tdb-horiz-menu,\n .tdb-horiz-menu ul{\n list-style-type: none;\n }.tdb-horiz-menu ul,\n .tdb-horiz-menu li{\n line-height: 1;\n }.tdb-horiz-menu li{\n margin: 0;\n font-family: \'Open Sans\', \'Open Sans Regular\', sans-serif;\n }.tdb-horiz-menu li.current-menu-item > a,\n .tdb-horiz-menu li.current-menu-ancestor > a,\n .tdb-horiz-menu li.current-category-ancestor > a,\n .tdb-horiz-menu li:hover > a,\n .tdb-horiz-menu li.tdb-hover > a{\n color: #4db2ec;\n }.tdb-horiz-menu li.current-menu-item > a .tdb-sub-menu-icon-svg,\n .tdb-horiz-menu li.current-menu-ancestor > a .tdb-sub-menu-icon-svg,\n .tdb-horiz-menu li.current-category-ancestor > a .tdb-sub-menu-icon-svg,\n .tdb-horiz-menu li:hover > a .tdb-sub-menu-icon-svg,\n .tdb-horiz-menu li.tdb-hover > a .tdb-sub-menu-icon-svg,\n .tdb-horiz-menu li.current-menu-item > a .tdb-sub-menu-icon-svg *,\n .tdb-horiz-menu li.current-menu-ancestor > a .tdb-sub-menu-icon-svg *,\n .tdb-horiz-menu li.current-category-ancestor > a .tdb-sub-menu-icon-svg *,\n .tdb-horiz-menu li:hover > a .tdb-sub-menu-icon-svg *,\n .tdb-horiz-menu li.tdb-hover > a .tdb-sub-menu-icon-svg *{\n fill: #4db2ec;\n }.tdb-horiz-menu > li{\n position: relative;\n float: left;\n font-size: 0;\n }.tdb-horiz-menu > li:hover ul{\n visibility: visible;\n opacity: 1;\n }.tdb-horiz-menu > li > a{\n display: inline-block;\n padding: 0 9px;\n font-weight: 700;\n font-size: 13px;\n line-height: 41px;\n vertical-align: middle;\n -webkit-backface-visibility: hidden;\n color: #000;\n }.tdb-horiz-menu > li > a > .tdb-menu-item-text{\n display: inline-block;\n }.tdb-horiz-menu > li > a .tdb-sub-menu-icon{\n margin: 0 0 0 6px;\n }.tdb-horiz-menu > li > a .tdb-sub-menu-icon-svg svg{\n position: relative;\n top: -1px;\n width: 13px;\n }.tdb-horiz-menu > li .tdb-menu-sep{\n position: relative;\n }.tdb-horiz-menu > li:last-child .tdb-menu-sep{\n display: none;\n }.tdb-horiz-menu .tdb-sub-menu-icon-svg,\n .tdb-horiz-menu .tdb-menu-sep-svg{\n line-height: 0;\n }.tdb-horiz-menu .tdb-sub-menu-icon-svg svg,\n .tdb-horiz-menu .tdb-menu-sep-svg svg{\n height: auto;\n }.tdb-horiz-menu .tdb-sub-menu-icon-svg svg,\n .tdb-horiz-menu .tdb-menu-sep-svg svg,\n .tdb-horiz-menu .tdb-sub-menu-icon-svg svg *,\n .tdb-horiz-menu .tdb-menu-sep-svg svg *{\n fill: #000;\n }.tdb-horiz-menu .tdb-sub-menu-icon{\n vertical-align: middle;\n \n position: relative;\n top: 0;\n padding-left: 0;\n }.tdb-horiz-menu .tdb-menu-sep{\n vertical-align: middle;\n font-size: 12px;\n }.tdb-horiz-menu .tdb-menu-sep-svg svg{\n width: 12px;\n }.tdb-horiz-menu ul{\n position: absolute;\n top: auto;\n left: -7px;\n padding: 8px 0;\n background-color: #fff;\n visibility: hidden;\n opacity: 0;\n }.tdb-horiz-menu ul li > a{\n white-space: nowrap;\n display: block;\n padding: 5px 18px;\n font-size: 11px;\n line-height: 18px;\n color: #111;\n }.tdb-horiz-menu ul li > a .tdb-sub-menu-icon{\n float: right;\n font-size: 7px;\n line-height: 20px;\n }.tdb-horiz-menu ul li > a .tdb-sub-menu-icon-svg svg{\n width: 7px;\n }.tdc-dragged .tdb-horiz-menu ul{\n visibility: hidden !important;\n opacity: 0 !important;\n -webkit-transition: all 0.3s ease;\n transition: all 0.3s ease;\n }.tdi_27{\n display: inline-block;\n }.tdi_27 .tdb-horiz-menu > li > a{\n padding: 0 25px;\n \n color: #ffffff;\n \n font-family:Source Sans Pro !important;font-size:16px !important;line-height:22px !important;font-weight:500 !important;\n }.tdi_27 .tdb-horiz-menu > li .tdb-menu-sep{\n top: 0px;\n }.tdi_27 .tdb-horiz-menu > li > a .tdb-sub-menu-icon{\n top: 0px;\n }.tdi_27 .tdb-horiz-menu > li > a .tdb-sub-menu-icon-svg svg,\n .tdi_27 .tdb-horiz-menu > li > a .tdb-sub-menu-icon-svg svg *{\n fill: #ffffff;\n }.tdi_27 .tdb-horiz-menu > li.current-menu-item > a,\n .tdi_27 .tdb-horiz-menu > li.current-menu-ancestor > a,\n .tdi_27 .tdb-horiz-menu > li.current-category-ancestor > a,\n .tdi_27 .tdb-horiz-menu > li:hover > a{\n color: #4db2ec;\n }.tdi_27 .tdb-horiz-menu > li.current-menu-item > a .tdb-sub-menu-icon-svg svg,\n .tdi_27 .tdb-horiz-menu > li.current-menu-item > a .tdb-sub-menu-icon-svg svg *,\n .tdi_27 .tdb-horiz-menu > li.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg,\n .tdi_27 .tdb-horiz-menu > li.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg *,\n .tdi_27 .tdb-horiz-menu > li.current-category-ancestor > a .tdb-sub-menu-icon-svg svg,\n .tdi_27 .tdb-horiz-menu > li.current-category-ancestor > a .tdb-sub-menu-icon-svg svg *,\n .tdi_27 .tdb-horiz-menu > li:hover > a .tdb-sub-menu-icon-svg svg,\n .tdi_27 .tdb-horiz-menu > li:hover > a .tdb-sub-menu-icon-svg svg *{\n fill: #4db2ec;\n }.tdi_27 .tdb-horiz-menu ul li.current-menu-item > a,\n .tdi_27 .tdb-horiz-menu ul li.current-menu-ancestor > a,\n .tdi_27 .tdb-horiz-menu ul li.current-category-ancestor > a,\n .tdi_27 .tdb-horiz-menu ul li:hover > a{\n color: #4db2ec;\n }.tdi_27 .tdb-horiz-menu ul{\n box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);\n }.tdi_27 .tdb-horiz-menu ul li > a{\n font-family:Source Sans Pro !important;\n }\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_27 .tdb-horiz-menu > li > a{\n font-family:Source Sans Pro !important;font-size:12px !important;line-height:22px !important;font-weight:500 !important;\n }\n}\n</style><div id="tdi_27" class="td_block_inner td-fix-index"><div class="menu-top-navigation-eyebrow-menu-container"><ul id="menu-top-navigation-eyebrow-menu" class="tdb-horiz-menu"><li id="menu-item-6239" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6239"><a href="https://universitybusiness.com/category/webinar/"><div class="tdb-menu-item-text">Web Seminars – UB Ed Talks – Podcasts</div></a></li>\n<li id="menu-item-21908" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21908"><a target="_blank" href="https://go.pardot.com/l/1049151/2024-06-14/7zyg"><div class="tdb-menu-item-text">Advertise</div></a></li>\n<li id="menu-item-90" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90"><a target="_blank" href="https://careers.universitybusiness.com/jobs/"><div class="tdb-menu-item-text">Jobs</div></a></li>\n</ul></div></div></div></div></div></div></div><div id="tdi_28" class="tdc-row stretch_row_1200 td-stretch-content"><div class="vc_row tdi_29 wpb_row td-pb-row tdc-row-content-vert-center">\n<style scoped="">\n\n/* custom css */\n.tdi_29,\n .tdi_29 .tdc-columns{\n min-height: 0;\n }.tdi_29,\n\t\t\t\t.tdi_29 .tdc-columns{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_29 .tdc-columns{\n\t\t\t\t width: 100%;\n\t\t\t\t}@media (min-width: 768px) {\n\t .tdi_29 {\n\t margin-left: -10px;\n\t margin-right: -10px;\n\t }\n\t .tdi_29 .tdc-row-video-background-error,\n\t .tdi_29 .vc_column {\n\t padding-left: 10px;\n\t padding-right: 10px;\n\t }\n }@media (min-width: 767px) {\n .tdi_29.tdc-row-content-vert-center,\n .tdi_29.tdc-row-content-vert-center .tdc-columns {\n display: flex;\n align-items: center;\n flex: 1;\n }\n .tdi_29.tdc-row-content-vert-bottom,\n .tdi_29.tdc-row-content-vert-bottom .tdc-columns {\n display: flex;\n align-items: flex-end;\n flex: 1;\n }\n .tdi_29.tdc-row-content-vert-center .td_block_wrap {\n vertical-align: middle;\n }\n .tdi_29.tdc-row-content-vert-bottom .td_block_wrap {\n vertical-align: bottom;\n }\n }\n/* inline tdc_css att */\n\n.tdi_29{\nmargin-top:30px !important;\n}\n\n.tdi_29 .td_block_wrap{ text-align:left }\n\n</style><div class="vc_column tdi_31 wpb_column vc_column_container tdc-column td-pb-span4">\n<style scoped="">\n\n/* custom css */\n.tdi_31{\n vertical-align: baseline;\n }.tdi_31 > .wpb_wrapper,\n\t\t\t\t.tdi_31 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_31 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t width: 100%;\n\t\t\t\t}.tdi_31 > .wpb_wrapper > .vc_row_inner{\n\t\t\t\t width: auto;\n\t\t\t\t}.tdi_31 > .wpb_wrapper{\n\t\t\t\t width: auto;\n\t\t\t\t height: auto;\n\t\t\t\t}\n/* inline tdc_css att */\n\n/* landscape */\n@media (min-width: 1019px) and (max-width: 1140px)\n{\n.tdi_31{\nwidth:370px !important;\n}\n}\n\n</style><div class="wpb_wrapper"><div class="wpb_wrapper td_block_single_image td_block_wrap td-animation-stack td_block_wrap vc_single_image tdi_32 td-single-image- td-pb-border-top td_block_template_10 " data-td-block-uid="tdi_32"><a class="td_single_image_bg td-lazy-img td-animation-stack-type0-1" data-type="css_image" data-img-url="" href="https://www.benefitsconf.com/?utm_term=hblc&utm_campaign=BN22+Google+Search+Branded+Terms&utm_source=adwords&utm_medium=ppc&hsa_acc=4545218748&hsa_cam=15769477825&hsa_grp=131300922949&hsa_ad=572767330294&hsa_src=g&hsa_tgt=kwd-300761220396&hsa_kw=hblc&hsa_mt=b&hsa_net=adwords&hsa_ver=3&gclid=CjwKCAiAg6yRBhBNEiwAeVyL0Mal-J-CQ-Bj_bcktFZNYA-qqShxrD2eoQWx05YWSk-DC99fk2BA_BoCiUAQAvD_BwE" target="_blank" data-ga-event-cat="homebanner" data-ga-event-action="click" data-ga-event-label="HBLCRegister"></a>\n<style>\n\n/* inline tdc_css att */\n\n.tdi_32{\nmargin-bottom:5px !important;\n}\n\n</style>\n<style>\n/* custom css */\n.td_block_single_image.td-image-video-modal{\n cursor: pointer;\n }.td_block_single_image a{\n display: block;\n }.td_block_single_image.td-no-img-custom-url a{\n pointer-events: none;\n cursor: default;\n }.vc_single_image a{\n position: relative;\n \n width: 100%;\n display: block;\n background-size: cover;\n }.td-single-image-style-rounded a,\n .td-single-image-style-rounded a:before,\n .td-single-image-style-rounded a:after{\n border-radius: 4px;\n }.td-single-image-style-border,\n .td-single-image-style-round-border,\n .td-single-image-style-circle-border,\n .td-single-image-style-outline,\n .td-single-image-style-bordered-shadow,\n .td-single-image-style-round-outline,\n .td-single-image-style-round-border-shadow,\n .td-single-image-style-circle-outline,\n .td-single-image-style-circle-border-shadow{\n margin-bottom: 22px;\n background-color: #EBEBEB;\n }.td-single-image-style-border,\n .td-single-image-style-round-border,\n .td-single-image-style-circle-border{\n padding: 6px;\n }.td-single-image-style-outline,\n .td-single-image-style-bordered-shadow,\n .td-single-image-style-round-outline,\n .td-single-image-style-round-border-shadow,\n .td-single-image-style-circle-outline,\n .td-single-image-style-circle-border-shadow{\n padding: 1px;\n }.td-single-image-style-outline a:before,\n .td-single-image-style-bordered-shadow a:before,\n .td-single-image-style-round-outline a:before,\n .td-single-image-style-round-border-shadow a:before,\n .td-single-image-style-circle-outline a:before,\n .td-single-image-style-circle-border-shadow a:before,\n .td-single-image-style-outline a:after,\n .td-single-image-style-bordered-shadow a:after,\n .td-single-image-style-round-outline a:after,\n .td-single-image-style-round-border-shadow a:after,\n .td-single-image-style-circle-outline a:after,\n .td-single-image-style-circle-border-shadow a:after{\n content: \'\';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n }.td-single-image-style-outline a:after,\n .td-single-image-style-bordered-shadow a:after,\n .td-single-image-style-round-outline a:after,\n .td-single-image-style-round-border-shadow a:after,\n .td-single-image-style-circle-outline a:after,\n .td-single-image-style-circle-border-shadow a:after{\n color: #fff;\n -webkit-box-shadow: inset 0px 0px 0px 6px;\n box-shadow: inset 0px 0px 0px 6px;\n }.td-single-image-style-outline a:before,\n .td-single-image-style-bordered-shadow a:before,\n .td-single-image-style-round-outline a:before,\n .td-single-image-style-round-border-shadow a:before,\n .td-single-image-style-circle-outline a:before,\n .td-single-image-style-circle-border-shadow a:before{\n color: #EBEBEB;\n -webkit-box-shadow: inset 0px 0px 0px 7px;\n box-shadow: inset 0px 0px 0px 7px;\n }.td-single-image-style-shadow a,\n .td-single-image-style-bordered-shadow a,\n .td-single-image-style-round-shadow a,\n .td-single-image-style-round-border-shadow a,\n .td-single-image-style-circle-shadow a,\n .td-single-image-style-circle-border-shadow a{\n -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);\n box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);\n }.td-single-image-style-3d-shadow{\n position: relative;\n }.td-single-image-style-3d-shadow:before,\n .td-single-image-style-3d-shadow:after{\n content: \'\';\n position: absolute;\n bottom: 0;\n height: 30%;\n -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);\n box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);\n z-index: 0;\n }.td-single-image-style-3d-shadow:before{\n left: 5px;\n right: 50%;\n -webkit-transform: skewY(-6deg);\n transform: skewY(-6deg);\n -webkit-transform-origin: 0 0;\n transform-origin: 0 0;\n }.td-single-image-style-3d-shadow:after{\n left: 50%;\n right: 5px;\n -webkit-transform: skewY(6deg);\n transform: skewY(6deg);\n -webkit-transform-origin: 100% 0;\n transform-origin: 100% 0;\n }.td-single-image-style-3d-shadow a{\n z-index: 1;\n }.td-single-image-style-round,\n .td-single-image-style-round-border,\n .td-single-image-style-round-outline,\n .td-single-image-style-round-shadow,\n .td-single-image-style-round-border-shadow,\n .td-single-image-style-circle,\n .td-single-image-style-circle-border,\n .td-single-image-style-circle-outline,\n .td-single-image-style-circle-shadow,\n .td-single-image-style-circle-border-shadow{\n border-radius: 50%;\n }.td-single-image-style-round a,\n .td-single-image-style-round-border a,\n .td-single-image-style-round-outline a,\n .td-single-image-style-round-shadow a,\n .td-single-image-style-round-border-shadow a,\n .td-single-image-style-circle a,\n .td-single-image-style-circle-border a,\n .td-single-image-style-circle-outline a,\n .td-single-image-style-circle-shadow a,\n .td-single-image-style-circle-border-shadow a,\n .td-single-image-style-round a:before,\n .td-single-image-style-round-border a:before,\n .td-single-image-style-round-outline a:before,\n .td-single-image-style-round-shadow a:before,\n .td-single-image-style-round-border-shadow a:before,\n .td-single-image-style-circle a:before,\n .td-single-image-style-circle-border a:before,\n .td-single-image-style-circle-outline a:before,\n .td-single-image-style-circle-shadow a:before,\n .td-single-image-style-circle-border-shadow a:before,\n .td-single-image-style-round a:after,\n .td-single-image-style-round-border a:after,\n .td-single-image-style-round-outline a:after,\n .td-single-image-style-round-shadow a:after,\n .td-single-image-style-round-border-shadow a:after,\n .td-single-image-style-circle a:after,\n .td-single-image-style-circle-border a:after,\n .td-single-image-style-circle-outline a:after,\n .td-single-image-style-circle-shadow a:after,\n .td-single-image-style-circle-border-shadow a:after{\n border-radius: 50%;\n }.td-single-image-style-round-outline a:before,\n .td-single-image-style-round-border-shadow a:before,\n .td-single-image-style-circle-outline a:before,\n .td-single-image-style-circle-border-shadow a:before,\n .td-single-image-style-round-outline a:before:before,\n .td-single-image-style-round-border-shadow a:before:before,\n .td-single-image-style-circle-outline a:before:before,\n .td-single-image-style-circle-border-shadow a:before:before,\n .td-single-image-style-round-outline a:after:before,\n .td-single-image-style-round-border-shadow a:after:before,\n .td-single-image-style-circle-outline a:after:before,\n .td-single-image-style-circle-border-shadow a:after:before,\n .td-single-image-style-round-outline a:after,\n .td-single-image-style-round-border-shadow a:after,\n .td-single-image-style-circle-outline a:after,\n .td-single-image-style-circle-border-shadow a:after,\n .td-single-image-style-round-outline a:before:after,\n .td-single-image-style-round-border-shadow a:before:after,\n .td-single-image-style-circle-outline a:before:after,\n .td-single-image-style-circle-border-shadow a:before:after,\n .td-single-image-style-round-outline a:after:after,\n .td-single-image-style-round-border-shadow a:after:after,\n .td-single-image-style-circle-outline a:after:after,\n .td-single-image-style-circle-border-shadow a:after:after{\n border-radius: 50%;\n }.td-single-image-style-circle a,\n .td-single-image-style-circle-border a,\n .td-single-image-style-circle-outline a,\n .td-single-image-style-circle-shadow a,\n .td-single-image-style-circle-border-shadow a{\n height: 0;\n padding-bottom: 100%;\n }.tdi_32 .td_single_image_bg{\n\t\t\t\t\theight: 30px;\n\t\t\t\t\tpadding-bottom: 0;\n\t\t\t\t\n\t\t\t\tbackground-size: contain;\n\t\t\t\t\n background-repeat: no-repeat;\n\t\t\t\t\n background-position: center top;\n\t\t\t\t}.tdi_32{\n\t\t\t\t\twidth: 100%;\n\t\t\t\t}.tdi_32:hover .td_single_image_bg:before{\n opacity: 0;\n }@media (max-width: 767px) {\n .td-stretch-content .td_block_single_image {\n margin-right: -20px;\n margin-left: -20px;\n }\n }@media (max-width: 767px) {\n .td-single-image-style-border,\n .td-single-image-style-round-border,\n .td-single-image-style-circle-border,\n .td-single-image-style-outline,\n .td-single-image-style-bordered-shadow,\n .td-single-image-style-round-outline,\n .td-single-image-style-round-border-shadow,\n .td-single-image-style-circle-outline,\n .td-single-image-style-circle-border-shadow {\n margin-bottom: 32px;\n }\n }\n</style></div><div class="vc_row_inner tdi_34 vc_row vc_inner wpb_row td-pb-row">\n<style scoped="">\n\n/* custom css */\n.tdi_34{\n position: relative !important;\n top: 0;\n transform: none;\n -webkit-transform: none;\n }.tdi_34,\n\t\t\t\t.tdi_34 .tdc-inner-columns{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_34 .tdc-inner-columns{\n\t\t\t\t width: 100%;\n\t\t\t\t}\n</style><div class="vc_column_inner tdi_36 wpb_column vc_column_container tdc-inner-column td-pb-span12">\n<style scoped="">\n\n/* custom css */\n.tdi_36{\n vertical-align: baseline;\n }.tdi_36 .vc_column-inner > .wpb_wrapper,\n\t\t\t\t.tdi_36 .vc_column-inner > .wpb_wrapper .tdc-elements{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_36 .vc_column-inner > .wpb_wrapper .tdc-elements{\n\t\t\t\t width: 100%;\n\t\t\t\t}\n</style><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div></div></div><div class="vc_column tdi_38 wpb_column vc_column_container tdc-column td-pb-span4">\n<style scoped="">\n\n/* custom css */\n.tdi_38{\n vertical-align: baseline;\n }.tdi_38 > .wpb_wrapper,\n\t\t\t\t.tdi_38 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_38 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t width: 100%;\n\t\t\t\t}.tdi_38 > .wpb_wrapper > .vc_row_inner{\n\t\t\t\t width: auto;\n\t\t\t\t}.tdi_38 > .wpb_wrapper{\n\t\t\t\t width: auto;\n\t\t\t\t height: auto;\n\t\t\t\t}\n</style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_logo tdi_39 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_39">\n<style>\n\n/* inline tdc_css att */\n\n.tdi_39{\nmargin-bottom:20px !important;\n}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_39{\nmargin-bottom:0px !important;\n}\n}\n\n</style>\n<style>\n/* custom css */\n.tdi_39 .tdb-logo-a,\n .tdi_39 h1{\n flex-direction: row;\n \n align-items: center;\n \n justify-content: center;\n }.tdi_39 .tdb-logo-svg-wrap{\n display: block;\n }.tdi_39 .tdb-logo-svg-wrap + .tdb-logo-img-wrap{\n display: none;\n }.tdi_39 .tdb-logo-img-wrap{\n display: block;\n }.tdi_39 .tdb-logo-text-tagline{\n margin-top: 2px;\n margin-left: 0;\n \n display: block;\n \n font-family:Source Sans Pro !important;;\n }.tdi_39 .tdb-logo-text-title{\n display: block;\n \n font-family:Gelasio !important;font-size:60px !important;font-weight:500 !important;text-transform:uppercase !important;;\n }.tdi_39 .tdb-logo-text-wrap{\n flex-direction: column;\n \n align-items: center;\n }.tdi_39 .tdb-logo-icon{\n top: 0px;\n \n display: block;\n }\n\n/* landscape */\n@media (min-width: 1019px) and (max-width: 1140px){\n.tdi_39 .tdb-logo-text-title{\n font-family:Gelasio !important;font-size:40px !important;font-weight:500 !important;text-transform:uppercase !important;;\n }\n}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_39 .tdb-logo-text-title{\n font-family:Gelasio !important;font-size:34px !important;font-weight:500 !important;text-transform:uppercase !important;;\n }\n}\n</style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="https://universitybusiness.com/"><span class="tdb-logo-img-wrap"><img class="tdb-logo-img" src="https://universitybusiness.com/wp-content/uploads/2022/08/ublogo2.png" alt="Logo" title=""></span></a></div></div> <!-- ./block --></div></div><div class="vc_column tdi_41 wpb_column vc_column_container tdc-column td-pb-span4">\n<style scoped="">\n\n/* custom css */\n.tdi_41{\n vertical-align: baseline;\n }.tdi_41 > .wpb_wrapper,\n\t\t\t\t.tdi_41 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_41 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t width: 100%;\n\t\t\t\t}.tdi_41 > .wpb_wrapper > .vc_row_inner{\n\t\t\t\t width: auto;\n\t\t\t\t}.tdi_41 > .wpb_wrapper{\n\t\t\t\t width: auto;\n\t\t\t\t height: auto;\n\t\t\t\t}\n/* inline tdc_css att */\n\n.tdi_41{\njustify-content:flex-end !important;\ntext-align:right !important;\n}\n\n</style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_socials tdi_42 tdm-inline-block tdm-content-horiz-left td-pb-border-top td_block_template_10" data-td-block-uid="tdi_42">\n<style>\n\n/* inline tdc_css att */\n\n.tdi_42{\npadding-top:7px !important;\npadding-right:5px !important;\n}\n\n</style>\n<style>\n/* custom css */\n.tdm_block.tdm_block_socials{\n margin-bottom: 0;\n }.tdm-social-wrapper{\n *zoom: 1;\n }.tdm-social-wrapper:before,\n .tdm-social-wrapper:after{\n display: table;\n content: \'\';\n line-height: 0;\n }.tdm-social-wrapper:after{\n clear: both;\n }.tdm-social-item-wrap{\n display: inline-block;\n }.tdm-social-item{\n position: relative;\n display: inline-block;\n vertical-align: middle;\n -webkit-transition: all 0.2s;\n transition: all 0.2s;\n text-align: center;\n -webkit-transform: translateZ(0);\n transform: translateZ(0);\n }.tdm-social-item i{\n font-size: 14px;\n color: #4db2ec;\n -webkit-transition: all 0.2s;\n transition: all 0.2s;\n }.tdm-social-text{\n display: none;\n margin-top: -1px;\n vertical-align: middle;\n font-size: 13px;\n color: #4db2ec;\n -webkit-transition: all 0.2s;\n transition: all 0.2s;\n }.tdm-social-item-wrap:hover i,\n .tdm-social-item-wrap:hover .tdm-social-text{\n color: #000;\n }.tdm-social-item-wrap:last-child .tdm-social-text{\n margin-right: 0 !important;\n }\n</style>\n<style>\n.tdi_43 .tdm-social-item i{\n\t\t\t\t\tfont-size: 16px;\n\t\t\t\t\tvertical-align: middle;\n\t\t\t\t\n\t\t\t\t\tline-height: 27.2px;\n\t\t\t\t}.tdi_43 .tdm-social-item i.td-icon-twitter,\n\t\t\t\t.tdi_43 .tdm-social-item i.td-icon-linkedin,\n\t\t\t\t.tdi_43 .tdm-social-item i.td-icon-pinterest,\n\t\t\t\t.tdi_43 .tdm-social-item i.td-icon-blogger,\n\t\t\t\t.tdi_43 .tdm-social-item i.td-icon-vimeo{\n\t\t\t\t\tfont-size: 12.8px;\n\t\t\t\t}.tdi_43 .tdm-social-item{\n\t\t\t\t\twidth: 27.2px;\n\t\t\t\t\theight: 27.2px;\n\t\t\t\t\n\t\t\t\t margin: 5px 10px 5px 0;\n\t\t\t\t}.tdi_43 .tdm-social-item-wrap:last-child .tdm-social-item{\n\t\t\t\t margin-right: 0 !important;\n\t\t\t\t}.tdi_43 .tdm-social-item i,\n\t\t\t\t.tds-team-member2 .tdi_43.tds-social1 .tdm-social-item i{\n\t\t\t\t\tcolor: #000000;\n\t\t\t\t}.tdi_43 .tdm-social-item-wrap:hover i,\n\t\t\t\t.tds-team-member2 .tdi_43.tds-social1 .tdm-social-item:hover i{\n\t\t\t\t\tcolor: #0b2d72;\n\t\t\t\t}.tdi_43 .tdm-social-text{\n\t\t\t\t\tdisplay: none;\n\t\t\t\t\n\t\t\t\t\tmargin-left: 2px;\n\t\t\t\t\n\t\t\t\t\tmargin-right: 18px;\n\t\t\t\t}\n</style><div class="tdm-social-wrapper tds-social1 tdi_43"><div class="tdm-social-item-wrap"><a href="https://www.facebook.com/universitybusiness/" target="_blank" title="Facebook" class="tdm-social-item"><i class="td-icon-font td-icon-facebook"></i></a><a href="https://www.facebook.com/universitybusiness/" target="_blank" class="tdm-social-text">Facebook</a></div><div class="tdm-social-item-wrap"><a href="https://twitter.com/universitybiz" target="_blank" title="Twitter" class="tdm-social-item"><i class="td-icon-font td-icon-twitter"></i></a><a href="https://twitter.com/universitybiz" target="_blank" class="tdm-social-text">Twitter</a></div><div class="tdm-social-item-wrap"><a href="https://www.linkedin.com/company/university-business-magazine" target="_blank" title="Linkedin" class="tdm-social-item"><i class="td-icon-font td-icon-linkedin"></i></a><a href="https://www.linkedin.com/company/university-business-magazine" target="_blank" class="tdm-social-text">Linkedin</a></div></div></div><div class="td_block_wrap tdb_header_search tdi_44 tdb-header-search-trigger-enabled td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_44">\n<style>\n\n/* inline tdc_css att */\n\n.tdi_44{\nmargin-top:1px !important;\n}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_44{\nmargin-top:1px !important;\n}\n}\n\n</style>\n<style>\n/* custom css */\n.tdb_module_header{\n width: 100%;\n padding-bottom: 0;\n }.tdb_module_header .td-module-container{\n display: flex;\n flex-direction: column;\n position: relative;\n }.tdb_module_header .td-module-container:before{\n content: \'\';\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 1px;\n }.tdb_module_header .td-image-wrap{\n display: block;\n position: relative;\n padding-bottom: 70%;\n }.tdb_module_header .td-image-container{\n position: relative;\n width: 100%;\n flex: 0 0 auto;\n }.tdb_module_header .td-module-thumb{\n margin-bottom: 0;\n }.tdb_module_header .td-module-meta-info{\n width: 100%;\n margin-bottom: 0;\n padding: 7px 0 0 0;\n z-index: 1;\n border: 0 solid #eaeaea;\n min-height: 0;\n }.tdb_module_header .entry-title{\n margin: 0;\n font-size: 13px;\n font-weight: 500;\n line-height: 18px;\n }.tdb_module_header .td-post-author-name,\n .tdb_module_header .td-post-date,\n .tdb_module_header .td-module-comments{\n vertical-align: text-top;\n }.tdb_module_header .td-post-author-name,\n .tdb_module_header .td-post-date{\n top: 3px;\n }.tdb_module_header .td-thumb-css{\n width: 100%;\n height: 100%;\n position: absolute;\n background-size: cover;\n background-position: center center;\n }.tdb_module_header .td-category-pos-image .td-post-category:not(.td-post-extra-category),\n .tdb_module_header .td-post-vid-time{\n position: absolute;\n z-index: 2;\n bottom: 0;\n }.tdb_module_header .td-category-pos-image .td-post-category:not(.td-post-extra-category){\n left: 0;\n }.tdb_module_header .td-post-vid-time{\n right: 0;\n background-color: #000;\n padding: 3px 6px 4px;\n font-family: \'Open Sans\', \'Open Sans Regular\', sans-serif;\n font-size: 10px;\n font-weight: 600;\n line-height: 1;\n color: #fff;\n }.tdb_module_header .td-excerpt{\n margin: 20px 0 0;\n line-height: 21px;\n }.tdb_module_header .td-read-more{\n margin: 20px 0 0;\n }.tdb_module_search .tdb-author-photo{\n display: inline-block;\n }.tdb_module_search .tdb-author-photo,\n .tdb_module_search .tdb-author-photo img{\n vertical-align: middle;\n }.tdb_module_search .td-post-author-name{\n white-space: normal;\n }.tdb_header_search{\n margin-bottom: 0;\n clear: none;\n }.tdb_header_search .tdb-block-inner{\n position: relative;\n display: inline-block;\n width: 100%;\n }.tdb_header_search .tdb-search-form{\n position: relative;\n padding: 20px;\n border-width: 3px 0 0;\n border-style: solid;\n border-color: #4db2ec;\n pointer-events: auto;\n }.tdb_header_search .tdb-search-form:before{\n content: \'\';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: #fff;\n }.tdb_header_search .tdb-search-form-inner{\n position: relative;\n display: flex;\n background-color: #fff;\n }.tdb_header_search .tdb-search-form-inner:after{\n content: \'\';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border: 1px solid #e1e1e1;\n pointer-events: none;\n }.tdb_header_search .tdb-head-search-placeholder{\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n padding: 3px 9px;\n font-size: 12px;\n line-height: 21px;\n color: #999;\n -webkit-transition: all 0.3s ease;\n transition: all 0.3s ease;\n pointer-events: none;\n }.tdb_header_search .tdb-head-search-form-input:focus + .tdb-head-search-placeholder{\n opacity: 0;\n }.tdb_header_search .tdb-head-search-form-btn,\n .tdb_header_search .tdb-head-search-form-input{\n height: auto;\n min-height: 32px;\n }.tdb_header_search .tdb-head-search-form-input{\n color: #444;\n flex: 1;\n background-color: transparent;\n border: 0;\n }.tdb_header_search .tdb-head-search-form-input.tdb-head-search-nofocus{\n color: transparent;\n text-shadow: 0 0 0 #444;\n }.tdb_header_search .tdb-head-search-form-btn{\n margin-bottom: 0;\n padding: 0 15px;\n background-color: #222222;\n font-family: \'Roboto\', sans-serif;\n font-size: 13px;\n font-weight: 500;\n color: #fff;\n -webkit-transition: all 0.3s ease;\n transition: all 0.3s ease;\n z-index: 1;\n }.tdb_header_search .tdb-head-search-form-btn:hover{\n background-color: #4db2ec;\n }.tdb_header_search .tdb-head-search-form-btn i,\n .tdb_header_search .tdb-head-search-form-btn span{\n display: inline-block;\n vertical-align: middle;\n }.tdb_header_search .tdb-head-search-form-btn i{\n font-size: 12px;\n }.tdb_header_search .tdb-head-search-form-btn .tdb-head-search-form-btn-icon{\n position: relative;\n }.tdb_header_search .tdb-head-search-form-btn .tdb-head-search-form-btn-icon-svg{\n line-height: 0;\n }.tdb_header_search .tdb-head-search-form-btn svg{\n width: 12px;\n height: auto;\n }.tdb_header_search .tdb-head-search-form-btn svg,\n .tdb_header_search .tdb-head-search-form-btn svg *{\n fill: #fff;\n -webkit-transition: all 0.3s ease;\n transition: all 0.3s ease;\n }.tdb_header_search .tdb-aj-search-results{\n padding: 20px;\n background-color: rgba(144, 144, 144, 0.02);\n border-width: 1px 0;\n border-style: solid;\n border-color: #ededed;\n background-color: #fff;\n }.tdb_header_search .tdb-aj-search-results .td_module_wrap:last-child{\n margin-bottom: 0;\n padding-bottom: 0;\n }.tdb_header_search .tdb-aj-search-results .td_module_wrap:last-child .td-module-container:before{\n display: none;\n }.tdb_header_search .tdb-aj-search-inner{\n display: flex;\n flex-wrap: wrap;\n *zoom: 1;\n }.tdb_header_search .tdb-aj-search-inner:before,\n .tdb_header_search .tdb-aj-search-inner:after{\n display: table;\n content: \'\';\n line-height: 0;\n }.tdb_header_search .tdb-aj-search-inner:after{\n clear: both;\n }.tdb_header_search .result-msg{\n padding: 4px 0 6px 0;\n font-family: \'Roboto\', sans-serif;\n font-size: 12px;\n font-style: italic;\n background-color: #fff;\n }.tdb_header_search .result-msg a{\n color: #222;\n }.tdb_header_search .result-msg a:hover{\n color: #4db2ec;\n }.tdb_header_search .td-module-meta-info,\n .tdb_header_search .td-next-prev-wrap{\n text-align: left;\n }.tdb_header_search .td_module_wrap:hover .entry-title a{\n color: #4db2ec;\n }.tdb_header_search .tdb-aj-cur-element .entry-title a{\n color: #4db2ec;\n }.tdc-dragged .tdb-head-search-btn:after,\n .tdc-dragged .tdb-drop-down-search{\n visibility: hidden !important;\n opacity: 0 !important;\n -webkit-transition: all 0.3s ease;\n transition: all 0.3s ease;\n }.tdb-header-search-trigger-enabled{\n z-index: 1000;\n }.tdb-header-search-trigger-enabled .tdb-head-search-btn{\n display: flex;\n align-items: center;\n position: relative;\n text-align: center;\n color: #4db2ec;\n }.tdb-header-search-trigger-enabled .tdb-head-search-btn:after{\n visibility: hidden;\n opacity: 0;\n content: \'\';\n display: block;\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n margin: 0 auto;\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 0 6.5px 7px 6.5px;\n -webkit-transform: translate3d(0, 20px, 0);\n transform: translate3d(0, 20px, 0);\n -webkit-transition: all 0.4s ease;\n transition: all 0.4s ease;\n border-color: transparent transparent #4db2ec transparent;\n }.tdb-header-search-trigger-enabled .tdb-drop-down-search-open + .tdb-head-search-btn:after{\n visibility: visible;\n opacity: 1;\n -webkit-transform: translate3d(0, 0, 0);\n transform: translate3d(0, 0, 0);\n }.tdb-header-search-trigger-enabled .tdb-search-icon,\n .tdb-header-search-trigger-enabled .tdb-search-txt,\n .tdb-header-search-trigger-enabled .tdb-search-icon-svg svg *{\n -webkit-transition: all 0.3s ease-in-out;\n transition: all 0.3s ease-in-out;\n }.tdb-header-search-trigger-enabled .tdb-search-icon-svg{\n display: flex;\n align-items: center;\n justify-content: center;\n }.tdb-header-search-trigger-enabled .tdb-search-icon-svg svg{\n height: auto;\n }.tdb-header-search-trigger-enabled .tdb-search-icon-svg svg,\n .tdb-header-search-trigger-enabled .tdb-search-icon-svg svg *{\n fill: #4db2ec;\n }.tdb-header-search-trigger-enabled .tdb-search-txt{\n position: relative;\n line-height: 1;\n }.tdb-header-search-trigger-enabled .tdb-drop-down-search{\n visibility: hidden;\n opacity: 0;\n position: absolute;\n top: 100%;\n left: 0;\n -webkit-transform: translate3d(0, 20px, 0);\n transform: translate3d(0, 20px, 0);\n -webkit-transition: all 0.4s ease;\n transition: all 0.4s ease;\n pointer-events: none;\n z-index: 10;\n }.tdb-header-search-trigger-enabled .tdb-drop-down-search-open{\n visibility: visible;\n opacity: 1;\n -webkit-transform: translate3d(0, 0, 0);\n transform: translate3d(0, 0, 0);\n }.tdb-header-search-trigger-enabled .tdb-drop-down-search-inner{\n position: relative;\n max-width: 300px;\n pointer-events: all;\n }.tdi_44 .tdb-head-search-btn i{\n font-size: 20px;\n \n width: 48px;\n\t\t\t\t\theight: 48px;\n\t\t\t\t\tline-height: 48px;\n \n color: #000000;\n }.tdi_44 .tdb-head-search-btn svg{\n width: 20px;\n }.tdi_44 .tdb-search-icon-svg{\n width: 48px;\n\t\t\t\t\theight: 48px;\n }.tdi_44{\n display: inline-block;\n \n float: right;\n clear: none;\n }.tdi_44 .tdb-search-txt{\n top: 0px;\n }.tdi_44 .tdb-drop-down-search{\n top: calc(100% + 1px);\n \n left: auto;\n right: 0;\n }.tdi_44 .tdb-head-search-btn:after{\n bottom: -1px;\n \n border-bottom-color: #d6d6d6;\n }.tdi_44 .tdb-drop-down-search .tdb-drop-down-search-inner{\n max-width: 400px;\n }.tdi_44 .tdb-search-form{\n border-width: 0px;\n \n border-color: #ebebeb;\n }.tdi_44 .tdb-drop-down-search-inner,\n .tdi_44 .tdb-search-form,\n .tdi_44 .tdb-aj-search{\n margin-left: auto;\n margin-right: 0;\n }.tdi_44 .tdb-head-search-form-input,\n .tdi_44 .tdb-head-search-placeholder{\n padding: 0px;\n }.tdi_44 .tdb-search-form-inner:after{\n border-width: 0 0 2px 0;\n \n border-color: rgba(0,0,0,0.05);\n }.tdi_44 .tdb-head-search-form-btn i{\n font-size: 12px;\n }.tdi_44 .tdb-head-search-form-btn-icon{\n margin-left: 10px;\n \n top: 0px;\n }.tdi_44 .tdb-head-search-form-btn{\n padding: 8px 8px;\n \n background-color: #0b2d72;\n }.tdi_44 .tdb-aj-search-results{\n padding: 0 30px 30px;\n \n border-width: 0 0 1px 0;\n }.tdi_44 .result-msg{\n padding: 10px 0;\n \n text-align: center;\n \n font-family:Gelasio !important;font-style:normal !important;\n }.tdi_44 .tdb-head-search-btn svg,\n .tdi_44 .tdb-head-search-btn svg *{\n fill: #000000;\n }.tdi_44 .tdb-head-search-btn:hover i{\n color: #0b2d72;\n }.tdi_44 .tdb-head-search-btn:hover svg,\n .tdi_44 .tdb-head-search-btn:hover svg *{\n fill: #0b2d72;\n }.tdi_44 .tdb-head-search-btn .tdb-search-txt{\n color: #000000;\n }.tdi_44 .tdb-drop-down-search-inner{\n box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.11);\n }.tdi_44 .tdb-head-search-form-input:focus + .tdb-head-search-placeholder{\n opacity: 0.01;\n }.tdi_44 .tdb-head-search-form-btn:hover{\n background: -webkit-linear-gradient(-30deg,#06263a,#110021);background: linear-gradient(-30deg,#06263a,#110021);\n }.tdi_44 .result-msg,\n .tdi_44 .result-msg a{\n color: #0b2d72;\n }.tdi_44 .result-msg a:hover{\n color: #0b2d72;\n }.tdi_44 .tdb-head-search-form-input{\n font-family:Gelasio !important;\n }.tdi_44 .tdb-head-search-placeholder{\n font-family:Gelasio !important;\n }.tdi_44 .td_module_wrap:nth-last-child(-n+1){\n\t\t\t\t\tmargin-bottom: 0;\n\t\t\t\t\tpadding-bottom: 0;\n\t\t\t\t}.tdi_44 .td_module_wrap:nth-last-child(-n+1) .td-module-container:before{\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}.tdi_44 .td_module_wrap{\n\t\t\t\t\tpadding-left: 11px;\n\t\t\t\t\tpadding-right: 11px;\n\t\t\t\t\n\t\t\t\t\tpadding-bottom: 10px;\n\t\t\t\t\tmargin-bottom: 10px;\n\t\t\t\t}.tdi_44 .tdb-aj-search-inner{\n\t\t\t\t\tmargin-left: -11px;\n\t\t\t\t\tmargin-right: -11px;\n\t\t\t\t}.tdi_44 .td-module-container:before{\n\t\t\t\t\tbottom: -10px;\n\t\t\t\t\n\t\t\t\t\tborder-color: rgba(127,127,127,0.1);\n\t\t\t\t}.tdi_44 .td-module-container{\n\t\t\t\t border-color: #eaeaea;\n\t\t\t\t\n\t\t\t\t\tflex-direction: row;\n\t\t\t\t}.tdi_44 .entry-thumb{\n\t\t\t\t\tbackground-position: center 40%;\n\t\t\t\t}.tdi_44 .td-image-wrap{\n\t\t\t\t\tpadding-bottom: 50%;\n\t\t\t\t}.tdi_44 .td-image-container{\n\t\t\t\t \tflex: 0 0 40%;\n\t\t\t\t \twidth: 40%;\n\t\t\t \n \tdisplay: block; order: 0;\n }.ie10 .tdi_44 .td-image-container,\n\t\t\t\t.ie11 .tdi_44 .td-image-container{\n\t\t\t\t \tflex: 0 0 auto;\n\t\t\t }.ie10 .tdi_44 .td-module-meta-info,\n\t\t\t\t.ie11 .tdi_44 .td-module-meta-info{\n\t\t\t\t \tflex: 1;\n\t\t\t }.tdi_44 .td-post-vid-time{\n\t\t\t\t\tdisplay: block;\n\t\t\t\t}.tdi_44 .td-module-meta-info{\n\t\t\t\t\tpadding: 0 0 0 16px;\n\t\t\t\t\n\t\t\t\t\tborder-color: #eaeaea;\n\t\t\t\t}.tdi_44 .entry-title{\n\t\t\t\t\tmargin: 0 0 2px;\n\t\t\t\t\n\t\t\t\t\tfont-family:Gelasio !important;\n\t\t\t\t}.tdi_44 .td-excerpt{\n\t\t\t\t\tcolumn-count: 1;\n\t\t\t\t\n\t\t\t\t\tcolumn-gap: 48px;\n\t\t\t\t\n\t\t\t\t\tdisplay: none;\n\t\t\t\t\n\t\t\t\t\tcolor: #a5a5a5;\n\t\t\t\t}.tdi_44 .td-post-category{\n\t\t\t\t\tmargin: 0 0 7px 0;\n\t\t\t\t\n\t\t\t\t\tpadding: 3px 4px 2px;\n\t\t\t\t\n\t\t\t\t\tbackground-color: #0b2d72;\n\t\t\t\t\n\t\t\t\t\tfont-family:Source Sans Pro !important;text-transform:uppercase !important;letter-spacing:1px !important;\n\t\t\t\t}.tdi_44 .td-post-category:not(.td-post-extra-category){\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}.tdi_44 .td-read-more{\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}.tdi_44 .td-author-date{\n\t\t\t\t\tdisplay: inline;\n\t\t\t\t}.tdi_44 .td-post-author-name{\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}.tdi_44 .entry-review-stars{\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}.tdi_44 .td-icon-star,\n .tdi_44 .td-icon-star-empty,\n .tdi_44 .td-icon-star-half{\n\t\t\t\t\tfont-size: 15px;\n\t\t\t\t}.tdi_44 .td-module-comments{\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}.tdi_44 .tdb-author-photo .avatar{\n\t\t\t\t width: 20px;\n\t\t\t\t height: 20px;\n\t\t\t\t\n\t\t\t\t margin-right: 6px;\n\t\t\t\t\n\t\t\t\t border-radius: 50%;\n\t\t\t\t}.tdi_44 .td-post-category:hover{\n\t\t\t\t\tcolor: #000000;\n\t\t\t\t}.tdi_44 .td-module-title a{\n\t\t\t\t\tcolor: #051d2d;\n\t\t\t\t\n box-shadow: inset 0 0 0 0 #000;\n }body .tdi_44 .td_module_wrap:hover .td-module-title a,\n\t\t\t\t.tdi_44 .tdb-aj-cur-element .entry-title a{\n\t\t\t\t\tcolor: #0b2d72 !important;\n\t\t\t\t}.tdi_44 .td-post-author-name a{\n\t\t\t\t\tcolor: #000000;\n\t\t\t\t}.tdi_44 .td-post-author-name:hover a{\n\t\t\t\t\tcolor: #000000;\n\t\t\t\t}.tdi_44 .td-post-date,\n\t\t\t\t.tdi_44 .td-post-author-name span{\n\t\t\t\t\tcolor: #000000;\n\t\t\t\t}.tdi_44 .td-editor-date,\n\t\t\t\t.tdi_44 .td-editor-date .td-post-author-name,\n\t\t\t\t.tdi_44 .td-module-comments a{\n\t\t\t\t\tfont-family:Source Sans Pro !important;line-height:1 !important;font-style:italic !important;\n\t\t\t\t}@media (min-width: 768px) {\n .tdi_44 .td-module-title a {\n transition: all 0.2s ease;\n -webkit-transition: all 0.2s ease;\n }\n }\n\n/* landscape */\n@media (min-width: 1019px) and (max-width: 1140px){\n.tdi_44 .tdb-head-search-btn i{\n font-size: 16px;\n \n width: 49.6px;\n\t\t\t\t\theight: 49.6px;\n\t\t\t\t\tline-height: 49.6px;\n }.tdi_44 .tdb-head-search-btn svg{\n width: 16px;\n }.tdi_44 .tdb-search-icon-svg{\n width: 49.6px;\n\t\t\t\t\theight: 49.6px;\n }.tdi_44 .tdb-search-form{\n padding: 20px;\n }.tdi_44 .tdb-aj-search-results{\n padding: 0 20px 20px ;\n }.tdi_44 .result-msg{\n padding: 6px 0;\n }.tdi_44 .td_module_wrap{\n\t\t\t\t\tpadding-bottom: 10px !important;\n\t\t\t\t\tmargin-bottom: 10px !important;\n\t\t\t\t\n\t\t\t\t\tpadding-bottom: 10px;\n\t\t\t\t\tmargin-bottom: 10px;\n\t\t\t\t}.tdi_44 .td_module_wrap:nth-last-child(-n+1){\n\t\t\t\t\tmargin-bottom: 0 !important;\n\t\t\t\t\tpadding-bottom: 0 !important;\n\t\t\t\t}.tdi_44 .td_module_wrap .td-module-container:before{\n\t\t\t\t\tdisplay: block !important;\n\t\t\t\t}.tdi_44 .td_module_wrap:nth-last-child(-n+1) .td-module-container:before{\n\t\t\t\t\tdisplay: none !important;\n\t\t\t\t}.tdi_44 .td-module-container:before{\n\t\t\t\t\tbottom: -10px;\n\t\t\t\t}.tdi_44 .td-module-title a{\n box-shadow: inset 0 0 0 0 #000;\n }.tdi_44 .entry-title{\n\t\t\t\t\tfont-family:Gelasio !important;font-size:14px !important;\n\t\t\t\t}@media (min-width: 768px) {\n .tdi_44 .td-module-title a {\n transition: all 0.2s ease;\n -webkit-transition: all 0.2s ease;\n }\n }\n}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_44 .tdb-head-search-btn i{\n font-size: 16px;\n \n width: 49.6px;\n\t\t\t\t\theight: 49.6px;\n\t\t\t\t\tline-height: 49.6px;\n }.tdi_44 .tdb-head-search-btn svg{\n width: 16px;\n }.tdi_44 .tdb-search-icon-svg{\n width: 49.6px;\n\t\t\t\t\theight: 49.6px;\n }.tdi_44 .tdb-drop-down-search .tdb-drop-down-search-inner{\n max-width: 500px;\n }.tdi_44 .tdb-search-form{\n padding: 20px;\n }.tdi_44 .tdb-head-search-form-btn{\n padding: 6px 16px;\n }.tdi_44 .tdb-aj-search-results{\n padding: 0 20px 20px;\n }.tdi_44 .result-msg{\n padding: 4px 0;\n }.tdi_44 .td_module_wrap{\n\t\t\t\t\tpadding-bottom: 10px !important;\n\t\t\t\t\tmargin-bottom: 10px !important;\n\t\t\t\t\n\t\t\t\t\tpadding-bottom: 10px;\n\t\t\t\t\tmargin-bottom: 10px;\n\t\t\t\t}.tdi_44 .td_module_wrap:nth-last-child(-n+1){\n\t\t\t\t\tmargin-bottom: 0 !important;\n\t\t\t\t\tpadding-bottom: 0 !important;\n\t\t\t\t}.tdi_44 .td_module_wrap .td-module-container:before{\n\t\t\t\t\tdisplay: block !important;\n\t\t\t\t}.tdi_44 .td_module_wrap:nth-last-child(-n+1) .td-module-container:before{\n\t\t\t\t\tdisplay: none !important;\n\t\t\t\t}.tdi_44 .td-module-container:before{\n\t\t\t\t\tbottom: -10px;\n\t\t\t\t}.tdi_44 .td-module-title a{\n box-shadow: inset 0 0 0 0 #000;\n }.tdi_44 .entry-title{\n\t\t\t\t\tfont-family:Gelasio !important;font-size:12px !important;\n\t\t\t\t}.tdi_44 .td-editor-date,\n\t\t\t\t.tdi_44 .td-editor-date .td-post-author-name,\n\t\t\t\t.tdi_44 .td-module-comments a{\n\t\t\t\t\tfont-family:Source Sans Pro !important;font-size:12px !important;line-height:1 !important;font-style:italic !important;\n\t\t\t\t}@media (min-width: 768px) {\n .tdi_44 .td-module-title a {\n transition: all 0.2s ease;\n -webkit-transition: all 0.2s ease;\n }\n }\n}\n\n/* phone */\n@media (max-width: 767px){\n.tdi_44 .td_module_wrap{\n\t\t\t\t\tpadding-bottom: 10px !important;\n\t\t\t\t\tmargin-bottom: 10px !important;\n\t\t\t\t\n\t\t\t\t\tpadding-bottom: 10px;\n\t\t\t\t\tmargin-bottom: 10px;\n\t\t\t\t}.tdi_44 .td_module_wrap:nth-last-child(-n+1){\n\t\t\t\t\tmargin-bottom: 0 !important;\n\t\t\t\t\tpadding-bottom: 0 !important;\n\t\t\t\t}.tdi_44 .td_module_wrap .td-module-container:before{\n\t\t\t\t\tdisplay: block !important;\n\t\t\t\t}.tdi_44 .td_module_wrap:nth-last-child(-n+1) .td-module-container:before{\n\t\t\t\t\tdisplay: none !important;\n\t\t\t\t}.tdi_44 .td-module-container:before{\n\t\t\t\t\tbottom: -10px;\n\t\t\t\t}.tdi_44 .td-module-title a{\n box-shadow: inset 0 0 0 0 #000;\n }@media (min-width: 768px) {\n .tdi_44 .td-module-title a {\n transition: all 0.2s ease;\n -webkit-transition: all 0.2s ease;\n }\n }\n}\n</style><div class="tdb-block-inner td-fix-index"><div class="tdb-drop-down-search" aria-labelledby="td-header-search-button" style="width: 1280px !important;"><div class="tdb-drop-down-search-inner"><form method="get" class="tdb-search-form" action="https://universitybusiness.com/"><div class="tdb-search-form-inner"><input class="tdb-head-search-form-input" type="text" value="" name="s" autocomplete="off"><div class="tdb-head-search-placeholder">type here...</div><button class="wpb_button wpb_btn-inverse btn tdb-head-search-form-btn" type="submit"><span>Search</span><i class="tdb-head-search-form-btn-icon tdc-font-tdmp tdc-font-tdmp-arrow-cut-right"></i></button></div></form><div class="tdb-aj-search"></div></div></div><a href="#" role="button" aria-label="Search" class="tdb-head-search-btn dropdown-toggle" data-toggle="dropdown"><span class="tdb-search-icon tdb-search-icon-svg"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path d="M946.371 843.601l-125.379-125.44c43.643-65.925 65.495-142.1 65.475-218.040 0.051-101.069-38.676-202.588-115.835-279.706-77.117-77.148-178.606-115.948-279.644-115.886-101.079-0.061-202.557 38.738-279.665 115.876-77.169 77.128-115.937 178.627-115.907 279.716-0.031 101.069 38.728 202.588 115.907 279.665 77.117 77.117 178.616 115.825 279.665 115.804 75.94 0.020 152.136-21.862 218.061-65.495l125.348 125.46c30.915 30.904 81.029 30.904 111.954 0.020 30.915-30.935 30.915-81.029 0.020-111.974zM705.772 714.925c-59.443 59.341-136.899 88.842-214.784 88.924-77.896-0.082-155.341-29.583-214.784-88.924-59.443-59.484-88.975-136.919-89.037-214.804 0.061-77.885 29.604-155.372 89.037-214.825 59.464-59.443 136.878-88.945 214.784-89.016 77.865 0.082 155.3 29.583 214.784 89.016 59.361 59.464 88.914 136.919 88.945 214.825-0.041 77.885-29.583 155.361-88.945 214.804z"></path></svg></span></a></div></div> <!-- ./block --></div></div></div></div><div id="tdi_45" class="tdc-row stretch_row_1200 td-stretch-content"><div class="vc_row tdi_46 wpb_row td-pb-row">\n<style scoped="">\n\n/* custom css */\n.tdi_46,\n .tdi_46 .tdc-columns{\n min-height: 0;\n }.tdi_46:before{\n display: block;\n width: 100vw; \n height: 100%;\n position: absolute;\n left: 50%;\n transform: translateX(-50%);\n box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);\n z-index: 20;\n pointer-events: none;\n top: 0;\n }.tdi_46,\n\t\t\t\t.tdi_46 .tdc-columns{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_46 .tdc-columns{\n\t\t\t\t width: 100%;\n\t\t\t\t}\n</style><div class="vc_column tdi_48 wpb_column vc_column_container tdc-column td-pb-span12">\n<style scoped="">\n\n/* custom css */\n.tdi_48{\n vertical-align: baseline;\n }.tdi_48 > .wpb_wrapper,\n\t\t\t\t.tdi_48 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_48 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t width: 100%;\n\t\t\t\t}.tdi_48 > .wpb_wrapper > .vc_row_inner{\n\t\t\t\t width: auto;\n\t\t\t\t}.tdi_48 > .wpb_wrapper{\n\t\t\t\t width: auto;\n\t\t\t\t height: auto;\n\t\t\t\t}\n</style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_menu tdi_49 tds_menu_active1 tds_menu_sub_active1 tdb-mm-align-screen td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_49" style=" z-index: 999;">\n<style>\n\n/* inline tdc_css att */\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_49{\nmargin-top:1px !important;\n}\n}\n\n</style>\n<style>\n/* custom css */\n.tdb_header_menu{\n margin-bottom: 0;\n z-index: 999;\n clear: none;\n }.tdb_header_menu .tdb-main-sub-icon-fake,\n .tdb_header_menu .tdb-sub-icon-fake{\n display: none;\n }.tdb_header_menu .tdb-menu{\n display: inline-block;\n vertical-align: middle;\n margin: 0;\n }.tdb_header_menu .tdb-menu .tdb-mega-menu-inactive,\n .tdb_header_menu .tdb-menu .tdb-menu-item-inactive{\n pointer-events: none;\n }.tdb_header_menu .tdb-menu .tdb-mega-menu-inactive > ul,\n .tdb_header_menu .tdb-menu .tdb-menu-item-inactive > ul{\n visibility: hidden;\n opacity: 0;\n }.tdb_header_menu .tdb-menu .sub-menu{\n font-size: 14px;\n \n position: absolute;\n top: -999em;\n background-color: #fff;\n z-index: 99;\n }.tdb_header_menu .tdb-menu .sub-menu > li{\n list-style-type: none;\n margin: 0;\n font-family: \'Open Sans\', \'Open Sans Regular\', sans-serif;\n }.tdb_header_menu .tdb-menu > li{\n float: left;\n list-style-type: none;\n margin: 0;\n }.tdb_header_menu .tdb-menu > li > a{\n position: relative;\n display: inline-block;\n padding: 0 14px;\n font-weight: 700;\n font-size: 14px;\n line-height: 48px;\n vertical-align: middle;\n text-transform: uppercase;\n -webkit-backface-visibility: hidden;\n color: #000;\n font-family: \'Open Sans\', \'Open Sans Regular\', sans-serif;\n }.tdb_header_menu .tdb-menu > li > a:after{\n content: \'\';\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n margin: 0 auto;\n width: 0;\n height: 3px;\n background-color: #4db2ec;\n -webkit-transform: translate3d(0, 0, 0);\n transform: translate3d(0, 0, 0);\n -webkit-transition: width 0.2s ease;\n transition: width 0.2s ease;\n }.tdb_header_menu .tdb-menu > li > a > .tdb-menu-item-text{\n display: inline-block;\n }.tdb_header_menu .tdb-menu > li > a .tdb-menu-item-text,\n .tdb_header_menu .tdb-menu > li > a span{\n vertical-align: middle;\n float: left;\n }.tdb_header_menu .tdb-menu > li > a .tdb-sub-menu-icon{\n margin: 0 0 0 7px;\n }.tdb_header_menu .tdb-menu > li > a .tdb-sub-menu-icon-svg{\n float: none;\n line-height: 0;\n }.tdb_header_menu .tdb-menu > li > a .tdb-sub-menu-icon-svg svg{\n width: 14px;\n height: auto;\n }.tdb_header_menu .tdb-menu > li > a .tdb-sub-menu-icon-svg svg,\n .tdb_header_menu .tdb-menu > li > a .tdb-sub-menu-icon-svg svg *{\n fill: #000;\n }.tdb_header_menu .tdb-menu > li.current-menu-item > a:after,\n .tdb_header_menu .tdb-menu > li.current-menu-ancestor > a:after,\n .tdb_header_menu .tdb-menu > li.current-category-ancestor > a:after,\n .tdb_header_menu .tdb-menu > li:hover > a:after,\n .tdb_header_menu .tdb-menu > li.tdb-hover > a:after{\n width: 100%;\n }.tdb_header_menu .tdb-menu > li:hover > ul,\n .tdb_header_menu .tdb-menu > li.tdb-hover > ul{\n top: auto;\n display: block !important;\n }.tdb_header_menu .tdb-menu > li.td-normal-menu > ul.sub-menu{\n top: auto;\n left: 0;\n z-index: 99;\n }.tdb_header_menu .tdb-menu > li .tdb-menu-sep{\n position: relative;\n vertical-align: middle;\n font-size: 14px;\n }.tdb_header_menu .tdb-menu > li .tdb-menu-sep-svg{\n line-height: 0;\n }.tdb_header_menu .tdb-menu > li .tdb-menu-sep-svg svg{\n width: 14px;\n height: auto;\n }.tdb_header_menu .tdb-menu > li:last-child .tdb-menu-sep{\n display: none;\n }.tdb_header_menu .tdb-menu-item-text{\n word-wrap: break-word;\n }.tdb_header_menu .tdb-menu-item-text,\n .tdb_header_menu .tdb-sub-menu-icon,\n .tdb_header_menu .tdb-menu-more-subicon{\n vertical-align: middle;\n }.tdb_header_menu .tdb-sub-menu-icon,\n .tdb_header_menu .tdb-menu-more-subicon{\n position: relative;\n top: 0;\n padding-left: 0;\n }.tdb_header_menu .tdb-normal-menu{\n position: relative;\n }.tdb_header_menu .tdb-normal-menu ul{\n left: 0;\n padding: 15px 0;\n text-align: left;\n }.tdb_header_menu .tdb-normal-menu ul ul{\n margin-top: -15px;\n }.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item{\n position: relative;\n list-style-type: none;\n }.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a{\n position: relative;\n display: block;\n padding: 7px 30px;\n font-size: 12px;\n line-height: 20px;\n color: #111;\n }.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon,\n .tdb_header_menu .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon{\n position: absolute;\n top: 50%;\n -webkit-transform: translateY(-50%);\n transform: translateY(-50%);\n right: 0;\n padding-right: inherit;\n font-size: 7px;\n line-height: 20px;\n }.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg,\n .tdb_header_menu .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon-svg{\n line-height: 0;\n }.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg,\n .tdb_header_menu .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon-svg svg{\n width: 7px;\n height: auto;\n }.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg,\n .tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg *,\n .tdb_header_menu .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon svg,\n .tdb_header_menu .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon svg *{\n fill: #000;\n }.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item:hover > ul,\n .tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.tdb-hover > ul{\n top: 0;\n display: block !important;\n }.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.current-menu-item > a,\n .tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.current-menu-ancestor > a,\n .tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.current-category-ancestor > a,\n .tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.tdb-hover > a,\n .tdb_header_menu .tdb-normal-menu ul .tdb-menu-item:hover > a{\n color: #4db2ec;\n }.tdb_header_menu .tdb-normal-menu > ul{\n left: -15px;\n }.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu ul,\n .tdb_header_menu.tdb-menu-sub-inline .td-pulldown-filter-list{\n width: 100% !important;\n }.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu ul li,\n .tdb_header_menu.tdb-menu-sub-inline .td-pulldown-filter-list li{\n display: inline-block;\n width: auto !important;\n }.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu,\n .tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item{\n position: static;\n }.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu ul ul{\n margin-top: 0 !important;\n }.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu > ul{\n left: 0 !important;\n }.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item > a .tdb-sub-menu-icon{\n float: none;\n line-height: 1;\n }.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item:hover > ul,\n .tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item.tdb-hover > ul{\n top: 100%;\n }.tdb_header_menu.tdb-menu-sub-inline .tdb-menu-items-dropdown{\n position: static;\n }.tdb_header_menu.tdb-menu-sub-inline .td-pulldown-filter-list{\n left: 0 !important;\n }.tdb-menu .tdb-mega-menu .sub-menu{\n -webkit-transition: opacity 0.3s ease;\n transition: opacity 0.3s ease;\n width: 1114px !important;\n }.tdb-menu .tdb-mega-menu .sub-menu,\n .tdb-menu .tdb-mega-menu .sub-menu > li{\n position: absolute;\n left: 50%;\n -webkit-transform: translateX(-50%);\n transform: translateX(-50%);\n }.tdb-menu .tdb-mega-menu .sub-menu > li{\n top: 0;\n width: 100%;\n max-width: 1114px !important;\n height: auto;\n background-color: #fff;\n border: 1px solid #eaeaea;\n overflow: hidden;\n }.tdc-dragged .tdb-block-menu ul{\n visibility: hidden !important;\n opacity: 0 !important;\n -webkit-transition: all 0.3s ease;\n transition: all 0.3s ease;\n }.tdb-mm-align-screen .tdb-menu .tdb-mega-menu .sub-menu{\n -webkit-transform: translateX(0);\n transform: translateX(0);\n }.tdb-mm-align-parent .tdb-menu .tdb-mega-menu{\n position: relative;\n }.tdi_49 .td_block_inner{\n text-align: center;\n }.tdi_49 .tdb-menu > li > a,\n .tdi_49 .td-subcat-more{\n padding: 0 40px 0 0px;\n \n color: #515151;\n }.tdi_49 .tdb-menu > li .tdb-menu-sep,\n .tdi_49 .tdb-menu-items-dropdown .tdb-menu-sep{\n top: -1px;\n }.tdi_49 .tdb-menu > li > a .tdb-sub-menu-icon,\n .tdi_49 .td-subcat-more .tdb-menu-more-subicon{\n font-size: 12px;\n \n top: -1px;\n }.tdi_49 .td-subcat-more .tdb-menu-more-icon{\n top: 0px;\n }.tdi_49 .tdb-menu > li > a .tdb-sub-menu-icon-svg svg,\n .tdi_49 .tdb-menu > li > a .tdb-sub-menu-icon-svg svg *,\n .tdi_49 .td-subcat-more .tdb-menu-more-subicon-svg svg,\n .tdi_49 .td-subcat-more .tdb-menu-more-subicon-svg svg *,\n .tdi_49 .td-subcat-more .tdb-menu-more-icon-svg,\n .tdi_49 .td-subcat-more .tdb-menu-more-icon-svg *{\n fill: #515151;\n }.tdi_49 .tdb-menu > li > a,\n .tdi_49 .td-subcat-more,\n .tdi_49 .td-subcat-more > .tdb-menu-item-text{\n font-family:Source Sans Pro !important;font-size:16px !important;line-height:55px !important;font-weight:100 !important;letter-spacing:.5px !important;\n }.tdi_49 .tdb-menu > .tdb-normal-menu > ul,\n .tdi_49 .td-pulldown-filter-list{\n left: -4px;\n }.tdi_49 .tdb-normal-menu ul ul,\n .tdi_49 .td-pulldown-filter-list .sub-menu{\n margin-top: -18px;\n }.tdi_49 .tdb-menu .tdb-normal-menu ul,\n .tdi_49 .td-pulldown-filter-list,\n .tdi_49 .td-pulldown-filter-list .sub-menu{\n padding: 18px 0;\n \n box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.14);\n }.tdi_49 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,\n .tdi_49 .tdb-menu-items-dropdown .td-pulldown-filter-list li > a{\n padding: 4px 28px;\n }.tdi_49 .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon,\n .tdi_49 .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon{\n font-size: 10px;\n \n right: 0;\n \n margin-top: 2px;\n }.tdi_49 .tdb-normal-menu ul .tdb-menu-item > a .tdb-menu-item-text{\n margin-right: 7px;\n }.tdi_49 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,\n .tdi_49 .tdb-menu-items-dropdown .td-pulldown-filter-list li a,\n .tdi_49 .tdb-menu-items-dropdown .td-pulldown-filter-list li a{\n color: #515151;\n }.tdi_49 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg,\n .tdi_49 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg *,\n .tdi_49 .tdb-menu-items-dropdown .td-pulldown-filter-list li a .tdb-sub-menu-icon-svg svg,\n .tdi_49 .tdb-menu-items-dropdown .td-pulldown-filter-list li a .tdb-sub-menu-icon-svg svg *{\n fill: #515151;\n }.tdi_49 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,\n .tdi_49 .td-pulldown-filter-list li a{\n font-family:Source Sans Pro !important;font-size:15px !important;\n }.tdi_49:not(.tdb-mm-align-screen) .tdb-mega-menu .sub-menu,\n .tdi_49 .tdb-mega-menu .sub-menu > li{\n max-width: 1502px !important;\n }.tdi_49 .tdb-menu .tdb-mega-menu .sub-menu > li{\n\t\t\t\t\tbox-shadow: none;\n\t\t\t\t}@media (max-width: 1140px) {\n .tdb-menu .tdb-mega-menu .sub-menu > li {\n width: 100% !important;\n }\n }@media (max-width: 1018px) {\n .tdi_49 .td-pulldown-filter-list {\n left: auto;\n right: -4px;\n }\n }\n\n/* landscape */\n@media (min-width: 1019px) and (max-width: 1140px){\n.tdi_49 .tdb-menu > li > a,\n .tdi_49 .td-subcat-more{\n padding: 0 10px;\n }.tdi_49 .tdb-menu > li > a .tdb-sub-menu-icon,\n .tdi_49 .td-subcat-more .tdb-menu-more-subicon{\n font-size: 8px;\n }.tdi_49 .tdb-menu > li > a,\n .tdi_49 .td-subcat-more,\n .tdi_49 .td-subcat-more > .tdb-menu-item-text{\n font-family:Source Sans Pro !important;font-size:15px !important;line-height:51px !important;font-weight:100 !important;letter-spacing:.5px !important;\n }\n}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_49 .tdb-menu > li > a,\n .tdi_49 .td-subcat-more{\n padding: 0 10px;\n }.tdi_49 .tdb-menu > li > a .tdb-sub-menu-icon,\n .tdi_49 .td-subcat-more .tdb-menu-more-subicon{\n font-size: 6px;\n \n margin-left: 7px;\n }.tdi_49 .tdb-menu > li > a,\n .tdi_49 .td-subcat-more,\n .tdi_49 .td-subcat-more > .tdb-menu-item-text{\n font-family:Source Sans Pro !important;font-size:13px !important;line-height:51px !important;font-weight:100 !important;letter-spacing:.5px !important;\n }.tdi_49 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,\n .tdi_49 .tdb-menu-items-dropdown .td-pulldown-filter-list li > a{\n padding: 4px 26px;\n }.tdi_49 .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon,\n .tdi_49 .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon{\n margin-top: 3px;\n }.tdi_49 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,\n .tdi_49 .td-pulldown-filter-list li a{\n font-family:Source Sans Pro !important;font-size:11px !important;\n }\n}\n</style>\n<style>\n.tdi_49 .tdb-menu > li.current-menu-item > a,\n\t\t\t\t.tdi_49 .tdb-menu > li.current-menu-ancestor > a,\n\t\t\t\t.tdi_49 .tdb-menu > li.current-category-ancestor > a,\n\t\t\t\t.tdi_49 .tdb-menu > li:hover > a,\n\t\t\t\t.tdi_49 .tdb-menu > li.tdb-hover > a,\n\t\t\t\t.tdi_49 .tdb-menu-items-dropdown:hover .td-subcat-more{\n\t\t\t\t\tcolor: #0b2d72;\n\t\t\t\t}.tdi_49 .tdb-menu > li.current-menu-item > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_49 .tdb-menu > li.current-menu-item > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_49 .tdb-menu > li.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_49 .tdb-menu > li.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_49 .tdb-menu > li.current-category-ancestor > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_49 .tdb-menu > li.current-category-ancestor > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_49 .tdb-menu > li:hover > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_49 .tdb-menu > li:hover > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_49 .tdb-menu > li.tdb-hover > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_49 .tdb-menu > li.tdb-hover > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_49 .tdb-menu-items-dropdown:hover .td-subcat-more .tdb-menu-more-icon-svg svg,\n\t\t\t\t.tdi_49 .tdb-menu-items-dropdown:hover .td-subcat-more .tdb-menu-more-icon-svg svg *{\n\t\t\t\t\tfill: #0b2d72;\n\t\t\t\t}.tdi_49 .tdb-menu > li > a:after,\n\t\t\t\t.tdi_49 .tdb-menu-items-dropdown .td-subcat-more:after{\n\t\t\t\t\theight: 0px;\n\t\t\t\t\n\t\t\t\t\tbottom: 0px;\n\t\t\t\t}\n</style>\n<style>\n.tdi_49 .tdb-menu ul .tdb-normal-menu.current-menu-item > a,\n\t\t\t\t.tdi_49 .tdb-menu ul .tdb-normal-menu.current-menu-ancestor > a,\n\t\t\t\t.tdi_49 .tdb-menu ul .tdb-normal-menu.current-category-ancestor > a,\n\t\t\t\t.tdi_49 .tdb-menu ul .tdb-normal-menu.tdb-hover > a,\n\t\t\t\t.tdi_49 .tdb-menu ul .tdb-normal-menu:hover > a,\n\t\t\t\t.tdi_49 .tdb-menu-items-dropdown .td-pulldown-filter-list li:hover > a{\n\t\t\t\t\tcolor: #0b2d72;\n\t\t\t\t\n\t\t\t\t\tbackground-color: rgba(76,64,132,0.05);\n\t\t\t\t}.tdi_49 .tdb-menu ul .tdb-normal-menu.current-menu-item > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_49 .tdb-menu ul .tdb-normal-menu.current-menu-item > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_49 .tdb-menu ul .tdb-normal-menu.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_49 .tdb-menu ul .tdb-normal-menu.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_49 .tdb-menu ul .tdb-normal-menu.current-category-ancestor > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_49 .tdb-menu ul .tdb-normal-menu.current-category-ancestor > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_49 .tdb-menu ul .tdb-normal-menu.tdb-hover > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_49 .tdb-menu ul .tdb-normal-menu.tdb-hover > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_49 .tdb-menu ul .tdb-normal-menu:hover > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_49 .tdb-menu ul .tdb-normal-menu:hover > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_49 .tdb-menu-items-dropdown .td-pulldown-filter-list li:hover > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_49 .tdb-menu-items-dropdown .td-pulldown-filter-list li:hover > a .tdb-sub-menu-icon-svg svg *{\n\t\t\t\t\tfill: #0b2d72;\n\t\t\t\t}\n</style><div id="tdi_49" class="td_block_inner td-fix-index"><div class="tdb-main-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></div><div class="tdb-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-right"></i></div><ul id="menu-main-menu" class="tdb-block-menu tdb-menu tdb-menu-items-visible"><li id="menu-item-6244" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-first tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6244"><a href="https://universitybusiness.com/category/administration/"><div class="tdb-menu-item-text">ADMINISTRATION</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>\n<ul class="sub-menu" style="float: none; width: auto; min-width: 16.8462em; display: none;">\n\t<li id="menu-item-6248" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6248" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/leadership/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Leadership</div></a></li>\n\t<li id="menu-item-6245" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6245" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/academic-affairs/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Academic Affairs</div></a></li>\n\t<li id="menu-item-6252" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6252" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/partnerships-mergers/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Partnerships/Mergers</div></a></li>\n\t<li id="menu-item-6249" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6249" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/personnel-and-hr/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Personnel and HR</div></a></li>\n\t<li id="menu-item-6250" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6250" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/policy-and-legal-affairs/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Policy and Legal Affairs</div></a></li>\n\t<li id="menu-item-14218" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14218" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/fundraising/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Fundraising</div></a></li>\n\t<li id="menu-item-6251" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6251" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/presidents/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Presidents</div></a></li>\n\t<li id="menu-item-6246" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6246" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/crisis-management/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Crisis Management</div></a></li>\n</ul>\n</li>\n<li id="menu-item-6253" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6253"><a href="https://universitybusiness.com/category/enrollment/"><div class="tdb-menu-item-text">Enrollment</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>\n<ul class="sub-menu" style="float: none; width: auto; min-width: 18.4615em; display: none;">\n\t<li id="menu-item-6257" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6257" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/admissions/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Admissions</div></a></li>\n\t<li id="menu-item-6258" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6258" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/access-affordability/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Access & Affordability</div></a></li>\n\t<li id="menu-item-6259" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6259" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/roi-value/" style="float: none; width: auto;"><div class="tdb-menu-item-text">ROI/Value</div></a></li>\n\t<li id="menu-item-6254" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6254" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/diversity-equity-inclusion/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Diversity, Equity, Inclusion</div></a></li>\n\t<li id="menu-item-6256" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6256" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/student-loans-pell-grants/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Student Loans/Pell Grants</div></a></li>\n\t<li id="menu-item-6255" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent tdb-menu-item tdb-normal-menu menu-item-6255" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/international-students/" style="float: none; width: auto;"><div class="tdb-menu-item-text">International Students</div></a></li>\n</ul>\n</li>\n<li id="menu-item-6263" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6263"><a href="https://universitybusiness.com/category/academics/"><div class="tdb-menu-item-text">Academics</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>\n<ul class="sub-menu" style="float: none; width: auto; min-width: 17.7692em; display: none;">\n\t<li id="menu-item-6264" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent tdb-menu-item tdb-normal-menu menu-item-6264" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/rankings/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Rankings</div></a></li>\n\t<li id="menu-item-6267" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6267" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/online-learning/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Online Learning</div></a></li>\n\t<li id="menu-item-14217" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14217" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/advising/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Advising</div></a></li>\n\t<li id="menu-item-6266" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6266" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/instructional-technology/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Instructional Technology</div></a></li>\n\t<li id="menu-item-14214" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14214" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/edtech-innovation/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Edtech/Innovation</div></a></li>\n\t<li id="menu-item-6268" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6268" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/faculty/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Faculty</div></a></li>\n\t<li id="menu-item-6270" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6270" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/civil-dialogue/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Civil Dialogue</div></a></li>\n\t<li id="menu-item-6271" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6271" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/curricula-majors/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Curricula/Majors</div></a></li>\n</ul>\n</li>\n<li id="menu-item-6276" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6276"><a href="https://universitybusiness.com/category/wellness-student-success/"><div class="tdb-menu-item-text">Wellness/Student Success</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>\n<ul class="sub-menu" style="float: none; width: auto; min-width: 20em; display: none;">\n\t<li id="menu-item-6279" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6279" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/mental-health/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Mental health</div></a></li>\n\t<li id="menu-item-6278" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6278" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/covid/" style="float: none; width: auto;"><div class="tdb-menu-item-text">COVID</div></a></li>\n\t<li id="menu-item-14216" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14216" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/career-pathways/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Career Pathways</div></a></li>\n\t<li id="menu-item-14215" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14215" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/campus-safety/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Campus Safety</div></a></li>\n\t<li id="menu-item-6283" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6283" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/student-success-and-retention/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Student Success and Retention</div></a></li>\n\t<li id="menu-item-6281" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6281" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/dining-and-retail/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Dining and Retail</div></a></li>\n\t<li id="menu-item-6284" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6284" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/athletics-recreation/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Athletics/Recreation</div></a></li>\n\t<li id="menu-item-6285" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6285" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/lgbtq/" style="float: none; width: auto;"><div class="tdb-menu-item-text">LGBTQ+</div></a></li>\n</ul>\n</li>\n<li id="menu-item-6286" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6286"><a href="https://universitybusiness.com/category/opinion-special-content/"><div class="tdb-menu-item-text">Opinion/Special Content</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>\n<ul class="sub-menu" style="float: none; width: auto; min-width: 10.3077em; display: none;">\n\t<li id="menu-item-6290" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6290" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/op-ed/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Op-ed</div></a></li>\n\t<li id="menu-item-6293" class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6293" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/webinar/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Webinars</div></a></li>\n</ul>\n</li>\n</ul></div></div></div></div></div></div></div></div>\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class="td-header-desktop-sticky-wrap tdc-zone-sticky-invisible tdc-zone-sticky-inactive" style="">\n\t\t\t\t\t<div id="tdi_52" class="tdc-zone"><div class="tdc_zone tdi_53 wpb_row td-pb-row tdc-element-style" data-sticky-offset="0">\n<style scoped="">\n\n/* custom css */\n.tdi_53{\n min-height: 0;\n }.tdi_53 > .td-element-style:after{\n content: \'\' !important;\n width: 100% !important;\n height: 100% !important;\n position: absolute !important;\n top: 0 !important;\n left: 0 !important;\n z-index: 0 !important;\n display: block !important;\n background-color: rgba(255,255,255,0.97) !important;\n }.td-header-desktop-sticky-wrap.td-header-active{\n opacity: 1;\n \n transform: translateY(0);\n -webkit-transform: translateY(0);\n -moz-transform: translateY(0);\n -ms-transform: translateY(0);\n -o-transform: translateY(0);\n }.td-header-desktop-sticky-wrap{\n transform: translateY(-120%);\n -webkit-transform: translateY(-120%);\n -moz-transform: translateY(-120%);\n -ms-transform: translateY(-120%);\n -o-transform: translateY(-120%);\n \n -webkit-transition: all 0.3s ease-in-out;\n -moz-transition: all 0.3s ease-in-out;\n -o-transition: all 0.3s ease-in-out;\n transition: all 0.3s ease-in-out;\n }\n</style>\n<div class="tdi_52_rand_style td-element-style"></div><div id="tdi_54" class="tdc-row stretch_row_1200 td-stretch-content"><div class="vc_row tdi_55 wpb_row td-pb-row tdc-element-style">\n<style scoped="">\n\n/* custom css */\n.tdi_55,\n .tdi_55 .tdc-columns{\n min-height: 0;\n }.tdi_55 > .td-element-style:after{\n content: \'\' !important;\n width: 100% !important;\n height: 100% !important;\n position: absolute !important;\n top: 0 !important;\n left: 0 !important;\n z-index: 0 !important;\n display: block !important;\n background-color: #000000;\n }.tdi_55,\n\t\t\t\t.tdi_55 .tdc-columns{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_55 .tdc-columns{\n\t\t\t\t width: 100%;\n\t\t\t\t}@media (min-width: 768px) {\n\t .tdi_55 {\n\t margin-left: -10px;\n\t margin-right: -10px;\n\t }\n\t .tdi_55 .tdc-row-video-background-error,\n\t .tdi_55 .vc_column {\n\t padding-left: 10px;\n\t padding-right: 10px;\n\t }\n }\n/* inline tdc_css att */\n\n.tdi_55{\npadding-top:5px !important;\npadding-bottom:5px !important;\n}\n\n.tdi_55 .td_block_wrap{ text-align:left }\n\n</style>\n<div class="tdi_54_rand_style td-element-style"></div><div class="vc_column tdi_57 wpb_column vc_column_container tdc-column td-pb-span12">\n<style scoped="">\n\n/* custom css */\n.tdi_57{\n vertical-align: baseline;\n }.tdi_57 > .wpb_wrapper,\n\t\t\t\t.tdi_57 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_57 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t width: 100%;\n\t\t\t\t}.tdi_57 > .wpb_wrapper > .vc_row_inner{\n\t\t\t\t width: auto;\n\t\t\t\t}.tdi_57 > .wpb_wrapper{\n\t\t\t\t width: auto;\n\t\t\t\t height: auto;\n\t\t\t\t}\n</style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_button tdi_58 tdm-block-button-inline tdm-content-horiz-left td-pb-border-top td_block_template_10" data-td-block-uid="tdi_58">\n<style>\n\n/* inline tdc_css att */\n\n.tdi_58{\nmargin-top:-5px !important;\nmargin-bottom:-5px !important;\n}\n\n</style>\n<style>\n.tdi_59 .tdm-btn-icon:first-child{\n\t\t\t\t\tmargin-right: 14px;\n\t\t\t\t}.tdi_59{\n\t\t\t\t\tfont-size:16px !important;font-weight:500 !important;\n\t\t\t\t}\n</style><div class="tds-button td-fix-index"><a href="/subscribe/" class="tds-button1 tdm-btn tdm-btn-sm tdi_59"><i class="tdm-btn-icon tdc-font-fa tdc-font-fa-newspaper-o"></i><span class="tdm-btn-text">Subscribe</span></a></div></div><div class="td_block_wrap tdb_mobile_horiz_menu tdi_60 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_60" style=" z-index: 999;">\n<style>\n/* custom css */\n.tdi_60{\n display: inline-block;\n }.tdi_60 .tdb-horiz-menu > li > a{\n padding: 0 25px;\n \n color: #ffffff;\n \n font-family:Source Sans Pro !important;font-size:16px !important;line-height:22px !important;font-weight:500 !important;\n }.tdi_60 .tdb-horiz-menu > li .tdb-menu-sep{\n top: 0px;\n }.tdi_60 .tdb-horiz-menu > li > a .tdb-sub-menu-icon{\n top: 0px;\n }.tdi_60 .tdb-horiz-menu > li > a .tdb-sub-menu-icon-svg svg,\n .tdi_60 .tdb-horiz-menu > li > a .tdb-sub-menu-icon-svg svg *{\n fill: #ffffff;\n }.tdi_60 .tdb-horiz-menu > li.current-menu-item > a,\n .tdi_60 .tdb-horiz-menu > li.current-menu-ancestor > a,\n .tdi_60 .tdb-horiz-menu > li.current-category-ancestor > a,\n .tdi_60 .tdb-horiz-menu > li:hover > a{\n color: #4db2ec;\n }.tdi_60 .tdb-horiz-menu > li.current-menu-item > a .tdb-sub-menu-icon-svg svg,\n .tdi_60 .tdb-horiz-menu > li.current-menu-item > a .tdb-sub-menu-icon-svg svg *,\n .tdi_60 .tdb-horiz-menu > li.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg,\n .tdi_60 .tdb-horiz-menu > li.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg *,\n .tdi_60 .tdb-horiz-menu > li.current-category-ancestor > a .tdb-sub-menu-icon-svg svg,\n .tdi_60 .tdb-horiz-menu > li.current-category-ancestor > a .tdb-sub-menu-icon-svg svg *,\n .tdi_60 .tdb-horiz-menu > li:hover > a .tdb-sub-menu-icon-svg svg,\n .tdi_60 .tdb-horiz-menu > li:hover > a .tdb-sub-menu-icon-svg svg *{\n fill: #4db2ec;\n }.tdi_60 .tdb-horiz-menu ul li.current-menu-item > a,\n .tdi_60 .tdb-horiz-menu ul li.current-menu-ancestor > a,\n .tdi_60 .tdb-horiz-menu ul li.current-category-ancestor > a,\n .tdi_60 .tdb-horiz-menu ul li:hover > a{\n color: #4db2ec;\n }.tdi_60 .tdb-horiz-menu ul{\n box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);\n }.tdi_60 .tdb-horiz-menu ul li > a{\n font-family:Source Sans Pro !important;\n }\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_60 .tdb-horiz-menu > li > a{\n font-family:Source Sans Pro !important;font-size:12px !important;line-height:22px !important;font-weight:500 !important;\n }\n}\n</style><div id="tdi_60" class="td_block_inner td-fix-index"><div class="menu-top-navigation-eyebrow-menu-container"><ul id="menu-top-navigation-eyebrow-menu-1" class="tdb-horiz-menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6239"><a href="https://universitybusiness.com/category/webinar/"><div class="tdb-menu-item-text">Web Seminars – UB Ed Talks – Podcasts</div></a></li>\n<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21908"><a target="_blank" href="https://go.pardot.com/l/1049151/2024-06-14/7zyg"><div class="tdb-menu-item-text">Advertise</div></a></li>\n<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90"><a target="_blank" href="https://careers.universitybusiness.com/jobs/"><div class="tdb-menu-item-text">Jobs</div></a></li>\n</ul></div></div></div></div></div></div></div><div id="tdi_61" class="tdc-row stretch_row_1200 td-stretch-content"><div class="vc_row tdi_62 wpb_row td-pb-row">\n<style scoped="">\n\n/* custom css */\n.tdi_62,\n .tdi_62 .tdc-columns{\n min-height: 0;\n }.tdi_62:before{\n display: block;\n width: 100vw; \n height: 100%;\n position: absolute;\n left: 50%;\n transform: translateX(-50%);\n box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);\n z-index: 20;\n pointer-events: none;\n top: 0;\n }.tdi_62,\n\t\t\t\t.tdi_62 .tdc-columns{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_62 .tdc-columns{\n\t\t\t\t width: 100%;\n\t\t\t\t}\n</style><div class="vc_column tdi_64 wpb_column vc_column_container tdc-column td-pb-span12">\n<style scoped="">\n\n/* custom css */\n.tdi_64{\n vertical-align: baseline;\n }.tdi_64 > .wpb_wrapper,\n\t\t\t\t.tdi_64 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_64 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t width: 100%;\n\t\t\t\t}.tdi_64 > .wpb_wrapper > .vc_row_inner{\n\t\t\t\t width: auto;\n\t\t\t\t}.tdi_64 > .wpb_wrapper{\n\t\t\t\t width: auto;\n\t\t\t\t height: auto;\n\t\t\t\t}\n</style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_menu tdi_65 tds_menu_active1 tds_menu_sub_active1 tdb-mm-align-screen td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_65" style=" z-index: 999;">\n<style>\n\n/* inline tdc_css att */\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_65{\nmargin-top:1px !important;\n}\n}\n\n</style>\n<style>\n/* custom css */\n.tdi_65 .td_block_inner{\n text-align: center;\n }.tdi_65 .tdb-menu > li > a,\n .tdi_65 .td-subcat-more{\n padding: 0 40px 0 0px;\n \n color: #515151;\n }.tdi_65 .tdb-menu > li .tdb-menu-sep,\n .tdi_65 .tdb-menu-items-dropdown .tdb-menu-sep{\n top: -1px;\n }.tdi_65 .tdb-menu > li > a .tdb-sub-menu-icon,\n .tdi_65 .td-subcat-more .tdb-menu-more-subicon{\n font-size: 12px;\n \n top: -1px;\n }.tdi_65 .td-subcat-more .tdb-menu-more-icon{\n top: 0px;\n }.tdi_65 .tdb-menu > li > a .tdb-sub-menu-icon-svg svg,\n .tdi_65 .tdb-menu > li > a .tdb-sub-menu-icon-svg svg *,\n .tdi_65 .td-subcat-more .tdb-menu-more-subicon-svg svg,\n .tdi_65 .td-subcat-more .tdb-menu-more-subicon-svg svg *,\n .tdi_65 .td-subcat-more .tdb-menu-more-icon-svg,\n .tdi_65 .td-subcat-more .tdb-menu-more-icon-svg *{\n fill: #515151;\n }.tdi_65 .tdb-menu > li > a,\n .tdi_65 .td-subcat-more,\n .tdi_65 .td-subcat-more > .tdb-menu-item-text{\n font-family:Source Sans Pro !important;font-size:16px !important;line-height:55px !important;font-weight:100 !important;letter-spacing:.5px !important;\n }.tdi_65 .tdb-menu > .tdb-normal-menu > ul,\n .tdi_65 .td-pulldown-filter-list{\n left: -4px;\n }.tdi_65 .tdb-normal-menu ul ul,\n .tdi_65 .td-pulldown-filter-list .sub-menu{\n margin-top: -18px;\n }.tdi_65 .tdb-menu .tdb-normal-menu ul,\n .tdi_65 .td-pulldown-filter-list,\n .tdi_65 .td-pulldown-filter-list .sub-menu{\n padding: 18px 0;\n \n box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.14);\n }.tdi_65 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,\n .tdi_65 .tdb-menu-items-dropdown .td-pulldown-filter-list li > a{\n padding: 4px 28px;\n }.tdi_65 .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon,\n .tdi_65 .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon{\n font-size: 10px;\n \n right: 0;\n \n margin-top: 2px;\n }.tdi_65 .tdb-normal-menu ul .tdb-menu-item > a .tdb-menu-item-text{\n margin-right: 7px;\n }.tdi_65 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,\n .tdi_65 .tdb-menu-items-dropdown .td-pulldown-filter-list li a,\n .tdi_65 .tdb-menu-items-dropdown .td-pulldown-filter-list li a{\n color: #515151;\n }.tdi_65 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg,\n .tdi_65 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg *,\n .tdi_65 .tdb-menu-items-dropdown .td-pulldown-filter-list li a .tdb-sub-menu-icon-svg svg,\n .tdi_65 .tdb-menu-items-dropdown .td-pulldown-filter-list li a .tdb-sub-menu-icon-svg svg *{\n fill: #515151;\n }.tdi_65 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,\n .tdi_65 .td-pulldown-filter-list li a{\n font-family:Source Sans Pro !important;font-size:15px !important;\n }.tdi_65:not(.tdb-mm-align-screen) .tdb-mega-menu .sub-menu,\n .tdi_65 .tdb-mega-menu .sub-menu > li{\n max-width: 1502px !important;\n }.tdi_65 .tdb-menu .tdb-mega-menu .sub-menu > li{\n\t\t\t\t\tbox-shadow: none;\n\t\t\t\t}@media (max-width: 1018px) {\n .tdi_65 .td-pulldown-filter-list {\n left: auto;\n right: -4px;\n }\n }\n\n/* landscape */\n@media (min-width: 1019px) and (max-width: 1140px){\n.tdi_65 .tdb-menu > li > a,\n .tdi_65 .td-subcat-more{\n padding: 0 10px;\n }.tdi_65 .tdb-menu > li > a .tdb-sub-menu-icon,\n .tdi_65 .td-subcat-more .tdb-menu-more-subicon{\n font-size: 8px;\n }.tdi_65 .tdb-menu > li > a,\n .tdi_65 .td-subcat-more,\n .tdi_65 .td-subcat-more > .tdb-menu-item-text{\n font-family:Source Sans Pro !important;font-size:15px !important;line-height:51px !important;font-weight:100 !important;letter-spacing:.5px !important;\n }\n}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_65 .tdb-menu > li > a,\n .tdi_65 .td-subcat-more{\n padding: 0 10px;\n }.tdi_65 .tdb-menu > li > a .tdb-sub-menu-icon,\n .tdi_65 .td-subcat-more .tdb-menu-more-subicon{\n font-size: 6px;\n \n margin-left: 7px;\n }.tdi_65 .tdb-menu > li > a,\n .tdi_65 .td-subcat-more,\n .tdi_65 .td-subcat-more > .tdb-menu-item-text{\n font-family:Source Sans Pro !important;font-size:13px !important;line-height:51px !important;font-weight:100 !important;letter-spacing:.5px !important;\n }.tdi_65 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,\n .tdi_65 .tdb-menu-items-dropdown .td-pulldown-filter-list li > a{\n padding: 4px 26px;\n }.tdi_65 .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon,\n .tdi_65 .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon{\n margin-top: 3px;\n }.tdi_65 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,\n .tdi_65 .td-pulldown-filter-list li a{\n font-family:Source Sans Pro !important;font-size:11px !important;\n }\n}\n</style>\n<style>\n.tdi_65 .tdb-menu > li.current-menu-item > a,\n\t\t\t\t.tdi_65 .tdb-menu > li.current-menu-ancestor > a,\n\t\t\t\t.tdi_65 .tdb-menu > li.current-category-ancestor > a,\n\t\t\t\t.tdi_65 .tdb-menu > li:hover > a,\n\t\t\t\t.tdi_65 .tdb-menu > li.tdb-hover > a,\n\t\t\t\t.tdi_65 .tdb-menu-items-dropdown:hover .td-subcat-more{\n\t\t\t\t\tcolor: #0b2d72;\n\t\t\t\t}.tdi_65 .tdb-menu > li.current-menu-item > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_65 .tdb-menu > li.current-menu-item > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_65 .tdb-menu > li.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_65 .tdb-menu > li.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_65 .tdb-menu > li.current-category-ancestor > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_65 .tdb-menu > li.current-category-ancestor > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_65 .tdb-menu > li:hover > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_65 .tdb-menu > li:hover > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_65 .tdb-menu > li.tdb-hover > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_65 .tdb-menu > li.tdb-hover > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_65 .tdb-menu-items-dropdown:hover .td-subcat-more .tdb-menu-more-icon-svg svg,\n\t\t\t\t.tdi_65 .tdb-menu-items-dropdown:hover .td-subcat-more .tdb-menu-more-icon-svg svg *{\n\t\t\t\t\tfill: #0b2d72;\n\t\t\t\t}.tdi_65 .tdb-menu > li > a:after,\n\t\t\t\t.tdi_65 .tdb-menu-items-dropdown .td-subcat-more:after{\n\t\t\t\t\theight: 0px;\n\t\t\t\t\n\t\t\t\t\tbottom: 0px;\n\t\t\t\t}\n</style>\n<style>\n.tdi_65 .tdb-menu ul .tdb-normal-menu.current-menu-item > a,\n\t\t\t\t.tdi_65 .tdb-menu ul .tdb-normal-menu.current-menu-ancestor > a,\n\t\t\t\t.tdi_65 .tdb-menu ul .tdb-normal-menu.current-category-ancestor > a,\n\t\t\t\t.tdi_65 .tdb-menu ul .tdb-normal-menu.tdb-hover > a,\n\t\t\t\t.tdi_65 .tdb-menu ul .tdb-normal-menu:hover > a,\n\t\t\t\t.tdi_65 .tdb-menu-items-dropdown .td-pulldown-filter-list li:hover > a{\n\t\t\t\t\tcolor: #0b2d72;\n\t\t\t\t\n\t\t\t\t\tbackground-color: rgba(76,64,132,0.05);\n\t\t\t\t}.tdi_65 .tdb-menu ul .tdb-normal-menu.current-menu-item > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_65 .tdb-menu ul .tdb-normal-menu.current-menu-item > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_65 .tdb-menu ul .tdb-normal-menu.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_65 .tdb-menu ul .tdb-normal-menu.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_65 .tdb-menu ul .tdb-normal-menu.current-category-ancestor > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_65 .tdb-menu ul .tdb-normal-menu.current-category-ancestor > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_65 .tdb-menu ul .tdb-normal-menu.tdb-hover > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_65 .tdb-menu ul .tdb-normal-menu.tdb-hover > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_65 .tdb-menu ul .tdb-normal-menu:hover > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_65 .tdb-menu ul .tdb-normal-menu:hover > a .tdb-sub-menu-icon-svg svg *,\n\t\t\t\t.tdi_65 .tdb-menu-items-dropdown .td-pulldown-filter-list li:hover > a .tdb-sub-menu-icon-svg svg,\n\t\t\t\t.tdi_65 .tdb-menu-items-dropdown .td-pulldown-filter-list li:hover > a .tdb-sub-menu-icon-svg svg *{\n\t\t\t\t\tfill: #0b2d72;\n\t\t\t\t}\n</style><div id="tdi_65" class="td_block_inner td-fix-index"><div class="tdb-main-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></div><div class="tdb-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-right"></i></div><ul id="menu-main-menu-1" class="tdb-block-menu tdb-menu tdb-menu-items-visible"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-first tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6244"><a href="https://universitybusiness.com/category/administration/"><div class="tdb-menu-item-text">ADMINISTRATION</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>\n<ul class="sub-menu" style="float: none; width: auto; display: none;">\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6248" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/leadership/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Leadership</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6245" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/academic-affairs/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Academic Affairs</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6252" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/partnerships-mergers/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Partnerships/Mergers</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6249" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/personnel-and-hr/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Personnel and HR</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6250" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/policy-and-legal-affairs/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Policy and Legal Affairs</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14218" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/fundraising/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Fundraising</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6251" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/presidents/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Presidents</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6246" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/crisis-management/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Crisis Management</div></a></li>\n</ul>\n</li>\n<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6253"><a href="https://universitybusiness.com/category/enrollment/"><div class="tdb-menu-item-text">Enrollment</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>\n<ul class="sub-menu" style="float: none; width: auto; display: none;">\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6257" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/admissions/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Admissions</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6258" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/access-affordability/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Access & Affordability</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6259" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/roi-value/" style="float: none; width: auto;"><div class="tdb-menu-item-text">ROI/Value</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6254" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/diversity-equity-inclusion/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Diversity, Equity, Inclusion</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6256" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/student-loans-pell-grants/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Student Loans/Pell Grants</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent tdb-menu-item tdb-normal-menu menu-item-6255" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/international-students/" style="float: none; width: auto;"><div class="tdb-menu-item-text">International Students</div></a></li>\n</ul>\n</li>\n<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6263"><a href="https://universitybusiness.com/category/academics/"><div class="tdb-menu-item-text">Academics</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>\n<ul class="sub-menu" style="float: none; width: auto; display: none;">\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent tdb-menu-item tdb-normal-menu menu-item-6264" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/rankings/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Rankings</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6267" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/online-learning/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Online Learning</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14217" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/advising/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Advising</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6266" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/instructional-technology/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Instructional Technology</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14214" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/edtech-innovation/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Edtech/Innovation</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6268" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/faculty/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Faculty</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6270" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/civil-dialogue/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Civil Dialogue</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6271" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/curricula-majors/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Curricula/Majors</div></a></li>\n</ul>\n</li>\n<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6276"><a href="https://universitybusiness.com/category/wellness-student-success/"><div class="tdb-menu-item-text">Wellness/Student Success</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>\n<ul class="sub-menu" style="float: none; width: auto; display: none;">\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6279" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/mental-health/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Mental health</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6278" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/covid/" style="float: none; width: auto;"><div class="tdb-menu-item-text">COVID</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14216" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/career-pathways/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Career Pathways</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14215" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/campus-safety/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Campus Safety</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6283" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/student-success-and-retention/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Student Success and Retention</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6281" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/dining-and-retail/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Dining and Retail</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6284" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/athletics-recreation/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Athletics/Recreation</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6285" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/lgbtq/" style="float: none; width: auto;"><div class="tdb-menu-item-text">LGBTQ+</div></a></li>\n</ul>\n</li>\n<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6286"><a href="https://universitybusiness.com/category/opinion-special-content/"><div class="tdb-menu-item-text">Opinion/Special Content</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>\n<ul class="sub-menu" style="float: none; width: auto; display: none;">\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6290" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/op-ed/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Op-ed</div></a></li>\n\t<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6293" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/webinar/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Webinars</div></a></li>\n</ul>\n</li>\n</ul></div></div></div></div></div></div></div></div>\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t <div id="tdb-autoload-article" data-autoload="off" data-autoload-org-post-id="19038" data-autoload-type="" data-autoload-count="5">\n <style>\n .tdb-autoload-wrap {\n position: relative;\n }\n .tdb-autoload-wrap .tdb-loader-autoload {\n top: auto !important;\n bottom: 50px !important;\n }\n .tdb-autoload-debug {\n display: none;\n width: 1068px;\n margin-right: auto;\n margin-left: auto;\n }\n @media (min-width: 1019px) and (max-width: 1018px) {\n .tdb-autoload-debug {\n width: 740px;\n }\n }\n @media (max-width: 767px) {\n .tdb-autoload-debug {\n display: none;\n width: 100%;\n padding-left: 20px;\n padding-right: 20px;\n }\n }\n </style>\n\n <div class="td-main-content-wrap td-container-wrap">\n <div class="tdc-content-wrap">\n <article id="template-id-99" class="post-99 tdb_templates type-tdb_templates status-publish post" itemscope="" itemtype="https://schema.org/Article">\n\t <div id="tdi_68" class="tdc-zone"><div class="tdc_zone tdi_69 wpb_row td-pb-row">\n<style scoped="">\n\n/* custom css */\n.tdi_69{\n min-height: 0;\n }\n</style><div id="tdi_70" class="tdc-row stretch_row_1200 td-stretch-content"><div class="vc_row tdi_71 wpb_row td-pb-row">\n<style scoped="">\n\n/* custom css */\n.tdi_71,\n .tdi_71 .tdc-columns{\n min-height: 0;\n }.tdi_71,\n\t\t\t\t.tdi_71 .tdc-columns{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_71 .tdc-columns{\n\t\t\t\t width: 100%;\n\t\t\t\t}\n</style><div class="vc_column tdi_73 wpb_column vc_column_container tdc-column td-pb-span12">\n<style scoped="">\n\n/* custom css */\n.tdi_73{\n vertical-align: baseline;\n }.tdi_73 > .wpb_wrapper,\n\t\t\t\t.tdi_73 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_73 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t width: 100%;\n\t\t\t\t}.tdi_73 > .wpb_wrapper > .vc_row_inner{\n\t\t\t\t width: auto;\n\t\t\t\t}.tdi_73 > .wpb_wrapper{\n\t\t\t\t width: auto;\n\t\t\t\t height: auto;\n\t\t\t\t}\n</style><div class="wpb_wrapper"><div class="wpb_wrapper td_block_empty_space td_block_wrap vc_empty_space tdi_75 " style="height: 20px"></div><div class="td-a-rec td-a-rec-id-custom_ad_5 tdi_76 td_block_template_10">\n<style>\n\n/* inline tdc_css att */\n\n.tdi_76{\nmargin-bottom:20px !important;\n}\n\n</style>\n<style>\n/* custom css */\n.tdi_76.td-a-rec{\n\t\t\t\t\ttext-align: center;\n\t\t\t\t}.tdi_76 .td-element-style{\n\t\t\t\t\tz-index: -1;\n\t\t\t\t}\n</style><div class="distr-42422adf05b63ed1ad2e0642cb6687d5 distr-ub-leader-board-ros" id="distr-42422adf05b63ed1ad2e0642cb6687d5"><div class="distr-ub-leader-board-ros distr-target" style="margin-bottom: -54px; " id="distr-1016177044" data-distr-trackid="584" data-distr-trackbid="1"><script async="async" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>\n<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];</script>\n<div id="gpt-ad-1114808260653-0" data-google-query-id="CPCXi4CzoIoDFbSnywEdDaUJyQ">\n \n<div id="google_ads_iframe_/21804713356/universitybusiness/Leaderboard_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/21804713356/universitybusiness/Leaderboard_0" name="google_ads_iframe_/21804713356/universitybusiness/Leaderboard_0" title="3rd party ad content" width="728" height="90" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" aria-label="Advertisement" tabindex="0" allow="private-state-token-redemption;attribution-reporting" data-load-complete="true" data-google-container-id="5" style="border: 0px; vertical-align: bottom;"></iframe></div></div>\n</div></div>\n<div class="distr-3038e853a01dbcf9c5da7fbe3ee1ac5e distr-ub-leader-board-mobile-ros" id="distr-3038e853a01dbcf9c5da7fbe3ee1ac5e"></div>\n</div></div></div></div></div><div id="tdi_77" class="tdc-row stretch_row_1200 td-stretch-content"><div class="vc_row tdi_78 wpb_row td-pb-row">\n<style scoped="">\n\n/* custom css */\n.tdi_78,\n .tdi_78 .tdc-columns{\n min-height: 0;\n }.tdi_78,\n\t\t\t\t.tdi_78 .tdc-columns{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_78 .tdc-columns{\n\t\t\t\t width: 100%;\n\t\t\t\t}@media (min-width: 768px) {\n\t .tdi_78 {\n\t margin-left: -15px;\n\t margin-right: -15px;\n\t }\n\t .tdi_78 .tdc-row-video-background-error,\n\t .tdi_78 .vc_column {\n\t padding-left: 15px;\n\t padding-right: 15px;\n\t }\n }\n\n/* landscape */\n@media (min-width: 1019px) and (max-width: 1140px){\n@media (min-width: 768px) {\n\t .tdi_78 {\n\t margin-left: -10px;\n\t margin-right: -10px;\n\t }\n\t .tdi_78 .tdc-row-video-background-error,\n\t .tdi_78 .vc_column {\n\t padding-left: 10px;\n\t padding-right: 10px;\n\t }\n }\n}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px){\n@media (min-width: 768px) {\n\t .tdi_78 {\n\t margin-left: -10px;\n\t margin-right: -10px;\n\t }\n\t .tdi_78 .tdc-row-video-background-error,\n\t .tdi_78 .vc_column {\n\t padding-left: 10px;\n\t padding-right: 10px;\n\t }\n }\n}\n/* inline tdc_css att */\n\n.tdi_78{\nmargin-top:40px !important;\n}\n\n.tdi_78 .td_block_wrap{ text-align:left }\n\n/* landscape */\n@media (min-width: 1019px) and (max-width: 1140px)\n{\n.tdi_78{\nmargin-top:30px !important;\n}\n}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_78{\nmargin-top:20px !important;\n}\n}\n\n/* phone */\n@media (max-width: 767px)\n{\n.tdi_78{\nmargin-top:20px !important;\n}\n}\n\n</style><div class="vc_column tdi_80 wpb_column vc_column_container tdc-column td-pb-span8">\n<style scoped="">\n\n/* custom css */\n.tdi_80{\n vertical-align: baseline;\n }.tdi_80 > .wpb_wrapper,\n\t\t\t\t.tdi_80 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_80 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t width: 100%;\n\t\t\t\t}.tdi_80 > .wpb_wrapper > .vc_row_inner{\n\t\t\t\t width: auto;\n\t\t\t\t}.tdi_80 > .wpb_wrapper{\n\t\t\t\t width: auto;\n\t\t\t\t height: auto;\n\t\t\t\t}\n/* inline tdc_css att */\n\n.tdi_80{\nwidth:calc(100% - 340px) !important;\n}\n\n/* landscape */\n@media (min-width: 1019px) and (max-width: 1140px)\n{\n.tdi_80{\nwidth:calc(100% - 240px) !important;\n}\n}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_80{\nwidth:calc(100% - 230px) !important;\n}\n}\n\n/* phone */\n@media (max-width: 767px)\n{\n.tdi_80{\nwidth:100% !important;\n}\n}\n\n</style><div class="wpb_wrapper"><div class="clearfix"></div><div class="td_block_wrap tdb_title tdi_81 tdb-single-title td-pb-border-top td_block_template_10" data-td-block-uid="tdi_81">\n<style>\n\n/* inline tdc_css att */\n\n.tdi_81{\nmargin-bottom:5px !important;\n}\n\n/* phone */\n@media (max-width: 767px)\n{\n.tdi_81{\nmargin-bottom:0px !important;\n}\n}\n\n</style>\n<style>\n/* custom css */\n.tdb_title{\n margin-bottom: 19px;\n }.tdb_title.tdb-content-horiz-center{\n text-align: center;\n }.tdb_title.tdb-content-horiz-center .tdb-title-line{\n margin: 0 auto;\n }.tdb_title.tdb-content-horiz-right{\n text-align: right;\n }.tdb_title.tdb-content-horiz-right .tdb-title-line{\n margin-left: auto;\n margin-right: 0;\n }.tdb-title-text{\n display: inline-block;\n position: relative;\n margin: 0;\n word-wrap: break-word;\n font-size: 30px;\n line-height: 38px;\n font-weight: 700;\n }.tdb-first-letter{\n position: absolute;\n -webkit-user-select: none;\n user-select: none;\n pointer-events: none;\n text-transform: uppercase;\n color: rgba(0, 0, 0, 0.08);\n font-size: 6em;\n font-weight: 300;\n top: 50%;\n -webkit-transform: translateY(-50%);\n transform: translateY(-50%);\n left: -0.36em;\n z-index: -1;\n -webkit-text-fill-color: initial;\n }.tdb-title-line{\n display: none;\n position: relative;\n }.tdb-title-line:after{\n content: \'\';\n width: 100%;\n position: absolute;\n background-color: #4db2ec;\n top: 0;\n left: 0;\n margin: auto;\n }.tdb-single-title .tdb-title-text{\n font-size: 41px;\n line-height: 50px;\n font-weight: 400;\n }.tdi_81 .tdb-title-line:after{\n\t\t\t\t\theight: 2px;\n\t\t\t\t\n\t\t\t\t\tbottom: 40%;\n\t\t\t\t}.tdi_81 .tdb-title-line{\n\t\t\t\t\theight: 50px;\n\t\t\t\t}.td-theme-wrap .tdi_81{\n\t\t\t\t\ttext-align: left;\n\t\t\t\t}.tdi_81 .tdb-first-letter{\n\t\t\t\t\tleft: -0.36em;\n\t\t\t\t\tright: auto;\n\t\t\t\t}.tdi_81 .tdb-title-text{\n\t\t\t\t\tfont-family:Cabin !important;line-height:1.1 !important;font-weight:600 !important;\n\t\t\t\t}\n\n/* landscape */\n@media (min-width: 1019px) and (max-width: 1140px){\n.tdi_81 .tdb-title-text{\n\t\t\t\t\tfont-family:Cabin !important;font-size:30px !important;line-height:1.1 !important;font-weight:600 !important;\n\t\t\t\t}\n}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_81 .tdb-title-text{\n\t\t\t\t\tfont-family:Cabin !important;font-size:24px !important;line-height:1.1 !important;font-weight:600 !important;\n\t\t\t\t}\n}\n\n/* phone */\n@media (max-width: 767px){\n.tdi_81 .tdb-title-text{\n\t\t\t\t\tfont-family:Cabin !important;font-size:24px !important;line-height:1.1 !important;font-weight:600 !important;\n\t\t\t\t}\n}\n</style><div class="tdb-block-inner td-fix-index"><h1 class="tdb-title-text">These 15 colleges offer the most financial aid for international undergrad students</h1><div></div><div class="tdb-title-line"></div></div></div><div class="td_block_wrap tdb_single_custom_field tdi_83 td-pb-border-top td_block_template_10" data-td-block-uid="tdi_83">\n<style>\n\n/* inline tdc_css att */\n\n.tdi_83{\nmargin-bottom:0px !important;\n}\n\n</style>\n<style>\n/* custom css */\n.tdb_single_custom_field .tdb-block-inner{\n display: flex;\n }.tdb_single_custom_field .tdb-sacff-txt{\n font-size: 14px;\n line-height: 1.6;\n }.tdb_single_custom_field .tdb-sacff-img{\n display: block;\n }body .tdi_83 .tdb-block-inner{\n justify-content: flex-start;\n }body .tdi_83 .tdb-sacff-txt{\n text-align: left;\n \n font-family:Cabin !important;font-size:16px !important;font-style:italic !important;font-weight:400 !important;\n }body .tdi_83 .tdb-sacff-txt,\n body .tdi_83 .tdb-sacff-txt a{\n color: #747474;\n }\n</style><div class="tdb-block-inner td-fix-index"><div class="tdb-sacff-txt">Nearly half of all 15 institutions are located in Massachusetts (4) and New York (3). Pennsylvania and Connecticut each host two. California is the only college not located on the East Coast. </div></div></div> <!-- ./block --><div class="vc_row_inner tdi_85 vc_row vc_inner wpb_row td-pb-row">\n<style scoped="">\n\n/* custom css */\n.tdi_85{\n position: relative !important;\n top: 0;\n transform: none;\n -webkit-transform: none;\n }.tdi_85,\n\t\t\t\t.tdi_85 .tdc-inner-columns{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_85 .tdc-inner-columns{\n\t\t\t\t width: 100%;\n\t\t\t\t}@media (min-width: 768px) {\n\t .tdi_85 {\n\t margin-left: -0px;\n\t margin-right: -0px;\n\t }\n\t .tdi_85 .vc_column_inner {\n\t padding-left: 0px;\n\t padding-right: 0px;\n\t }\n }\n</style><div class="vc_column_inner tdi_87 wpb_column vc_column_container tdc-inner-column td-pb-span12">\n<style scoped="">\n\n/* custom css */\n.tdi_87{\n vertical-align: baseline;\n }.tdi_87 .vc_column-inner > .wpb_wrapper,\n\t\t\t\t.tdi_87 .vc_column-inner > .wpb_wrapper .tdc-elements{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_87 .vc_column-inner > .wpb_wrapper .tdc-elements{\n\t\t\t\t width: 100%;\n\t\t\t\t}\n/* inline tdc_css att */\n\n.tdi_87{\npadding-top:10px !important;\n}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_87{\npadding-top:5px !important;\nwidth:100% !important;\n}\n}\n\n</style><div class="vc_column-inner"><div class="wpb_wrapper"><div class="td_block_wrap tdb_single_author tdi_88 td-pb-border-top td_block_template_10 tdb-post-meta" data-td-block-uid="tdi_88">\n<style>\n\n/* inline tdc_css att */\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_88{\nmargin-top:1px !important;\n}\n}\n\n/* phone */\n@media (max-width: 767px)\n{\n.tdi_88{\nmargin-top:1px !important;\n}\n}\n\n</style>\n<style>\n/* custom css */\n.tdb-post-meta{\n margin-bottom: 16px;\n color: #444;\n font-family: \'Open Sans\', \'Open Sans Regular\', sans-serif;\n font-size: 11px;\n font-weight: 400;\n clear: none;\n vertical-align: middle;\n line-height: 1;\n }.tdb-post-meta span,\n .tdb-post-meta i,\n .tdb-post-meta time{\n vertical-align: middle;\n }.tdb_single_author{\n line-height: 30px;\n }.tdb_single_author a{\n vertical-align: middle;\n }.tdb_single_author .tdb-block-inner{\n display: flex;\n align-items: center;\n }.tdb_single_author .tdb-author-name-wrap{\n display: flex;\n }.tdb_single_author .tdb-author-name{\n font-weight: 700;\n margin-right: 3px;\n }.tdb_single_author .tdb-author-by{\n margin-right: 3px;\n }.tdb_single_author .tdb-author-photo img{\n display: block;\n }.tdi_88{\n display: inline-block;\n }.tdi_88 .tdb-author-name-wrap{\n align-items: baseline;\n }.tdi_88 .tdb-author-by{\n margin-right: 5px;\n \n\t\t\t\t\tfont-family:Source Sans Pro !important;font-size:13px !important;line-height:20px !important;font-style:italic !important;font-weight:400 !important;\n\t\t\t\t}.tdi_88 .avatar{\n width: 20px;\n height: 20px;\n \n margin-right: 6px;\n \n border-radius: 50%;\n }.tdi_88 .tdb-author-name{\n\t\t\t\t\tcolor: #000;\n\t\t\t\t\n\t\t\t\t\tfont-family:Source Sans Pro !important;font-size:13px !important;line-height:20px !important;font-style:italic !important;font-weight:600 !important;\n\t\t\t\t}\n</style><div class="tdb-block-inner td-fix-index"><div class="tdb-author-name-wrap"><span class="tdb-author-by">By</span> <a class="tdb-author-name" href="https://universitybusiness.com/author/adonadel/">Alcino Donadel</a></div></div></div><div class="td_block_wrap tdb_single_date tdi_89 td-pb-border-top td_block_template_10 tdb-post-meta" data-td-block-uid="tdi_89">\n<style>\n\n/* inline tdc_css att */\n\n.tdi_89{\nmargin-left:10px !important;\n}\n\n</style>\n<style>\n/* custom css */\n.tdb_single_date{\n line-height: 30px;\n }.tdb_single_date a{\n vertical-align: middle;\n }.tdb_single_date .tdb-date-icon-svg{\n position: relative;\n line-height: 0;\n }.tdb_single_date svg{\n height: auto;\n }.tdb_single_date svg,\n .tdb_single_date svg *{\n fill: #444;\n }.tdi_89{\n display: inline-block;\n \n\t\t\t\t\tfont-family:Source Sans Pro !important;font-size:13px !important;line-height:20px !important;font-style:italic !important;font-weight:400 !important;\n\t\t\t\t}.tdi_89 svg{\n width: 14px;\n }.tdi_89 .tdb-date-icon{\n margin-right: 5px;\n }\n</style><div class="tdb-block-inner td-fix-index"><time class="entry-date updated td-module-date" datetime="2023-07-06T13:23:41-04:00">July 6, 2023</time></div></div> <!-- ./block --></div></div></div></div><div class="td_block_wrap tdb_single_content tdi_90 td-pb-border-top td_block_template_10 td-post-content tagdiv-type" data-td-block-uid="tdi_90">\n<style>\n\n/* inline tdc_css att */\n\n.tdi_90{\nmargin-top:0px !important;\n}\n\n</style>\n<style>\n/* custom css */\n.tdb_single_content{\n margin-bottom: 0;\n *zoom: 1;\n }.tdb_single_content:before,\n .tdb_single_content:after{\n display: table;\n content: \'\';\n line-height: 0;\n }.tdb_single_content:after{\n clear: both;\n }.tdb_single_content .tdb-block-inner > *:not(.wp-block-quote):not(.alignwide):not(.alignfull.wp-block-cover.has-parallax):not(.td-a-ad){\n margin-left: auto;\n margin-right: auto;\n }.tdb_single_content a{\n pointer-events: auto;\n }.tdb_single_content .td-spot-id-top_ad .tdc-placeholder-title:before{\n content: \'Article Top Ad\' !important;\n }.tdb_single_content .td-spot-id-inline_ad0 .tdc-placeholder-title:before{\n content: \'Article Inline Ad 1\' !important;\n }.tdb_single_content .td-spot-id-inline_ad1 .tdc-placeholder-title:before{\n content: \'Article Inline Ad 2\' !important;\n }.tdb_single_content .td-spot-id-inline_ad2 .tdc-placeholder-title:before{\n content: \'Article Inline Ad 3\' !important;\n }.tdb_single_content .td-spot-id-bottom_ad .tdc-placeholder-title:before{\n content: \'Article Bottom Ad\' !important;\n }.tdb_single_content .id_top_ad,\n .tdb_single_content .id_bottom_ad{\n clear: both;\n margin-bottom: 21px;\n text-align: center;\n }.tdb_single_content .id_top_ad img,\n .tdb_single_content .id_bottom_ad img{\n margin-bottom: 0;\n }.tdb_single_content .id_top_ad .adsbygoogle,\n .tdb_single_content .id_bottom_ad .adsbygoogle{\n position: relative;\n }.tdb_single_content .id_ad_content-horiz-left,\n .tdb_single_content .id_ad_content-horiz-right,\n .tdb_single_content .id_ad_content-horiz-center{\n margin-bottom: 15px;\n }.tdb_single_content .id_ad_content-horiz-left img,\n .tdb_single_content .id_ad_content-horiz-right img,\n .tdb_single_content .id_ad_content-horiz-center img{\n margin-bottom: 0;\n }.tdb_single_content .id_ad_content-horiz-center{\n text-align: center;\n }.tdb_single_content .id_ad_content-horiz-center img{\n margin-right: auto;\n margin-left: auto;\n }.tdb_single_content .id_ad_content-horiz-left{\n float: left;\n margin-top: 9px;\n margin-right: 21px;\n }.tdb_single_content .id_ad_content-horiz-right{\n float: right;\n margin-top: 6px;\n margin-left: 21px;\n }.tdb_single_content .tdc-a-ad .tdc-placeholder-title{\n width: 300px;\n height: 250px;\n }.tdb_single_content .tdc-a-ad .tdc-placeholder-title:before{\n position: absolute;\n top: 50%;\n -webkit-transform: translateY(-50%);\n transform: translateY(-50%);\n margin: auto;\n display: table;\n width: 100%;\n }.tdb_single_content .tdb-block-inner.td-fix-index{\n word-break: break-word;\n }.tdi_90,\n .tdi_90 > p,\n .tdi_90 .tdb-block-inner > p{\n\t\t\t font-family:Cabin !important;font-size:18px !important;line-height:1.6 !important;\n\t\t }.tdi_90 .tdb-block-inner blockquote p{\n\t\t\t font-family:Cabin !important;font-size:120% !important;\n\t\t }@media (max-width: 767px) {\n .tdb_single_content .id_ad_content-horiz-left,\n .tdb_single_content .id_ad_content-horiz-right,\n .tdb_single_content .id_ad_content-horiz-center {\n margin: 0 auto 26px auto;\n }\n }@media (max-width: 767px) {\n .tdb_single_content .id_ad_content-horiz-left {\n margin-right: 0;\n }\n }@media (max-width: 767px) {\n .tdb_single_content .id_ad_content-horiz-right {\n margin-left: 0;\n }\n }@media (max-width: 767px) {\n .tdb_single_content .td-a-ad {\n float: none;\n text-align: center;\n }\n .tdb_single_content .td-a-ad img {\n margin-right: auto;\n margin-left: auto;\n }\n .tdb_single_content .tdc-a-ad {\n float: none;\n }\n }@media print {\n .single .td-header-template-wrap,\n .single .td-footer-template-wrap,\n .single .td_block_wrap:not(.tdb_breadcrumbs):not(.tdb_single_categories):not(.tdb-single-title):not(.tdb_single_author):not(.tdb_single_date ):not(.tdb_single_comments_count ):not(.tdb_single_post_views):not(.tdb_single_featured_image):not(.tdb_single_content) {\n display: none;\n }\n .single.td-animation-stack-type0 .post img {\n opacity: 1 !important;\n }\n }\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_90,\n .tdi_90 > p,\n .tdi_90 .tdb-block-inner > p{\n\t\t\t font-family:Cabin !important;font-size:15px !important;line-height:1.6 !important;\n\t\t }\n}\n</style><div class="tdb-block-inner td-fix-index"><p>International student enrollment has <a href="https://universitybusiness.com/international-students-return-in-big-numbers-and-heres-what-they-want-to-study/" target="_blank" rel="noopener">largely recouped to pre-pandemic numbers</a>, including at the <a href="https://universitybusiness.com/report-international-graduate-student-enrollment-booms-by-100-since-the-pandemic/" target="_blank" rel="noopener">graduate level</a>, with students from India, China, Sub-Saharan Africa and Iran helping drive the way.</p>\n<p>Colleges and universities are discovering <a href="https://universitybusiness.com/these-schools-are-working-smarter-not-harder-to-boost-international-student-enrollment/" target="_blank" rel="noopener">new technologies</a> to capitalize on the significant influx of foreign-born students, but there might be no better tool than cold hard cash. Fifteen institutions offer financial aid packages—whether need- or merit-based—that are too enticing to pass up.</p>\n<p>Specifically, the average financial aid offered by the 15 most rewarding colleges to undergraduate international students <a href="https://www.usnews.com/education/best-colleges/paying-for-college/articles/colleges-that-offer-the-most-financial-aid-to-international-students" target="_blank" rel="noopener">soars over $72,000</a>, according to U.S. News & World Report. Comparatively, the average financial aid package offered across all 937 undergraduate schools U.S. News evaluated was around $22,000.</p><div class="distr-126947f9c7f62930de1aad110806d2aa distr-gam-box_inline-post" id="distr-126947f9c7f62930de1aad110806d2aa"><div class="distr-gam-box_inline-post distr-target" style="float: left; margin-top: 10px; margin-right: 30px; margin-bottom: 10px; " id="distr-2076757694" data-distr-trackid="599" data-distr-trackbid="1"><script async="async" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>\n<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];</script>\n<div id="gpt-ad-6667447633410-0" data-google-query-id="CK62i4CzoIoDFXuoywEdwUgo8g">\n \n<div id="google_ads_iframe_/21804713356/universitybusiness/Box_Inline_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/21804713356/universitybusiness/Box_Inline_0" name="google_ads_iframe_/21804713356/universitybusiness/Box_Inline_0" title="3rd party ad content" width="300" height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" aria-label="Advertisement" tabindex="0" allow="private-state-token-redemption;attribution-reporting" data-load-complete="true" data-google-container-id="6" style="border: 0px; vertical-align: bottom;"></iframe></div></div>\n</div></div>\n<p>Nearly half of all 15 institutions resided in Massachusetts (4) and New York (3). Pennsylvania and Connecticut each host two. California is the only college not located on the East Coast.</p>\n<h2>Private colleges continue to prove their financial aid viability</h2>\n<p>Wellesley College, a private women’s liberal arts college in Massachusetts, offered the greatest international financial aid package for the 2022-23 academic year with over $78,000 to 82 international students. The other 14 colleges on the list are also private institutions. Their tuition and fees range from about $57,000 to $65,000.</p>\n<p>The most gifting public institution—the University of Vermont, according to U.S. News—offered $34,000 to 117 students.</p>\n<p>Private institutions’ complete control over this list speaks to their propensity to offer students affordable financial aid packages despite their increasing price tag. Specifically, while the price tag for private non-profit four-year institutions is <a href="https://universitybusiness.com/are-private-colleges-losing-potential-students-due-to-a-bad-marketing-tactic/" target="_blank" rel="noopener">now nearly 20% more than the 2006-07 year</a>, the net price has fallen by 11% in five years once adjusted for inflation. Additionally, the average grant aid per student in the 2022-23 academic year covered 43% of the sticker price.</p>\n<h2>Here is the complete list of the most gifting U.S. institutions to international students</h2>\n<hr>\n<p><strong>More from UB: </strong><a href="https://universitybusiness.com/president-moves-new-hires-plus-retiring-leaders-being-lauded-for-their-pandemic-strategy/" target="_blank" rel="noopener">President moves: New hires, plus retiring leaders being lauded for their pandemic strategy</a></p>\n<hr>\n<table style="border-collapse: collapse; width: 100%; height: 442px;">\n<tbody>\n<tr style="height: 52px;">\n<td style="width: 25%; height: 52px; border-style: hidden;"><strong>Institution</strong></td>\n<td style="width: 25%; height: 52px; border-style: hidden;"><strong>State</strong></td>\n<td style="width: 25%; height: 52px; border-style: hidden;"><strong>Financial aid package</strong></td>\n<td style="width: 25%; height: 52px; border-style: hidden;"><strong># of international students</strong></td>\n</tr>\n<tr style="height: 26px;">\n<td style="width: 25%; height: 26px; border-style: hidden;">1. Wellesley College</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">Mass.</td>\n<td style="width: 25%; height: 26px; border-style: hidden;" width="81"> $78,432</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">82</td>\n</tr>\n<tr style="height: 26px;">\n<td style="width: 25%; height: 26px; border-style: hidden;">2. Haverford College</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">Pa.</td>\n<td style="width: 25%; height: 26px; border-style: hidden;"> $76,600</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">55</td>\n</tr>\n<tr style="height: 26px;">\n<td style="width: 25%; height: 26px; border-style: hidden;">3. Washington and Lee University</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">Va.</td>\n<td style="width: 25%; height: 26px; border-style: hidden;"> $75,605</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">84</td>\n</tr>\n<tr style="height: 26px;">\n<td style="width: 25%; height: 26px; border-style: hidden;">4. Wesleyan University</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">Conn.</td>\n<td style="width: 25%; height: 26px; border-style: hidden;"> $75,536</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">92</td>\n</tr>\n<tr style="height: 26px;">\n<td style="width: 25%; height: 26px; border-style: hidden;">5. Dartmouth College</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">N.H.</td>\n<td style="width: 25%; height: 26px; border-style: hidden;"> $75,460</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">327</td>\n</tr>\n<tr style="height: 26px;">\n<td style="width: 25%; height: 26px; border-style: hidden;">6. Duke University</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">N.C.</td>\n<td style="width: 25%; height: 26px; border-style: hidden;"> $72,325</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">174</td>\n</tr>\n<tr style="height: 26px;">\n<td style="width: 25%; height: 26px; border-style: hidden;">7. Stanford University</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">Calif.</td>\n<td style="width: 25%; height: 26px; border-style: hidden;"> $72,000</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">245</td>\n</tr>\n<tr style="height: 26px;">\n<td style="width: 25%; height: 26px; border-style: hidden;">8. Amherst College</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">Mass.</td>\n<td style="width: 25%; height: 26px; border-style: hidden;"> $71,655</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">160</td>\n</tr>\n<tr style="height: 26px;">\n<td style="width: 25%; height: 26px; border-style: hidden;">9. Vassar College</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">N.Y.</td>\n<td style="width: 25%; height: 26px; border-style: hidden;"> $71,036</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">67</td>\n</tr>\n<tr style="height: 26px;">\n<td style="width: 25%; height: 26px; border-style: hidden;">10. Barnard College</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">N.Y.</td>\n<td style="width: 25%; height: 26px; border-style: hidden;"> $70,735</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">35</td>\n</tr>\n<tr style="height: 26px;">\n<td style="width: 25%; height: 26px; border-style: hidden;">11. Yale University</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">Conn.</td>\n<td style="width: 25%; height: 26px; border-style: hidden;"> $70,728</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">382</td>\n</tr>\n<tr style="height: 26px;">\n<td style="width: 25%; height: 26px; border-style: hidden;">12. Skidmore College</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">N.Y.</td>\n<td style="width: 25%; height: 26px; border-style: hidden;"> $70,700</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">97</td>\n</tr>\n<tr style="height: 26px;">\n<td style="width: 25%; height: 26px; border-style: hidden;">13. Williams College</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">Mass.</td>\n<td style="width: 25%; height: 26px; border-style: hidden;"> $70,439</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">114</td>\n</tr>\n<tr style="height: 26px;">\n<td style="width: 25%; height: 26px; border-style: hidden;">14. Swarthmore College</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">Pa.</td>\n<td style="width: 25%; height: 26px; border-style: hidden;"> $69,797</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">73</td>\n</tr>\n<tr style="height: 26px;">\n<td style="width: 25%; height: 26px; border-style: hidden;">15. Harvard University</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">Mass.</td>\n<td style="width: 25%; height: 26px; border-style: hidden;"> $69,771</td>\n<td style="width: 25%; height: 26px; border-style: hidden;">651</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\n<p>With<a href="https://universitybusiness.com/u-s-news-rankings-out-digital-marketing-in/" target="_blank" rel="noopener"> a stream of graduate colleges</a> refusing to share data with U.S. News dating back to November, Columbia University became <a href="https://www.nytimes.com/2023/06/06/us/columbia-university-us-news-rankings.html" target="_blank" rel="noopener">the first major university</a> last month to announce its undergraduate schools will be following suit. U.S. News said it wishes to rely on publicly available data to continue its evaluations, but how it will collect vital information from private institutions that refuse to share information remains unclear.</p>\n<div class="soliloquy-outer-container" data-soliloquy-loaded="1"><div aria-live="polite" id="soliloquy-container-16960" class="soliloquy-container soliloquy-transition-fade soliloquy-fade soliloquy-controls-active soliloquy-arrows-active soliloquy-theme-base" style="max-width: 960px; max-height: 500px; margin: 0px auto 20px; height: auto; opacity: 1; background-image: none;"><div class="soliloquy-wrapper" style="max-width: 100%;"><div class="soliloquy-viewport" style="width: 100%; position: relative; height: 443.75px;"><ul id="soliloquy-16960" class="soliloquy-slider soliloquy-slides soliloquy-wrap soliloquy-clear" style="width: auto; position: relative;"><li aria-hidden="false" class="soliloquy-item soliloquy-item-1 soliloquy-id-16969 soliloquy-image-slide soliloquy-active-slide" draggable="false" style="list-style: none; float: left; position: relative; width: 100%; z-index: 50; display: block; margin-right: -100%;"><img decoding="async" id="soliloquy-image-16969" class="soliloquy-image soliloquy-image-1 td-animation-stack-type0-1" src="https://universitybusiness.com/wp-content/uploads/2023/01/Presentation1-1-960x500_c.jpg" alt="Presentation1"></li><li aria-hidden="true" class="soliloquy-item soliloquy-item-2 soliloquy-id-20694 soliloquy-image-slide" draggable="false" style="list-style: none; float: left; position: relative; width: 100%; z-index: 0; display: none; margin-right: -100%;"><a href="https://universitybusiness.com/what-measures-can-u-s-schools-take-to-increase-their-global-competitiveness/" class="soliloquy-link" title="Slide3"><img decoding="async" id="soliloquy-image-20694" class="soliloquy-image soliloquy-image-2 soliloquy-preload td-animation-stack-type0-2" src="https://universitybusiness.com/wp-content/uploads/Brainstorm-Session-1-1-960x500_c.png" alt="Slide3"></a></li><li aria-hidden="true" class="soliloquy-item soliloquy-item-3 soliloquy-id-20697 soliloquy-image-slide" draggable="false" style="list-style: none; float: left; position: relative; width: 100%; z-index: 0; display: none; margin-right: -100%;"><a href="https://universitybusiness.com/presidents-corner-why-lori-white-believes-depauw-is-at-a-nexus-point/" class="soliloquy-link" title="whiteposter"><img decoding="async" id="soliloquy-image-20697" class="soliloquy-image soliloquy-image-3 soliloquy-preload td-animation-stack-type0-2" src="https://universitybusiness.com/wp-content/uploads/whiteposter-2-960x500_c.jpg" alt="whiteposter"></a></li><li aria-hidden="true" class="soliloquy-item soliloquy-item-4 soliloquy-id-20295 soliloquy-image-slide" draggable="false" style="list-style: none; float: left; position: relative; width: 100%; z-index: 0; display: none; margin-right: -100%;"><a href="https://universitybusiness.com/trends-2024-which-universities-will-place-greater-emphasis-on-critical-thinking/" class="soliloquy-link" title="Slide1" target="_blank"><img decoding="async" id="soliloquy-image-20295" class="soliloquy-image soliloquy-image-4 soliloquy-preload td-animation-stack-type0-2" src="https://universitybusiness.com/wp-content/uploads/2023/01/Slide2-1-960x500_c.jpeg" alt="Slide1"></a></li><li aria-hidden="true" class="soliloquy-item soliloquy-item-5 soliloquy-id-20689 soliloquy-image-slide" draggable="false" style="list-style: none; float: left; position: relative; width: 100%; z-index: 0; display: none; margin-right: -100%;"><a href="https://universitybusiness.com/this-design-firm-may-have-just-the-branding-blueprint-you-need-to-appeal-to-gen-z/" class="soliloquy-link" title="Brainstorm Session"><img decoding="async" id="soliloquy-image-20689" class="soliloquy-image soliloquy-image-5 soliloquy-preload td-animation-stack-type0-2" src="https://universitybusiness.com/wp-content/uploads/Brainstorm-Session-960x500_c.png" alt="Brainstorm Session"></a></li><li aria-hidden="true" class="soliloquy-item soliloquy-item-6 soliloquy-id-20294 soliloquy-image-slide" draggable="false" style="list-style: none; float: left; position: relative; width: 100%; z-index: 0; display: none; margin-right: -100%;"><a href="https://universitybusiness.com/the-road-to-a-bachelors-degree-7-ways-to-strengthen-transfer-pipelines/" class="soliloquy-link" title="Slide1"><img decoding="async" id="soliloquy-image-20294" class="soliloquy-image soliloquy-image-6 soliloquy-preload td-animation-stack-type0-2" src="https://universitybusiness.com/wp-content/uploads/2023/01/Slide1-1-960x500_c.jpeg" alt="Slide1"></a></li></ul></div><div class="soliloquy-controls soliloquy-has-pager soliloquy-has-controls-direction" style="opacity: 1;"><div class="soliloquy-pager soliloquy-default-pager"><div class="soliloquy-pager-item"><a href="" data-slide-index="0" class="soliloquy-pager-link active" tabindex="0"><span>1</span></a></div><div class="soliloquy-pager-item"><a href="" data-slide-index="1" class="soliloquy-pager-link" tabindex="0"><span>2</span></a></div><div class="soliloquy-pager-item"><a href="" data-slide-index="2" class="soliloquy-pager-link" tabindex="0"><span>3</span></a></div><div class="soliloquy-pager-item"><a href="" data-slide-index="3" class="soliloquy-pager-link" tabindex="0"><span>4</span></a></div><div class="soliloquy-pager-item"><a href="" data-slide-index="4" class="soliloquy-pager-link" tabindex="0"><span>5</span></a></div><div class="soliloquy-pager-item"><a href="" data-slide-index="5" class="soliloquy-pager-link" tabindex="0"><span>6</span></a></div></div><div class="soliloquy-controls-direction" aria-label="carousel buttons" aria-controls="soliloquy-container-16960"><a class="soliloquy-prev" href="" tabindex="0" aria-label="previous"><span></span></a><a class="soliloquy-next" href="" tabindex="0" aria-label="next"><span></span></a></div></div></div></div><noscript><style type="text/css">#soliloquy-container-16960{opacity:1}#soliloquy-container-16960 li > .soliloquy-caption{display:none}#soliloquy-container-16960 li:first-child > .soliloquy-caption{display:block}</style><div class="soliloquy-no-js" style="display:none;visibility:hidden;height:0;line-height:0;opacity:0;"><img decoding="async" class="soliloquy-image soliloquy-no-js-image skip-lazy" src="https://universitybusiness.com/wp-content/uploads/2023/01/Presentation1-1.jpg" alt="Presentation1" /><img decoding="async" class="soliloquy-image soliloquy-no-js-image skip-lazy" src="https://universitybusiness.com/wp-content/uploads/Brainstorm-Session-1-1.png" alt="Slide3" /><img decoding="async" class="soliloquy-image soliloquy-no-js-image skip-lazy" src="https://universitybusiness.com/wp-content/uploads/whiteposter-2.jpg" alt="whiteposter" /><img decoding="async" class="soliloquy-image soliloquy-no-js-image skip-lazy" src="https://universitybusiness.com/wp-content/uploads/2023/01/Slide2-1.jpeg" alt="Slide1" /><img decoding="async" class="soliloquy-image soliloquy-no-js-image skip-lazy" src="https://universitybusiness.com/wp-content/uploads/Brainstorm-Session.png" alt="Brainstorm Session" /><img decoding="async" class="soliloquy-image soliloquy-no-js-image skip-lazy" src="https://universitybusiness.com/wp-content/uploads/2023/01/Slide1-1.jpeg" alt="Slide1" /></div></noscript></div>\n</div></div><div class="td_block_wrap tdb_single_categories tdi_91 td-pb-border-top td_block_template_10 tdb-cat-style2" data-td-block-uid="tdi_91">\n<style>\n\n/* inline tdc_css att */\n\n.tdi_91{\nmargin-right:4px !important;\nmargin-left:4px !important;\n}\n\n</style>\n<style>\n/* custom css */\n.tdb_single_categories{\n margin: 0 0 10px 0;\n line-height: 1;\n font-family: \'Open Sans\', \'Open Sans Regular\', sans-serif;\n }.tdb_single_categories a{\n pointer-events: auto;\n font-size: 10px;\n display: inline-block;\n margin: 0 5px 5px 0;\n line-height: 1;\n color: #fff;\n padding: 3px 6px 4px 6px;\n white-space: nowrap;\n position: relative;\n vertical-align: middle;\n }.tdb_single_categories a:hover .tdb-cat-bg{\n opacity: 0.9;\n }.tdb_single_categories a:hover .tdb-cat-bg:before{\n opacity: 1;\n }.tdb-category i:last-of-type{\n display: none;\n }.tdb-cat-text{\n display: inline-block;\n vertical-align: middle;\n margin-right: 10px;\n }.tdb-cat-sep{\n font-size: 14px;\n vertical-align: middle;\n position: relative;\n }.tdb-cat-sep-svg{\n line-height: 0;\n }.tdb-cat-sep-svg svg{\n width: 14px;\n height: auto;\n }.tdb-cat-bg{\n position: absolute;\n background-color: #222;\n border: 1px solid #222;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n z-index: -1;\n }.tdb-cat-bg:before{\n content: \'\';\n width: 100%;\n height: 100%;\n left: 0;\n top: 0;\n position: absolute;\n z-index: -1;\n opacity: 0;\n -webkit-transition: opacity 0.3s ease;\n transition: opacity 0.3s ease;\n }.tdb-cat-style2 .tdb-cat-bg{\n background-color: rgba(34, 34, 34, 0.85);\n }.tdi_91 .tdb-entry-category{\n\t\t\t\t\tpadding: 4px 8px 4px 8px;\n\t\t\t\t\n\t\t\t\t\tmargin: 1px 7px 2px 7px;\n\t\t\t\t\n\t\t\t\t\tcolor: #111111 !important;\n\t\t\t\t\n\t\t\t\t\tfont-size:12px !important;font-weight:700 !important;\n\t\t\t\t}.tdi_91 .tdb-cat-bg{\n\t\t\t\t\tborder-width: 1px;\n\t\t\t\t\n\t\t\t\t\tbackground-color: #ffffff !important;\n\t\t\t\t\n\t\t\t\t\tborder-color: #ededed !important;\n\t\t\t\t}.tdi_91 .tdb-cat-bg:before{\n\t\t\t\t\tbackground-color: #dd3333;\n\t\t\t\t}.tdi_91 .tdb-entry-category:hover .tdb-cat-bg:before{\n\t\t\t\t\topacity: 1;\n\t\t\t\t}.tdi_91 .tdb-entry-category:hover{\n\t\t\t\t\tcolor: #ffffff !important;\n\t\t\t\t}.tdi_91 .tdb-entry-category:hover .tdb-cat-bg{\n\t\t\t\t\tborder-color: #ededed !important;\n\t\t\t\t}.tdi_91 .tdb-cat-sep{\n\t\t\t\t\tfont-size: 14px;\n\t\t\t\t}.tdi_91 .tdb-cat-text{\n\t\t\t\t\tmargin-right: 10px;\n\t\t\t\t}.td-theme-wrap .tdi_91{\n\t\t\t\t\ttext-align: left;\n\t\t\t\t}\n</style><div class="tdb-category td-fix-index"><div class="tdb-cat-text"><strong>Categories:</strong></div><a class="tdb-entry-category" href="https://universitybusiness.com/category/briefings/"><span class="tdb-cat-bg"></span>Briefings</a><a class="tdb-entry-category" href="https://universitybusiness.com/category/enrollment/"><span class="tdb-cat-bg"></span>Enrollment</a><a class="tdb-entry-category" href="https://universitybusiness.com/category/enrollment/international-students/"><span class="tdb-cat-bg"></span>International Students</a><a class="tdb-entry-category" href="https://universitybusiness.com/category/academics/"><span class="tdb-cat-bg"></span>Academics</a><a class="tdb-entry-category" href="https://universitybusiness.com/category/academics/rankings/"><span class="tdb-cat-bg"></span>Rankings</a></div></div><div class="td_block_wrap tdb_single_post_views tdi_92 td-pb-border-top td_block_template_10 tdb-post-meta" data-td-block-uid="tdi_92">\n<style>\n/* custom css */\n.tdb_single_post_views{\n line-height: 30px;\n }.tdb_single_post_views a{\n vertical-align: middle;\n }.tdb_single_post_views .tdb-views-icon-svg{\n position: relative;\n line-height: 0;\n }.tdb_single_post_views svg{\n height: auto;\n }.tdb_single_post_views svg,\n .tdb_single_post_views svg *{\n fill: #444;\n }.tdi_92 i{\n font-size: 14px;\n }.tdi_92 .tdb-views-icon{\n margin-right: 5px;\n }.tdi_92{\n\t\t\t\t\tcolor: #dddddd;\n\t\t\t\t}.tdi_92 svg,\n\t\t\t\t.tdi_92 svg *{\n\t\t\t\t\tfill: #dddddd;\n\t\t\t\t}\n</style><div class="tdb-block-inner td-fix-index"><i class="tdb-views-icon td-icon-views"></i><span class="tdb-add-text"></span><span class="td-nr-views-19038">15043</span></div></div><div class="tdb-author-box td_block_wrap tdb_single_author_box tdi_95 tdb-content-vert-top td-pb-border-top td_block_template_10" data-td-block-uid="tdi_95">\n<style>\n\n/* inline tdc_css att */\n\n/* phone */\n@media (max-width: 767px)\n{\n.tdi_95{\njustify-content:center !important;\ntext-align:center !important;\n}\n}\n\n</style>\n<style>\n/* custom css */\n.tdb-author-box .tdb-author-photo,\n .tdb-author-box .tdb-author-info{\n display: table-cell;\n vertical-align: top;\n }.tdb-author-box .tdb-author-photo img{\n display: block;\n }.tdb-author-box .tdb-author-counters span{\n display: inline-block;\n background-color: #222;\n margin: 0 10px 0 0;\n padding: 5px 10px 4px;\n font-family: \'Roboto\', sans-serif;\n font-size: 11px;\n font-weight: 700;\n line-height: 1;\n color: #fff;\n }.tdb-author-box .tdb-author-name,\n .tdb-author-box .tdb-author-url{\n display: block;\n }.tdb-author-box .tdb-author-name{\n margin: 7px 0 8px;\n font-family: \'Open Sans\', \'Open Sans Regular\', sans-serif;\n font-size: 15px;\n line-height: 21px;\n font-weight: 700;\n color: #222;\n }.tdb-author-box .tdb-author-name:hover{\n color: #4db2ec;\n }.tdb-author-box .tdb-author-url{\n margin-bottom: 6px;\n font-size: 11px;\n font-style: italic;\n line-height: 21px;\n color: #444;\n }.tdb-author-box .tdb-author-url:hover{\n color: #4db2ec;\n }.tdb-author-box .tdb-author-descr{\n font-size: 12px;\n }.tdb-author-box .tdb-author-social{\n margin-top: 4px;\n }.tdb-author-box .tdb-social-item{\n position: relative;\n display: inline-block;\n -webkit-transition: all 0.2s;\n transition: all 0.2s;\n text-align: center;\n -webkit-transform: translateZ(0);\n transform: translateZ(0);\n }.tdb-author-box .tdb-social-item:last-child{\n margin-right: 0 !important;\n }.tdb-author-box .tdb-social-item i{\n color: #000;\n -webkit-transition: all 0.2s;\n transition: all 0.2s;\n }.tdb-author-box .tdb-social-item:hover i{\n color: #000;\n }.tdi_95{\n padding: 21px;\n \n border: 1px solid #ededed;\n }.tdi_95 .tdb-author-info{\n width: auto;\n \n padding-bottom: 0;\n padding-left: 20px;\n }.tdi_95 .tdb-author-photo{\n width: 120px;\n \n transform: translateZ(0);\n -webkit-transform: translateZ(0);\n \n pointer-events: auto;\n }.tdi_95 .tdb-author-name{\n margin: 5px 0 10px 0;\n \n\t\t\t\t\tfont-family:Cabin !important;font-size:15px !important;line-height:1.2 !important;font-weight:500 !important;text-transform:capitalize !important;\n\t\t\t\t}.tdi_95 .tdb-author-name:hover{\n color: #31a744;\n }.tdi_95 .tdb-author-url:hover{\n color: #31a744;\n }.tdi_95 .tdb-social-item i{\n\t\t\t\t\tfont-size: 15px;\n\t\t\t\t\tvertical-align: middle;\n\t\t\t\t\n\t\t\t\t\tline-height: 15px;\n\t\t\t\t}.tdi_95 .tdb-social-item i.td-icon-twitter,\n\t\t\t\t.tdi_95 .tdb-social-item i.td-icon-linkedin,\n\t\t\t\t.tdi_95 .tdb-social-item i.td-icon-pinterest,\n\t\t\t\t.tdi_95 .tdb-social-item i.td-icon-blogger,\n\t\t\t\t.tdi_95 .tdb-social-item i.td-icon-vimeo{\n\t\t\t\t\tfont-size: 12px;\n\t\t\t\t}.tdi_95 .tdb-social-item{\n\t\t\t\t\tmin-width: 15px;\n\t\t\t\t\theight: 15px;\n\t\t\t\t\n\t\t\t\t margin: 10px 20px 10px 0;\n\t\t\t\t}.tdi_95 .tdb-social-item:hover i{\n\t\t\t\t\tcolor: #31a744;\n\t\t\t\t}.tdi_95 .tdb-author-url{\n\t\t\t\t\tfont-family:Cabin !important;font-size:11px !important;line-height:1 !important;font-weight:400 !important;\n\t\t\t\t}.tdi_95 .tdb-author-descr{\n\t\t\t\t\tfont-family:Cabin !important;font-size:13px !important;line-height:1.4 !important;font-weight:400 !important;\n\t\t\t\t}.tdi_95 .tdb-author-photo:hover:before{\n opacity: 0;\n }\n\n/* landscape */\n@media (min-width: 1019px) and (max-width: 1140px){\n.tdi_95{\n border: 1px solid #ededed;\n }\n}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_95{\n padding: 15px;\n \n border: 1px solid #ededed;\n }.tdi_95 .tdb-author-photo{\n width: 80px;\n \n transform: translateZ(0);\n -webkit-transform: translateZ(0);\n }.tdi_95 .tdb-author-info{\n padding-bottom: 0;\n padding-left: 15px;\n }.tdi_95 .tdb-author-name{\n margin: 3px 0 8px 0;\n \n\t\t\t\t\tfont-family:Cabin !important;font-size:13px !important;line-height:1.2 !important;font-weight:500 !important;text-transform:capitalize !important;\n\t\t\t\t}.tdi_95 .tdb-author-descr{\n\t\t\t\t\tfont-family:Cabin !important;font-size:11px !important;line-height:1.4 !important;font-weight:400 !important;\n\t\t\t\t}\n}\n\n/* phone */\n@media (max-width: 767px){\n.tdi_95{\n border: 1px solid #ededed;\n }.tdi_95 .tdb-author-photo{\n display: inline-block;\n \n width: 90px;\n \n transform: translateZ(0);\n -webkit-transform: translateZ(0);\n }.tdi_95 .tdb-author-info{\n display: inline-block;\n width: 100%;\n \n padding-top: 20px;\n padding-left: 0;\n }\n}\n</style><div class="tdb-block-inner td-fix-index"><a href="https://universitybusiness.com/author/adonadel/" class="tdb-author-photo" title="Alcino Donadel"><img alt="Alcino Donadel" src="https://universitybusiness.com/wp-content/uploads/2023/11/Commercial-Baby-White-w-gray-jacket-3-rotated.jpg" srcset="https://universitybusiness.com/wp-content/uploads/2023/11/Commercial-Baby-White-w-gray-jacket-3-rotated.jpg 2x" class="avatar avatar-500 photo avatar-default td-animation-stack-type0-1" height="500" width="500" loading="lazy" decoding="async"></a><div class="tdb-author-info"><a href="https://universitybusiness.com/author/adonadel/" class="tdb-author-name">Alcino Donadel</a><div class="tdb-author-descr">Alcino Donadel is a UB staff writer and first-generation journalism graduate from the University of Florida. He has triple citizenship from the U.S., Ecuador and Brazil.</div><div class="tdb-author-social"><a href="https://www.linkedin.com/in/cinodona/" target="_blank" title="linkedin" class="tdb-social-item"><i class="td-icon-font td-icon-linkedin"></i></a></div></div></div></div><div class="clearfix"></div></div><style type="text/css" scoped=""> .sponsored_include { margin-top:-25px; } .sponsored_include .tdb_title h4{margin: 15px 0px; text-align: center; font-size: 27px; background-color: black; color: white; padding: 5px;} .sponsored_include .tdb-single-title{margin-bottom:5px!important} @media (max-width:767px){.sponsored_include .tdb-single-title{margin-bottom:0!important}} .sponsored_include .tdb-single-title .tdb-title-line:after{height:2px;bottom:40%} .sponsored_include .tdb-single-title .tdb-title-line{height:50px} .td-theme-wrap .sponsored_include .tdb-single-title{text-align:left} .sponsored_include .tdb-single-title .tdb-first-letter{left:-.36em;right:auto} .sponsored_include .tdb-single-title .tdb-title-text{font-family:Cabin!important;line-height:1.1!important;font-weight:600!important} @media (min-width:1019px) and (max-width:1140px){.sponsored_include .tdb-single-title .tdb-title-text{font-family:Cabin!important;font-size:30px!important;line-height:1.1!important;font-weight:600!important}} @media (min-width:768px) and (max-width:1018px){.sponsored_include .tdb-single-title .tdb-title-text{font-family:Cabin!important;font-size:24px!important;line-height:1.1!important;font-weight:600!important}} @media (max-width:767px){.sponsored_include .tdb-single-title .tdb-title-text{font-family:Cabin!important;font-size:24px!important;line-height:1.1!important;font-weight:600!important}} .sponsored_include .sponsored_include_byline{position:relative!important;top:0;transform:none;-webkit-transform:none} .sponsored_include .sponsored_include_byline,.sponsored_include .sponsored_include_byline .tdc-inner-columns{display:block} .sponsored_include .sponsored_include_byline .tdc-inner-columns{width:100%} @media (min-width:768px){.sponsored_include .sponsored_include_byline{margin-left:-0;margin-right:-0} .sponsored_include .sponsored_include_byline .vc_column_inner{padding-left:0;padding-right:0}} .sponsored_include .sponsored_include_byline>div{vertical-align:baseline} .sponsored_include .sponsored_include_byline>div .vc_column-inner>.wpb_wrapper,.sponsored_include .sponsored_include_byline>div .vc_column-inner>.wpb_wrapper .tdc-elements{display:block} .sponsored_include .sponsored_include_byline>div .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%} .sponsored_include .sponsored_include_byline>div{padding-top:10px!important} @media (min-width:768px) and (max-width:1018px){.sponsored_include .sponsored_include_byline>div{padding-top:5px!important;width:100%!important}} @media (min-width:768px) and (max-width:1018px){.sponsored_include .sponsored_include_byline>div .tdb_single_author{margin-top:1px!important}} @media (max-width:767px){.sponsored_include .sponsored_include_byline>div .tdb_single_author{margin-top:1px!important}} .sponsored_include .sponsored_include_byline>div .tdb_single_author{display:inline-block} .sponsored_include .sponsored_include_byline>div .tdb_single_author .tdb-author-name-wrap{align-items:baseline} .sponsored_include .sponsored_include_byline>div .tdb_single_author .tdb-author-by{margin-right:5px;font-family:Source\\ Sans\\ Pro!important;font-size:13px!important;line-height:20px!important;font-style:italic!important;font-weight:400!important} .sponsored_include .sponsored_include_byline>div .tdb_single_author .avatar{width:20px;height:20px;margin-right:6px;border-radius:50%} .sponsored_include .sponsored_include_byline>div .tdb_single_author .tdb-author-name{color:#000;font-family:Source\\ Sans\\ Pro!important;font-size:13px!important;line-height:20px!important;font-style:italic!important;font-weight:600!important} .sponsored_include .sponsored_include_byline>div .tdb_single_date{margin-left:10px!important} .sponsored_include .sponsored_include_byline>div .tdb_single_date{display:inline-block;font-family:Source\\ Sans\\ Pro!important;font-size:13px!important;line-height:20px!important;font-style:italic!important;font-weight:400!important} .sponsored_include .sponsored_include_byline>div .tdb_single_date svg{width:14px} .sponsored_include .sponsored_include_byline>div .tdb_single_date .tdb-date-icon{margin-right:5px} .sponsored_include .tdb_single_content {margin-top:0!important} .sponsored_include .tdb_single_content,.sponsored_include .tdb_single_content>p,.sponsored_include .tdb_single_content .tdb-block-inner>p{font-family:Cabin!important;font-size:16px!important;line-height:1.6!important} .sponsored_include .tdb_single_content .tdb-block-inner blockquote p{font-family:Cabin!important;font-style:normal!important} @media (min-width:768px) and (max-width:1018px){ .sponsored_include .tdb_single_content,.sponsored_include .tdb_single_content>p,.sponsored_include .tdb_single_content .tdb-block-inner>p{font-family:Cabin!important;font-size:15px!important;line-height:1.6!important} } </style><div class="wpb_wrapper sponsored_include"><div class="clearfix"></div><div class="td_block_wrap tdb_title tdb-single-title td-pb-border-top td_block_template_10"><div class="tdb-block-inner td-fix-index"><h4>Sponsored Article</h4></div></div><div class="td_block_wrap tdb_title tdb-single-title td-pb-border-top td_block_template_10"><div class="tdb-block-inner td-fix-index"><h1 class="tdb-title-text"><a href="https://universitybusiness.com/a-new-model-for-lifelong-learning/">A New Model for Lifelong Learning</a></h1><div></div><div class="tdb-title-line"></div></div></div><div class="vc_row_inner sponsored_include_byline vc_row vc_inner wpb_row td-pb-row"><div class="vc_column_inner wpb_column vc_column_container tdc-inner-column td-pb-span12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="td_block_wrap tdb_single_author td-pb-border-top td_block_template_10 tdb-post-meta"><div class="tdb-block-inner td-fix-index"><div class="tdb-author-name-wrap"><span class="tdb-author-by">By</span><a class="tdb-author-name" href="https://universitybusiness.com/author/university-of-south-florida/">University of South Florida</a></div></div></div><div class="td_block_wrap tdb_single_date td-pb-border-top td_block_template_10 tdb-post-meta"><div class="tdb-block-inner td-fix-index"><time class="entry-date updated td-module-date" datetime="2024-11-01T14:32:39+00:00">November 1, 2024</time></div></div></div></div></div></div><div class="td_block_wrap tdb_single_content td-pb-border-top td_block_template_10 td-post-content tagdiv-type"><div class="tdb-block-inner td-fix-index"><div class="tdb-block-inner td-fix-index"><p></p><h3><strong>Education for a Lifetime</strong></h3><em>How one university turned a struggling enterprise into a $6 million lifelong learning powerhouse</em><p></p><p>A decade ago, the University of South Florida’s Continuing Education program was by all accounts a financial burden.</p><p>Then part of USF’s Innovative Education division, the unit was losing $60,000 a year. It seemed impossible to justify its existence at a time when higher education was focusing on workforce alignment and the employability of graduates.</p><p>Mark Koulianos, Innovative Education’s finance director at the time, was tasked with conducting an assessment with the expectation that he’d recommend shuttering the struggling program.</p><p>“Leadership essentially said, ‘We want you to go in there and evaluate the continual loss of revenue and document the need to close the unit,’” Koulianos said. “I evaluated it and recommended doing the opposite.”</p><p>Rather than a post-mortem, Koulianos’ assessment called for a bold transformation. He saw potential where others saw red ink, identifying 15 strategic changes to make the program profitable and mission driven (<em>see case study).</em></p><p></p><figure id="attachment_22764" aria-describedby="caption-attachment-22764" style="width: 300px" class="wp-caption aligncenter"><a href="https://perspectives.usf.edu/education-for-a-lifetime?utm_source=ub&utm_medium=homepage-nov&utm_campaign=ctpe"><img class="wp-image-22764 size-full td-animation-stack-type0-1" src="https://universitybusiness.com/wp-content/uploads/ub-sponsoredhomepage-casestudy-efl.png" alt="" width="300" height="250"></a><figcaption id="caption-attachment-22764" class="wp-caption-text">In this case study, free to University Business readers, learn how the University of South Florida transformed its Corporate Training and Professional Education division from a loss to a $6 million powerhouse.</figcaption></figure><p></p><p><em> </em></p><p>“I think this is the future of higher ed – expanding into non-credit programming,” he told his bosses. “If we make these changes, this could be a profitable business and an important cog in the university’s economic engine.”</p><p>The gamble paid off. USF Continuing Education re-branded as the Office of Corporate Training and Professional Education and is now a $6 million enterprise that spans multiple units and is focused on building a lifelong affinity learning model.</p><p>The new unit’s success wasn’t just about profitability — it was about positioning USF as a key partner in the Tampa Bay region’s workforce development and community engagement landscapes. It now counts among its clients Amazon, Publix and the U.S. Department of Defense through Tampa-based U.S. Special Operations Command.</p><p><a href="https://perspectives.usf.edu/education-for-a-lifetime?utm_source=ub&utm_medium=homepage-nov&utm_campaign=ctpe" target="_blank" rel="noopener"><strong><span style="font-size: 12pt;"><span style="font-size: 14pt;">Download the free case study</span></span></strong></a><strong> to learn how USF:</strong></p><ul><li>Built a <strong>sustainable source of auxiliary revenue </strong>through innovative programming and strategic partnerships.</li><li>Developed a <strong>Lifelong Affinity Learning model</strong> that engages individuals at every stage of life, from youth through retirement.</li><li>Partnered with<strong> industry leaders</strong> to deliver workforce-relevant courses that address the evolving needs of today’s job market.</li><li>Aligned with USF\'s Office of University Community Partnerships to enhance <strong>corporate and community engagement</strong> at an institutional level.</li></ul> <p></p></div></div></div></div></div><div class="vc_column tdi_97 wpb_column vc_column_container tdc-column td-pb-span4 td-is-sticky">\n<style scoped="">\n\n/* custom css */\n.tdi_97{\n vertical-align: baseline;\n }.tdi_97 > .wpb_wrapper,\n\t\t\t\t.tdi_97 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_97 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t width: 100%;\n\t\t\t\t}.tdi_97 > .wpb_wrapper > .vc_row_inner{\n\t\t\t\t width: auto;\n\t\t\t\t}.tdi_97 > .wpb_wrapper{\n\t\t\t\t width: auto;\n\t\t\t\t height: auto;\n\t\t\t\t}\n/* inline tdc_css att */\n\n.tdi_97{\nwidth:340px !important;\n}\n\n/* landscape */\n@media (min-width: 1019px) and (max-width: 1140px)\n{\n.tdi_97{\nwidth:240px !important;\n}\n}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_97{\nwidth:230px !important;\n}\n}\n\n</style><div class="wpb_wrapper" style="width: 310px;"><div class="clearfix"></div><div class="wpb_wrapper td_block_wrap vc_widget_sidebar tdi_99 "><div class="td-a-rec td-a-rec-id-sidebar tdi_100 td_block_template_10">\n<style>\n/* custom css */\n.tdi_100.td-a-rec{\n\t\t\t\t\ttext-align: center;\n\t\t\t\t}.tdi_100 .td-element-style{\n\t\t\t\t\tz-index: -1;\n\t\t\t\t}.tdi_100.td-a-rec-img{\n\t\t\t\t text-align: left;\n\t\t\t\t}.tdi_100.td-a-rec-img img{\n margin: 0 auto 0 0;\n }@media (max-width: 767px) {\n\t\t\t\t .tdi_100.td-a-rec-img {\n\t\t\t\t text-align: center;\n\t\t\t\t }\n }\n</style><div data-distr-trackid="600" data-distr-trackbid="1" class="distr-target" id="distr-385221416"><script async="async" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>\n<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];</script>\n<div id="gpt-ad-7388328216455-0" data-google-query-id="CKri6f-yoIoDFSe0ywEdFDwc7Q">\n \n<div id="google_ads_iframe_/21804713356/universitybusiness/Box_Sidebar_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/21804713356/universitybusiness/Box_Sidebar_0" name="google_ads_iframe_/21804713356/universitybusiness/Box_Sidebar_0" title="3rd party ad content" width="300" height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" aria-label="Advertisement" tabindex="0" allow="private-state-token-redemption;attribution-reporting" data-load-complete="true" data-google-container-id="1" style="border: 0px; vertical-align: bottom;"></iframe></div></div>\n</div></div><div class="td-a-rec td-a-rec-id-custom_ad_1 tdi_101 td_block_template_10">\n<style>\n/* custom css */\n.tdi_101.td-a-rec{\n\t\t\t\t\ttext-align: center;\n\t\t\t\t}.tdi_101 .td-element-style{\n\t\t\t\t\tz-index: -1;\n\t\t\t\t}.tdi_101.td-a-rec-img{\n\t\t\t\t text-align: left;\n\t\t\t\t}.tdi_101.td-a-rec-img img{\n margin: 0 auto 0 0;\n }@media (max-width: 767px) {\n\t\t\t\t .tdi_101.td-a-rec-img {\n\t\t\t\t text-align: center;\n\t\t\t\t }\n }\n</style><div data-distr-trackid="603" data-distr-trackbid="1" class="distr-target" id="distr-2046520213"><script async="async" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>\n<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];</script>\n<div id="gpt-ad-2779598953003-0" data-google-query-id="CKDa6f-yoIoDFY-FywEdK-scHw">\n \n<div id="google_ads_iframe_/21804713356/universitybusiness/House_300x100_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/21804713356/universitybusiness/House_300x100_0" name="google_ads_iframe_/21804713356/universitybusiness/House_300x100_0" title="3rd party ad content" width="300" height="100" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" aria-label="Advertisement" tabindex="0" allow="private-state-token-redemption;attribution-reporting" data-load-complete="true" data-google-container-id="2" style="border: 0px; vertical-align: bottom;"></iframe></div></div>\n</div></div><div class="td_block_wrap td_block_8 td_block_widget tdi_102 td-pb-border-top default-side-widget td_block_template_10 td-column-1 td_block_padding" data-td-block-uid="tdi_102">\n<style>\n.td_block_template_10.widget > ul > li {\n margin-left: 0 !important;\n }\n .td_block_template_10 .td-block-title {\n font-size: 17px;\n font-weight: 500;\n margin-top: -10px;\n margin-bottom: 24px;\n line-height: 37px;\n padding: 0;\n position: relative;\n text-align: left;\n }\n .td_block_template_10 .td-block-title:before {\n content: \'\';\n width: 100%;\n height: 3px;\n position: absolute;\n top: 100%;\n left: 0;\n background-color: #f5f5f5;\n }\n .td_block_template_10 .td-block-title > * {\n color: #000;\n }\n .td_block_template_10 .td-subcat-filter {\n line-height: 37px;\n display: table;\n }\n .td_block_template_10 .td-subcat-dropdown {\n line-height: 1;\n position: static;\n }\n .td_block_template_10 .td-subcat-dropdown .td-subcat-more {\n margin-bottom: 0 !important;\n }\n .td_block_template_10 .td-subcat-dropdown ul:after {\n height: 3px !important;\n }\n .td_block_template_10 .td-related-title {\n margin-top: 0 !important;\n }\n .td_block_template_10 .td-related-title a {\n margin-right: 20px;\n }\n @media (max-width: 767px) {\n .td_block_template_10 .td-related-title a {\n font-size: 15px;\n }\n }\n .td_block_template_10 .td-related-title .td-cur-simple-item {\n color: #4db2ec;\n }\n</style><script>var block_tdi_102 = new tdBlock();\nblock_tdi_102.id = "tdi_102";\nblock_tdi_102.atts = \'{"custom_title":"Most Popular","custom_url":"","block_template_id":"td_block_template_10","header_text_color":"#","border_color":"#","accent_text_color":"#","m7_tl":"","limit":"6","offset":"","time_ago_add_txt":"ago","el_class":"default-side-widget","post_ids":"-19038","category_id":"","category_ids":"-1, -103, -284","tag_slug":"","autors_id":"","installed_post_types":"","sort":"popular7","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","td_ajax_preloading":"","ajax_pagination":"","ajax_pagination_infinite_stop":"","class":"td_block_widget tdi_102","block_type":"td_block_8","separator":"","show_modified_date":"","time_ago":"","time_ago_txt_pos":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","m7f_title_font_header":"","m7f_title_font_title":"Article title","m7f_title_font_settings":"","m7f_title_font_family":"","m7f_title_font_size":"","m7f_title_font_line_height":"","m7f_title_font_style":"","m7f_title_font_weight":"","m7f_title_font_transform":"","m7f_title_font_spacing":"","m7f_title_":"","m7f_cat_font_title":"Article category tag","m7f_cat_font_settings":"","m7f_cat_font_family":"","m7f_cat_font_size":"","m7f_cat_font_line_height":"","m7f_cat_font_style":"","m7f_cat_font_weight":"","m7f_cat_font_transform":"","m7f_cat_font_spacing":"","m7f_cat_":"","m7f_meta_font_title":"Article meta info","m7f_meta_font_settings":"","m7f_meta_font_family":"","m7f_meta_font_size":"","m7f_meta_font_line_height":"","m7f_meta_font_style":"","m7f_meta_font_weight":"","m7f_meta_font_transform":"","m7f_meta_font_spacing":"","m7f_meta_":"","css":"","tdc_css":"","td_column_number":1,"header_color":"","color_preset":"","border_top":"","tdc_css_class":"tdi_102","tdc_css_class_style":"tdi_102_rand_style"}\';\nblock_tdi_102.td_column_number = "1";\nblock_tdi_102.block_type = "td_block_8";\nblock_tdi_102.post_count = "6";\nblock_tdi_102.found_posts = "5522";\nblock_tdi_102.header_color = "";\nblock_tdi_102.ajax_pagination_infinite_stop = "";\nblock_tdi_102.max_num_pages = "921";\ntdBlocksArray.push(block_tdi_102);\n</script><div class="td-block-title-wrap"><h4 class="td-block-title"><span class="td-pulldown-size">Most Popular</span></h4></div><div id="tdi_102" class="td_block_inner">\n\n\t<div class="td-block-span12">\n\n <div class="td_module_7 td_module_wrap td-animation-stack">\n <div class="td-module-thumb"><a href="https://universitybusiness.com/heres-how-many-colleges-may-close-after-2029/" rel=" bookmark" class="td-image-wrap " title="See how many colleges may close after 2029"><img class="entry-thumb td-animation-stack-type0-2" src="https://universitybusiness.com/wp-content/uploads/2020/12/GettyImages-185275576-100x70.jpg" alt="" title="See how many colleges may close after 2029" data-type="image_tag" data-img-url="https://universitybusiness.com/wp-content/uploads/2020/12/GettyImages-185275576-100x70.jpg" width="100" height="70" style=""></a></div>\n <div class="item-details">\n <h3 class="entry-title td-module-title"><a href="https://universitybusiness.com/heres-how-many-colleges-may-close-after-2029/" rel="bookmark" title="See how many colleges may close after 2029">See how many colleges may close after 2029</a></h3>\n <div class="td-module-meta-info">\n <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-12-04T14:35:31-05:00">December 4, 2024</time></span> </div>\n\n </div>\n\n </div>\n\n \n\t</div> <!-- ./td-block-span12 -->\n\n\t<div class="td-block-span12">\n\n <div class="td_module_7 td_module_wrap td-animation-stack">\n <div class="td-module-thumb"><a href="https://universitybusiness.com/how-a-looming-trump-presidency-is-already-affecting-college-life/" rel=" bookmark" class="td-image-wrap " title="How a looming Trump presidency is already affecting college life"><img class="entry-thumb td-animation-stack-type0-2" src="https://universitybusiness.com/wp-content/uploads/2020/02/Trump-higher-ed-100x70.jpg" alt="" title="How a looming Trump presidency is already affecting college life" data-type="image_tag" data-img-url="https://universitybusiness.com/wp-content/uploads/2020/02/Trump-higher-ed-100x70.jpg" width="100" height="70" style=""></a></div>\n <div class="item-details">\n <h3 class="entry-title td-module-title"><a href="https://universitybusiness.com/how-a-looming-trump-presidency-is-already-affecting-college-life/" rel="bookmark" title="How a looming Trump presidency is already affecting college life">How a looming Trump presidency is already affecting college life</a></h3>\n <div class="td-module-meta-info">\n <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-12-06T14:50:16-05:00">December 6, 2024</time></span> </div>\n\n </div>\n\n </div>\n\n \n\t</div> <!-- ./td-block-span12 -->\n\n\t<div class="td-block-span12">\n\n <div class="td_module_7 td_module_wrap td-animation-stack">\n <div class="td-module-thumb"><a href="https://universitybusiness.com/how-this-year-cast-doubt-on-2-higher-ed-myths/" rel=" bookmark" class="td-image-wrap " title="How this year cast doubt on 2 higher ed myths"><img class="entry-thumb td-animation-stack-type0-2" src="https://universitybusiness.com/wp-content/uploads/myth-100x70.jpg" alt="" title="How this year cast doubt on 2 higher ed myths" data-type="image_tag" data-img-url="https://universitybusiness.com/wp-content/uploads/myth-100x70.jpg" width="100" height="70" style=""></a></div>\n <div class="item-details">\n <h3 class="entry-title td-module-title"><a href="https://universitybusiness.com/how-this-year-cast-doubt-on-2-higher-ed-myths/" rel="bookmark" title="How this year cast doubt on 2 higher ed myths">How this year cast doubt on 2 higher ed myths</a></h3>\n <div class="td-module-meta-info">\n <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-12-02T13:20:35-05:00">December 2, 2024</time></span> </div>\n\n </div>\n\n </div>\n\n \n\t</div> <!-- ./td-block-span12 -->\n\n\t<div class="td-block-span12">\n\n <div class="td_module_7 td_module_wrap td-animation-stack">\n <div class="td-module-thumb"><a href="https://universitybusiness.com/knocking-on-wood-for-this-years-fafsa-rollout/" rel=" bookmark" class="td-image-wrap " title="Knocking on wood for this year’s FAFSA rollout"><img class="entry-thumb td-animation-stack-type0-2" src="https://universitybusiness.com/wp-content/uploads/AdobeStock_216127933-100x70.jpeg" alt="Gen Z" title="Knocking on wood for this year’s FAFSA rollout" data-type="image_tag" data-img-url="https://universitybusiness.com/wp-content/uploads/AdobeStock_216127933-100x70.jpeg" width="100" height="70" style=""></a></div>\n <div class="item-details">\n <h3 class="entry-title td-module-title"><a href="https://universitybusiness.com/knocking-on-wood-for-this-years-fafsa-rollout/" rel="bookmark" title="Knocking on wood for this year’s FAFSA rollout">Knocking on wood for this year’s FAFSA rollout</a></h3>\n <div class="td-module-meta-info">\n <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-12-05T13:53:04-05:00">December 5, 2024</time></span> </div>\n\n </div>\n\n </div>\n\n \n\t</div> <!-- ./td-block-span12 -->\n\n\t<div class="td-block-span12">\n\n <div class="td_module_7 td_module_wrap td-animation-stack">\n <div class="td-module-thumb"><a href="https://universitybusiness.com/heres-how-changes-in-the-edtech-world-affect-higher-ed/" rel=" bookmark" class="td-image-wrap " title="Here’s how changes in the edtech world affect higher ed"><img class="entry-thumb td-animation-stack-type0-2" src="https://universitybusiness.com/wp-content/uploads/2022/04/edtech-AdobeStock_457361588-100x70.jpeg" alt="" title="Here’s how changes in the edtech world affect higher ed" data-type="image_tag" data-img-url="https://universitybusiness.com/wp-content/uploads/2022/04/edtech-AdobeStock_457361588-100x70.jpeg" width="100" height="70" style=""></a></div>\n <div class="item-details">\n <h3 class="entry-title td-module-title"><a href="https://universitybusiness.com/heres-how-changes-in-the-edtech-world-affect-higher-ed/" rel="bookmark" title="Here’s how changes in the edtech world affect higher ed">Here’s how changes in the edtech world affect higher ed</a></h3>\n <div class="td-module-meta-info">\n <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-12-09T12:00:08-05:00">December 9, 2024</time></span> </div>\n\n </div>\n\n </div>\n\n \n\t</div> <!-- ./td-block-span12 -->\n\n\t<div class="td-block-span12">\n\n <div class="td_module_7 td_module_wrap td-animation-stack">\n <div class="td-module-thumb"><a href="https://universitybusiness.com/higher-ed-market-is-it-too-hard-to-open-a-new-college/" rel=" bookmark" class="td-image-wrap " title="Higher ed market: Is it too hard to open a new college?"><img class="entry-thumb td-animation-stack-type0-2" src="https://universitybusiness.com/wp-content/uploads/AdobeStock_448719293-100x70.jpeg" alt="higher ed market" title="Higher ed market: Is it too hard to open a new college?" data-type="image_tag" data-img-url="https://universitybusiness.com/wp-content/uploads/AdobeStock_448719293-100x70.jpeg" width="100" height="70" style=""></a></div>\n <div class="item-details">\n <h3 class="entry-title td-module-title"><a href="https://universitybusiness.com/higher-ed-market-is-it-too-hard-to-open-a-new-college/" rel="bookmark" title="Higher ed market: Is it too hard to open a new college?">Higher ed market: Is it too hard to open a new...</a></h3>\n <div class="td-module-meta-info">\n <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-12-05T13:48:12-05:00">December 5, 2024</time></span> </div>\n\n </div>\n\n </div>\n\n \n\t</div> <!-- ./td-block-span12 --></div></div> <!-- ./block --></div><div class="clearfix"></div></div></div></div></div></div></div> <span class="td-page-meta" itemprop="author" itemscope="" itemtype="https://schema.org/Person"><meta itemprop="name" content="Alcino Donadel"><meta itemprop="url" content="https://universitybusiness.com/author/adonadel/"></span><meta itemprop="datePublished" content="2023-07-06T13:23:41-04:00"><meta itemprop="dateModified" content="2023-07-06T13:23:41-04:00"><meta itemscope="" itemprop="mainEntityOfPage" itemtype="https://schema.org/WebPage" itemid="https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/"><span class="td-page-meta" itemprop="publisher" itemscope="" itemtype="https://schema.org/Organization"><span class="td-page-meta" itemprop="logo" itemscope="" itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://universitybusiness.com/wp-content/uploads/2022/08/ublogo2.png"></span><meta itemprop="name" content="University Business"></span><meta itemprop="headline" content="These 15 colleges offer the most financial aid for international undergrad students"><span class="td-page-meta" itemprop="image" itemscope="" itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://universitybusiness.com/wp-content/uploads/2021/06/InkedAdobeStock_230440356-1_LI-scaled.jpg"><meta itemprop="width" content="2560"><meta itemprop="height" content="1650"></span> </article>\n </div>\n </div>\n \n </div> <!-- #tdb-autoload-article -->\n\n<script type="text/javascript" async="" src="/bg/sponsored-article/js"></script>\t<div class="td-footer-template-wrap" style="position: relative">\n\t\t\t\t<div class="td-footer-wrap ">\n\t\t\t<div id="tdi_103" class="tdc-zone"><div class="tdc_zone tdi_104 wpb_row td-pb-row tdc-element-style">\n<style scoped="">\n\n/* custom css */\n.tdi_104{\n min-height: 0;\n }.tdi_104 > .td-element-style:after{\n content: \'\' !important;\n width: 100% !important;\n height: 100% !important;\n position: absolute !important;\n top: 0 !important;\n left: 0 !important;\n z-index: 0 !important;\n display: block !important;\n background-color: #000000 !important;\n }\n</style>\n<div class="tdi_103_rand_style td-element-style"></div><div id="tdi_105" class="tdc-row stretch_row_1200 td-stretch-content"><div class="vc_row tdi_106 wpb_row td-pb-row tdc-element-style">\n<style scoped="">\n\n/* custom css */\n.tdi_106,\n .tdi_106 .tdc-columns{\n min-height: 0;\n }.tdi_106,\n\t\t\t\t.tdi_106 .tdc-columns{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_106 .tdc-columns{\n\t\t\t\t width: 100%;\n\t\t\t\t}@media (min-width: 768px) {\n\t .tdi_106 {\n\t margin-left: -15px;\n\t margin-right: -15px;\n\t }\n\t .tdi_106 .tdc-row-video-background-error,\n\t .tdi_106 .vc_column {\n\t padding-left: 15px;\n\t padding-right: 15px;\n\t }\n }\n\n/* landscape */\n@media (min-width: 1019px) and (max-width: 1140px){\n@media (min-width: 768px) {\n\t .tdi_106 {\n\t margin-left: -10px;\n\t margin-right: -10px;\n\t }\n\t .tdi_106 .tdc-row-video-background-error,\n\t .tdi_106 .vc_column {\n\t padding-left: 10px;\n\t padding-right: 10px;\n\t }\n }\n}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px){\n@media (min-width: 768px) {\n\t .tdi_106 {\n\t margin-left: -10px;\n\t margin-right: -10px;\n\t }\n\t .tdi_106 .tdc-row-video-background-error,\n\t .tdi_106 .vc_column {\n\t padding-left: 10px;\n\t padding-right: 10px;\n\t }\n }\n}\n/* inline tdc_css att */\n\n.tdi_106{\npadding-top:20px !important;\nposition:relative;\n}\n\n.tdi_106 .td_block_wrap{ text-align:left }\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_106{\npadding-top:30px !important;\npadding-bottom:10px !important;\n}\n}\n\n/* phone */\n@media (max-width: 767px)\n{\n.tdi_106{\npadding-top:40px !important;\n}\n}\n\n</style>\n<div class="tdi_105_rand_style td-element-style"><div class="td-element-style-before"><style>\n.tdi_105_rand_style > .td-element-style-before {\ncontent:\'\' !important;\nwidth:100% !important;\nheight:100% !important;\nposition:absolute !important;\ntop:0 !important;\nleft:0 !important;\ndisplay:block !important;\nz-index:0 !important;\nopacity:0.1 !important;\n}\n</style></div></div><div class="vc_column tdi_108 wpb_column vc_column_container tdc-column td-pb-span5">\n<style scoped="">\n\n/* custom css */\n.tdi_108{\n vertical-align: baseline;\n }.tdi_108 > .wpb_wrapper,\n\t\t\t\t.tdi_108 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_108 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t width: 100%;\n\t\t\t\t}.tdi_108 > .wpb_wrapper > .vc_row_inner{\n\t\t\t\t width: auto;\n\t\t\t\t}.tdi_108 > .wpb_wrapper{\n\t\t\t\t width: auto;\n\t\t\t\t height: auto;\n\t\t\t\t}\n/* inline tdc_css att */\n\n/* phone */\n@media (max-width: 767px)\n{\n.tdi_108{\njustify-content:center !important;\ntext-align:center !important;\n}\n}\n\n</style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_logo tdi_109 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_109">\n<style>\n\n/* inline tdc_css att */\n\n.tdi_109{\nmargin-top:10px !important;\nmargin-bottom:10px !important;\n}\n\n/* phone */\n@media (max-width: 767px)\n{\n.tdi_109{\ndisplay:inline-block !important;\n}\n}\n\n</style>\n<style>\n/* custom css */\n.tdi_109 .tdb-logo-a,\n .tdi_109 h1{\n flex-direction: row;\n \n align-items: center;\n \n justify-content: flex-start;\n }.tdi_109 .tdb-logo-svg-wrap{\n display: block;\n }.tdi_109 .tdb-logo-svg-wrap + .tdb-logo-img-wrap{\n display: none;\n }.tdi_109 .tdb-logo-img{\n max-width: 350px;\n }.tdi_109 .tdb-logo-img-wrap{\n display: block;\n }.tdi_109 .tdb-logo-text-tagline{\n margin-top: 2px;\n margin-left: 0;\n \n display: block;\n \n font-family:Source Sans Pro !important;;\n }.tdi_109 .tdb-logo-text-title{\n display: block;\n \n color: #ffffff;\n \n font-family:Gelasio !important;font-size:34px !important;font-weight:500 !important;text-transform:uppercase !important;;\n }.tdi_109 .tdb-logo-text-wrap{\n flex-direction: column;\n \n align-items: center;\n }.tdi_109 .tdb-logo-icon{\n top: 0px;\n \n display: block;\n }\n\n/* landscape */\n@media (min-width: 1019px) and (max-width: 1140px){\n.tdi_109 .tdb-logo-text-title{\n font-family:Gelasio !important;font-size:32px !important;font-weight:500 !important;text-transform:uppercase !important;;\n }\n}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_109 .tdb-logo-text-title{\n font-family:Gelasio !important;font-size:22px !important;font-weight:500 !important;text-transform:uppercase !important;;\n }\n}\n</style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="https://universitybusiness.com/"><span class="tdb-logo-img-wrap"><img class="tdb-logo-img" src="https://universitybusiness.com/wp-content/uploads/2022/09/UB_logo_white-footer.png" alt="Logo" title="" width="524" height="120"></span></a></div></div> <!-- ./block --><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_110 tdm-inline-block td-pb-border-top td_block_template_10" data-td-block-uid="tdi_110">\n<style>\n\n/* inline tdc_css att */\n\n/* phone */\n@media (max-width: 767px)\n{\n.tdi_110{\njustify-content:center !important;\ntext-align:center !important;\n}\n}\n\n</style>\n<style>\n/* custom css */\n.tdm_block.tdm_block_inline_text{\n margin-bottom: 0;\n vertical-align: top;\n }.tdm_block.tdm_block_inline_text .tdm-descr{\n margin-bottom: 0;\n -webkit-transform: translateZ(0);\n transform: translateZ(0);\n }.tdc-row-content-vert-center .tdm-inline-text-yes{\n vertical-align: middle;\n }.tdc-row-content-vert-bottom .tdm-inline-text-yes{\n vertical-align: bottom;\n }.tdi_110{\n text-align: left !important;\n }.tdi_110 .tdm-descr{\n color: #ffffff;\n \n\t\t\t\t\tfont-family:Source Sans Pro !important;font-size:14px !important;line-height:1.4 !important;\n\t\t\t\t}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_110 .tdm-descr{\n\t\t\t\t\tfont-family:Source Sans Pro !important;font-size:12px !important;line-height:1.4 !important;\n\t\t\t\t}\n}\n</style><p class="tdm-descr">© 2024. University Business. All rights reserved.<br>222 Lakeview Ave Suite 800 West Palm Beach FL 33401 </p></div><div class="tdm_block td_block_wrap tdm_block_socials tdi_111 tdm-content-horiz-left td-pb-border-top td_block_template_10" data-td-block-uid="tdi_111">\n<style>\n\n/* inline tdc_css att */\n\n.tdi_111{\nmargin-top:10px !important;\nmargin-bottom:45px !important;\n}\n\n</style>\n<style>\n.tdi_112 .tdm-social-item i{\n\t\t\t\t\tfont-size: 22px;\n\t\t\t\t\tvertical-align: middle;\n\t\t\t\t\n\t\t\t\t\tline-height: 39.6px;\n\t\t\t\t}.tdi_112 .tdm-social-item i.td-icon-twitter,\n\t\t\t\t.tdi_112 .tdm-social-item i.td-icon-linkedin,\n\t\t\t\t.tdi_112 .tdm-social-item i.td-icon-pinterest,\n\t\t\t\t.tdi_112 .tdm-social-item i.td-icon-blogger,\n\t\t\t\t.tdi_112 .tdm-social-item i.td-icon-vimeo{\n\t\t\t\t\tfont-size: 17.6px;\n\t\t\t\t}.tdi_112 .tdm-social-item{\n\t\t\t\t\twidth: 39.6px;\n\t\t\t\t\theight: 39.6px;\n\t\t\t\t\n\t\t\t\t margin: 5px 10px 5px 0;\n\t\t\t\t}.tdi_112 .tdm-social-item-wrap:last-child .tdm-social-item{\n\t\t\t\t margin-right: 0 !important;\n\t\t\t\t}.tdi_112 .tdm-social-item i,\n\t\t\t\t.tds-team-member2 .tdi_112.tds-social1 .tdm-social-item i{\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t}.tdi_112 .tdm-social-item-wrap:hover i,\n\t\t\t\t.tds-team-member2 .tdi_112.tds-social1 .tdm-social-item:hover i{\n\t\t\t\t\tcolor: #4db2ec;\n\t\t\t\t}.tdi_112 .tdm-social-text{\n\t\t\t\t\tdisplay: none;\n\t\t\t\t\n\t\t\t\t\tmargin-left: 2px;\n\t\t\t\t\n\t\t\t\t\tmargin-right: 18px;\n\t\t\t\t}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_112 .tdm-social-item i{\n\t\t\t\t\tfont-size: 12px;\n\t\t\t\t\tvertical-align: middle;\n\t\t\t\t\n\t\t\t\t\tline-height: 21.6px;\n\t\t\t\t}.tdi_112 .tdm-social-item i.td-icon-twitter,\n\t\t\t\t.tdi_112 .tdm-social-item i.td-icon-linkedin,\n\t\t\t\t.tdi_112 .tdm-social-item i.td-icon-pinterest,\n\t\t\t\t.tdi_112 .tdm-social-item i.td-icon-blogger,\n\t\t\t\t.tdi_112 .tdm-social-item i.td-icon-vimeo{\n\t\t\t\t\tfont-size: 9.6px;\n\t\t\t\t}.tdi_112 .tdm-social-item{\n\t\t\t\t\twidth: 21.6px;\n\t\t\t\t\theight: 21.6px;\n\t\t\t\t}\n}\n</style><div class="tdm-social-wrapper tds-social1 tdi_112"><div class="tdm-social-item-wrap"><a href="https://www.facebook.com/universitybusiness/" target="_blank" title="Facebook" class="tdm-social-item"><i class="td-icon-font td-icon-facebook"></i></a><a href="https://www.facebook.com/universitybusiness/" target="_blank" class="tdm-social-text">Facebook</a></div><div class="tdm-social-item-wrap"><a href="https://twitter.com/universitybiz" target="_blank" title="Twitter" class="tdm-social-item"><i class="td-icon-font td-icon-twitter"></i></a><a href="https://twitter.com/universitybiz" target="_blank" class="tdm-social-text">Twitter</a></div><div class="tdm-social-item-wrap"><a href="https://www.linkedin.com/company/university-business-magazine" target="_blank" title="Linkedin" class="tdm-social-item"><i class="td-icon-font td-icon-linkedin"></i></a><a href="https://www.linkedin.com/company/university-business-magazine" target="_blank" class="tdm-social-text">Linkedin</a></div></div></div></div></div><div class="vc_column tdi_114 wpb_column vc_column_container tdc-column td-pb-span7">\n<style scoped="">\n\n/* custom css */\n.tdi_114{\n vertical-align: baseline;\n }.tdi_114 > .wpb_wrapper,\n\t\t\t\t.tdi_114 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_114 > .wpb_wrapper > .tdc-elements{\n\t\t\t\t width: 100%;\n\t\t\t\t}.tdi_114 > .wpb_wrapper > .vc_row_inner{\n\t\t\t\t width: auto;\n\t\t\t\t}.tdi_114 > .wpb_wrapper{\n\t\t\t\t width: auto;\n\t\t\t\t height: auto;\n\t\t\t\t}\n</style><div class="wpb_wrapper"><div class="vc_row_inner tdi_116 vc_row vc_inner wpb_row td-pb-row">\n<style scoped="">\n\n/* custom css */\n.tdi_116{\n position: relative !important;\n top: 0;\n transform: none;\n -webkit-transform: none;\n }.tdi_116,\n\t\t\t\t.tdi_116 .tdc-inner-columns{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_116 .tdc-inner-columns{\n\t\t\t\t width: 100%;\n\t\t\t\t}@media (min-width: 768px) {\n\t .tdi_116 {\n\t margin-left: -10px;\n\t margin-right: -10px;\n\t }\n\t .tdi_116 .vc_column_inner {\n\t padding-left: 10px;\n\t padding-right: 10px;\n\t }\n }\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px){\n@media (min-width: 768px) {\n\t .tdi_116 {\n\t margin-left: -5px;\n\t margin-right: -5px;\n\t }\n\t .tdi_116 .vc_column_inner {\n\t padding-left: 5px;\n\t padding-right: 5px;\n\t }\n }\n}\n</style><div class="vc_column_inner tdi_118 wpb_column vc_column_container tdc-inner-column td-pb-span6">\n<style scoped="">\n\n/* custom css */\n.tdi_118{\n vertical-align: baseline;\n }.tdi_118 .vc_column-inner > .wpb_wrapper,\n\t\t\t\t.tdi_118 .vc_column-inner > .wpb_wrapper .tdc-elements{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_118 .vc_column-inner > .wpb_wrapper .tdc-elements{\n\t\t\t\t width: 100%;\n\t\t\t\t}\n/* inline tdc_css att */\n\n/* landscape */\n@media (min-width: 1019px) and (max-width: 1140px)\n{\n.tdi_118{\nwidth:20% !important;\n}\n}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_118{\nwidth:20% !important;\n}\n}\n\n</style><div class="vc_column-inner"><div class="wpb_wrapper"><div class="td_block_wrap td_block_list_menu tdi_119 td-pb-border-top footer_menu td_block_template_10 widget" data-td-block-uid="tdi_119">\n<style>\n\n/* inline tdc_css att */\n\n/* phone */\n@media (max-width: 767px)\n{\n.tdi_119{\nmargin-bottom:0px !important;\njustify-content:center !important;\ntext-align:center !important;\n}\n}\n\n</style>\n<style>\n/* custom css */\n.td_block_list_menu ul{\n flex-wrap: wrap;\n margin-left: 12px;\n }.td_block_list_menu ul li{\n margin-left: 0;\n }.td_block_list_menu .sub-menu{\n padding-left: 22px;\n }.td_block_list_menu .sub-menu li{\n font-size: 13px;\n }.td_block_list_menu li.current-menu-item > a,\n\t\t\t\t.td_block_list_menu li.current-menu-ancestor > a,\n\t\t\t\t.td_block_list_menu li.current-category-ancestor > a{\n\t\t\t\t color: #4db2ec;\n\t\t\t\t}.tdi_119 ul{\n\t\t\t\t\tmargin: 0px;\n\t\t\t\t\n\t\t\t\t\ttext-align: left;\n\t\t\t\t\tjustify-content: flex-start;\n\t\t\t\t}.tdi_119 a{\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t}.tdi_119 li.current-menu-item > a,\n\t\t\t\t.tdi_119 li.current-menu-ancestor > a,\n\t\t\t\t.tdi_119 li.current-category-ancestor > a,\n\t\t\t\t.tdi_119 a:hover{\n\t\t\t\t\tcolor: #4db2ec;\n\t\t\t\t}.tdi_119 li{\n\t\t\t\t\tfont-size:11px !important;line-height:24px !important;text-transform:uppercase !important;letter-spacing:1px !important;\n\t\t\t\t}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_119 li{\n\t\t\t\t\tfont-size:11px !important;line-height:20px !important;text-transform:uppercase !important;letter-spacing:1px !important;\n\t\t\t\t}\n}\n</style><div class="td-block-title-wrap"></div><div id="tdi_119" class="td_block_inner td-fix-index"><div class="menu-footer-section-1-container"><ul id="menu-footer-section-1" class="menu"><li id="menu-item-6524" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6524"><a href="https://universitybusiness.com/column-submission-guidelines/">Column Submission Guidelines</a></li>\n<li id="menu-item-6527" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6527"><a href="https://universitybusiness.com/working-with-editorial/">How to work with our editorial department</a></li>\n<li id="menu-item-21909" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21909"><a target="_blank" rel="noopener" href="https://go.pardot.com/l/1049151/2024-06-14/7zyg">Advertise</a></li>\n</ul></div></div></div></div></div></div><div class="vc_column_inner tdi_121 wpb_column vc_column_container tdc-inner-column td-pb-span6">\n<style scoped="">\n\n/* custom css */\n.tdi_121{\n vertical-align: baseline;\n }.tdi_121 .vc_column-inner > .wpb_wrapper,\n\t\t\t\t.tdi_121 .vc_column-inner > .wpb_wrapper .tdc-elements{\n\t\t\t\t display: block;\n\t\t\t\t}.tdi_121 .vc_column-inner > .wpb_wrapper .tdc-elements{\n\t\t\t\t width: 100%;\n\t\t\t\t}\n/* inline tdc_css att */\n\n/* landscape */\n@media (min-width: 1019px) and (max-width: 1140px)\n{\n.tdi_121{\nwidth:40% !important;\n}\n}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_121{\nwidth:35% !important;\n}\n}\n\n/* phone */\n@media (max-width: 767px)\n{\n.tdi_121{\njustify-content:center !important;\ntext-align:center !important;\n}\n}\n\n</style><div class="vc_column-inner"><div class="wpb_wrapper"><div class="td_block_wrap td_block_list_menu tdi_122 td-pb-border-top footer_menu td_block_template_10 widget" data-td-block-uid="tdi_122">\n<style>\n\n/* inline tdc_css att */\n\n/* phone */\n@media (max-width: 767px)\n{\n.tdi_122{\njustify-content:center !important;\ntext-align:center !important;\n}\n}\n\n</style>\n<style>\n/* custom css */\n.tdi_122 ul{\n\t\t\t\t\tmargin: 0px;\n\t\t\t\t\n\t\t\t\t\ttext-align: left;\n\t\t\t\t\tjustify-content: flex-start;\n\t\t\t\t}.tdi_122 a{\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t}.tdi_122 li.current-menu-item > a,\n\t\t\t\t.tdi_122 li.current-menu-ancestor > a,\n\t\t\t\t.tdi_122 li.current-category-ancestor > a,\n\t\t\t\t.tdi_122 a:hover{\n\t\t\t\t\tcolor: #4db2ec;\n\t\t\t\t}.tdi_122 li{\n\t\t\t\t\tfont-size:11px !important;line-height:24px !important;text-transform:uppercase !important;letter-spacing:1px !important;\n\t\t\t\t}\n\n/* portrait */\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_122 li{\n\t\t\t\t\tfont-size:11px !important;line-height:20px !important;text-transform:uppercase !important;letter-spacing:1px !important;\n\t\t\t\t}\n}\n</style><div class="td-block-title-wrap"></div><div id="tdi_122" class="td_block_inner td-fix-index"><div class="menu-footer-section-2-container"><ul id="menu-footer-section-2" class="menu"><li id="menu-item-6531" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6531"><a href="https://universitybusiness.com/contact-us/">Contact Us</a></li>\n<li id="menu-item-18883" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18883"><a href="https://etcnetwork.com/privacy-policy/">Privacy Policy</a></li>\n<li id="menu-item-6532" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6532"><a href="https://universitybusiness.com/category/op-ed/">Op-ed</a></li>\n</ul></div></div></div><div class="wpb_wrapper td_block_empty_space td_block_wrap vc_empty_space tdi_124 " style="height: 32px"></div></div></div></div></div></div></div></div></div></div></div>\t\t</div>\n\n\t</div>\n\t</div><!--close td-outer-wrap-->\n\n<script>(function(){var advanced_ads_ga_UID="UA-168709-1",advanced_ads_ga_anonymIP=!!1;window.advanced_ads_check_adblocker=function(t){var n=[],e=null;function a(t){var n=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||function(t){return setTimeout(t,16)};n.call(window,t)}return a((function(){var t=document.createElement("div");t.innerHTML=" ",t.setAttribute("class","ad_unit ad-unit text-ad text_ad pub_300x250"),t.setAttribute("style","width: 1px !important; height: 1px !important; position: absolute !important; left: 0px !important; top: 0px !important; overflow: hidden !important;"),document.body.appendChild(t),a((function(){var a,o,i=null===(a=(o=window).getComputedStyle)||void 0===a?void 0:a.call(o,t),d=null==i?void 0:i.getPropertyValue("-moz-binding");e=i&&"none"===i.getPropertyValue("display")||"string"==typeof d&&-1!==d.indexOf("about:");for(var c=0,r=n.length;c<r;c++)n[c](e);n=[]}))})),function(t){"undefined"==typeof advanced_ads_adblocker_test&&(e=!0),null!==e?t(e):n.push(t)}}(),(()=>{function t(t){this.UID=t,this.analyticsObject="function"==typeof gtag;var n=this;return this.count=function(){gtag("event","AdBlock",{event_category:"Advanced Ads",event_label:"Yes",non_interaction:!0,send_to:n.UID})},function(){if(!n.analyticsObject){var e=document.createElement("script");e.src="https://www.googletagmanager.com/gtag/js?id="+t,e.async=!0,document.body.appendChild(e),window.dataLayer=window.dataLayer||[],window.gtag=function(){dataLayer.push(arguments)},n.analyticsObject=!0,gtag("js",new Date)}var a={send_page_view:!1,transport_type:"beacon"};window.advanced_ads_ga_anonymIP&&(a.anonymize_ip=!0),gtag("config",t,a)}(),this}advanced_ads_check_adblocker((function(n){n&&new t(advanced_ads_ga_UID).count()}))})();})();</script><script id="ckyBannerTemplate" type="text/template"><div class="cky-consent-container cky-hide" tabindex="0"> <div class="cky-consent-bar" data-cky-tag="notice" style="background-color:#FFFFFF;border-color:#f4f4f4;color:#212121"> <div class="cky-notice"> <p class="cky-title" role="heading" aria-level="1" data-cky-tag="title" style="color:#212121"></p><div class="cky-notice-group"> <div class="cky-notice-des" data-cky-tag="description" style="color:#212121"> <p>We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.\xa0<a href="/privacy/" rel="noopener noreferrer" target="_blank">Click to view our cookie policy</a>.</p> </div><div class="cky-notice-btn-wrapper" data-cky-tag="notice-buttons"> <button class="cky-btn cky-btn-reject" aria-label="Reject All" data-cky-tag="reject-button" style="color:#1863dc;background-color:transparent;border-color:#1863dc">Reject All</button> <button class="cky-btn cky-btn-accept" aria-label="Accept All" data-cky-tag="accept-button" style="color:#FFFFFF;background-color:#1863dc;border-color:#1863dc">Accept All</button> </div></div></div></div><div class="cky-preference-wrapper" data-cky-tag="detail" style="color:#212121;background-color:#FFFFFF;border-color:#F4F4F4"> <div class="cky-preference-center"> <div class="cky-preference"> <div class="cky-preference-header"> <span class="cky-preference-title" role="heading" aria-level="1" data-cky-tag="detail-title" style="color:#212121">Customize Consent Preferences</span> <button class="cky-btn-close" aria-label="[cky_preference_close_label]" data-cky-tag="detail-close"> <img src="https://universitybusiness.com/wp-content/plugins/cookie-law-info/lite/frontend/images/close.svg" alt="Close"> </button> </div><div class="cky-preference-body-wrapper"> <div class="cky-preference-content-wrapper" data-cky-tag="detail-description" style="color:#212121"> <p>We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.</p><p>The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. </p><p>We also use third-party cookies that help us analyze how you use this website, store your preferences, and provide the content and advertisements that are relevant to you. These cookies will only be stored in your browser with your prior consent.</p><p>You can choose to enable or disable some or all of these cookies but disabling some of them may affect your browsing experience.</p> </div><div class="cky-accordion-wrapper" data-cky-tag="detail-categories"> <div class="cky-accordion" id="ckyDetailCategorynecessary"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Necessary" data-cky-tag="detail-category-title" style="color:#212121">Necessary</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchnecessary"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryfunctional"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Functional" data-cky-tag="detail-category-title" style="color:#212121">Functional</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchfunctional"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryanalytics"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Analytics" data-cky-tag="detail-category-title" style="color:#212121">Analytics</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchanalytics"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryperformance"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Performance" data-cky-tag="detail-category-title" style="color:#212121">Performance</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchperformance"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryadvertisement"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Advertisement" data-cky-tag="detail-category-title" style="color:#212121">Advertisement</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchadvertisement"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div> </div></div></div><div class="cky-footer-wrapper"> <span class="cky-footer-shadow"></span> <div class="cky-prefrence-btn-wrapper" data-cky-tag="detail-buttons"> <button class="cky-btn cky-btn-accept" aria-label="Accept All" data-cky-tag="detail-accept-button" style="color:#ffffff;background-color:#1863dc;border-color:#1863dc"> Accept All </button> <button class="cky-btn cky-btn-preferences" aria-label="Save My Preferences" data-cky-tag="detail-save-button" style="color:#1863dc;background-color:transparent;border-color:#1863dc"> Save My Preferences </button> <button class="cky-btn cky-btn-reject" aria-label="Reject All" data-cky-tag="detail-reject-button" style="color:#1863dc;background-color:transparent;border-color:#1863dc"> Reject All </button> </div></div></div></div></div></script><div class="distr-c302c81f4bf187e52918e0eb433a0810 distr-ub-interstitial_640x480" id="distr-c302c81f4bf187e52918e0eb433a0810"><div class="distr-ub-interstitial_640x480 distr-target distr-layer distr-layer-onload advads-has-background advads-close is-sticky" id="distr-542871840" data-distr-trackid="615" data-distr-trackbid="1" data-auto-close-delay="10000" data-position="center" style="z-index: 9999; position: fixed; margin-left: 0px; margin-bottom: 0px; bottom: 50%; left: 50%; transform: translateY(50%) translateX(-50%);"><span class="distr-close-button" title="close" style="width: 15px; height: 15px; background: #fff; position: relative; line-height: 15px; text-align: center; cursor: pointer; z-index: 10000; right:0;float: right; margin-left: -15px;">×</span><script async="async" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>\n<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];</script>\n<div id="gpt-ad-2867689783882-0" data-google-query-id="CNnGioCzoIoDFd-VywEdw4El6w">\n \n<div id="google_ads_iframe_/21804713356/universitybusiness/Interstitial_640x480_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/21804713356/universitybusiness/Interstitial_640x480_0" name="google_ads_iframe_/21804713356/universitybusiness/Interstitial_640x480_0" title="3rd party ad content" width="640" height="480" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" aria-label="Advertisement" tabindex="0" allow="private-state-token-redemption;attribution-reporting" data-load-complete="true" data-google-container-id="4" style="border: 0px; vertical-align: bottom;"></iframe></div></div>\n</div><script>( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {if( advads.get_cookie( "advanced_ads_ad_impressions_615_timeout" ) ) {if( advads.get_cookie( "advanced_ads_ad_impressions_615" ) ) {var advanced_ads_ad_impressions_615 = parseInt( advads.get_cookie( "advanced_ads_ad_impressions_615" ) ) + 1;} else { var advanced_ads_ad_impressions_615 = 1; }} else {var advanced_ads_ad_impressions_615 = 1;advads.set_cookie_sec("advanced_ads_ad_impressions_615_timeout", "true", 3600 );}advads.set_cookie_sec("advanced_ads_ad_impressions_615", advanced_ads_ad_impressions_615, 3600 );});</script><script>( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {advads_items.close_functions[ \'distr-542871840\' ] = function() {advads.close( \'#distr-542871840\' ); if ( can_remove_background ( \'distr-542871840\' ) ) { jQuery( ".advads-background" ).remove(); }; };jQuery( \'#distr-542871840\' ).on( \'click\', \'.distr-close-button\', function() { var close_function = advads_items.close_functions[ \'distr-542871840\' ];if ( typeof close_function === \'function\' ) {close_function(); }});});</script></div><div class="distr-ub-footer-sticky-ad-728x90 distr-sticky distr-target" style="margin-left: auto; margin-right: auto; text-align: center; margin-top: 10px; position: fixed; bottom: 0px; left: 0px; right: 0px; background-color: rgb(212, 211, 211); z-index: 10000; display: block; width: auto;" id="distr-1193483614" data-distr-trackid="601" data-distr-trackbid="1"><script async="async" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>\n<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];</script>\n<div id="gpt-ad-3704943332321-0" data-google-query-id="COTn6f-yoIoDFfCMywEdOWMcFw">\n \n<div id="google_ads_iframe_/21804713356/universitybusiness/Footer_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/21804713356/universitybusiness/Footer_0" name="google_ads_iframe_/21804713356/universitybusiness/Footer_0" title="3rd party ad content" width="300" height="50" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" aria-label="Advertisement" tabindex="0" allow="private-state-token-redemption;attribution-reporting" data-load-complete="true" data-google-container-id="3" style="border: 0px; vertical-align: bottom;"></iframe></div></div>\n</div><script>( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {var wrapper_id = "#distr-1193483614"; var $wrapper = jQuery( wrapper_id );advads.move( wrapper_id, "", { });window.advanced_ads_sticky_items = window.advanced_ads_sticky_items || {};advanced_ads_sticky_items[ "distr-1193483614" ] = { "can_convert_to_abs": "1", "initial_css": $wrapper.attr( "style" ), "modifying_func": function() { $wrapper.css({ textAlign: "center", display: "block", width: "auto" });}};\nif ( advads.wait_for_images ) { \n var sticky_wait_for_images_time = new Date().getTime();\n $wrapper.data( "sticky_wait_for_images_time", sticky_wait_for_images_time );\n advads.wait_for_images( $wrapper, function() {\n // At the moment when this function is called, it is possible that \n // the placement has been updated using "Reload ads on resize" feature of Responsive add-on \n if ( $wrapper.data( "sticky_wait_for_images_time" ) === sticky_wait_for_images_time ) {\n advanced_ads_sticky_items[ "distr-1193483614" ]["modifying_func"]();\n } \n } );\n} else { \n advanced_ads_sticky_items[ "distr-1193483614" ]["modifying_func"]();\n};\n});</script>\n\n <!--\n\n Theme: Newspaper by tagDiv.com 2022\n Version: 11.5.1 (rara)\n Deploy mode: deploy\n \n uid: 6759e0e60c7b5\n -->\n\n \n<!-- Custom css from theme panel -->\n<style type="text/css" media="screen">\n/* custom css theme panel */\n/* Hide error message blank image */\nbody img[onerror^="console.log"] {\n display: none !important;\n}\n\n.table td {\n border: 0 px solid #white!important;\n\n}\n\n/* Styles Title Block Border for Header Block 10 */\n.td_block_template_10 .td-block-title:before {\n height: 1px!important;\n background-color:#000!important\n \n}\n\n\n/* Footer Active link */\n.footer_menu .current-menu-item > a {\n color: #4db2ec!important;\n}\n\n \n /* Authors / Byline to display in 2 rows */\n.metainfobreak .td-editor-date .td-author-date .td-post-author-name {\n display: block; }\n\n/* Removes \\"-\\"\\" after Authors Name */\n.td-post-author-name span { \n display: none!important; }\n\n\n/*Search Tool to display better \n.tdi_39 .tdb-search-form {\n border-width: 2px!important;\n border-color: red!important; }*/\n/*Adjust Caption Spacing for images in post */\n.wp-caption-text, .wp-caption-dd {\n margin: 6px 0 0 0!important;\n line-height: 12px;\n\n}\n\n/* Styles Title Block Border for Header Block 10 */\n.td_block_template_10 .td-block-title:before {\n height: 1px!important; }\n\n/* Styles Background Color for Sponsored Articles\n.td_module_flex_3 .td-module-meta-info, .td_module_flex_4 .td-module-meta-info\n{ background-color: #fafafa!important; } */\n\n/* Styles Default Right Rail Latest Articles */\n.default-side-widget .td_block_template_10 .td-block-title {\n font-size: 17px!important;\n font-weight: 500!important;\n margin-top: -10px;\n margin-bottom: 24px;\n line-height: 1.3!important;\n padding: 0;\n position: relative;\n text-align: left;\n}\n\n.default-side-widget .entry-thumb {\n display: none!important;\n}\n\n\n.default-side-widget .td_module_7 .entry-title {\n font-family: Cabin;\n font-size: 17px!important;\n font-weight: 500!important;\n line-height: 1.3!important;\n}\n\n\n/*----Homepage Whitepaper Section Boxes ----*/\n.sponsorwhitepaper .td-module-container {\n min-height: 250px!important;}\n\n\n/*----Webinar Category page ----*/\n.category-web-seminars .tdi_86 .td-module-container {\n flex-direction: column;\n padding: 15px 15px 15px 15px;\n border-width: 1px;\n border-style: solid;\n border-color: #000;\n border-color: #cccccc;\n min-height: 420px!important;\n}\n\n/*ACF Subtitle text */\n.acfpostsubtitle {\nfont-size: 16px;\nfont-style: italic;\nfont-weight: 300;\nline-height: 24px;\ncolor: #747474;\nfont-family: Cabin !important;\nfont-weight: 400 !important;\n}\n\n/*----Solution Showcase Anchor Text link ----*/\n.ps-title a { \n font-weight: normal!important;\n text-decoration: underline!important;\n}\n\n.page-id-517 table td\n{\nborder: 0;\n}\n\n.box, .page-content .box {\n font-size: 16px;\n font-size: 1rem;\n line-height: 26px;\n line-height: 1.625rem;\n color: #666;\n border-left: solid 1px #888;\n border-right: solid 1px #888;\n margin: 20px 0 20px 20px;\n padding: 0 20px;\n float: right;\n width: 50%; }\n \n @media (max-width: 1019px) {\n.box, .page-content .box {\n border: 0px;\n width: 100%;\n margin: 20px 0px;\n float: none; } }\n \n \n/*Custom IT IP Form */\n\n.page-id-14550 .td-page-title {\n display: none;\n}\n</style>\n\n<link rel="stylesheet" id="soliloquy-style-css-css" href="https://universitybusiness.com/wp-content/plugins/soliloquy/assets/css/soliloquy.css?ver=2.5.9" type="text/css" media="all">\n<script type="text/javascript" id="advanced-ads-pro/cache_busting-js-extra">\n/* <![CDATA[ */\nvar advanced_ads_pro_ajax_object = {"ajax_url":"https:\\/\\/universitybusiness.com\\/wp-admin\\/admin-ajax.php","lazy_load_module_enabled":"1","lazy_load":{"default_offset":200,"offsets":[]},"moveintohidden":"","wp_timezone_offset":"-18000","the_id":"19038","is_singular":"1"};\nvar advanced_ads_responsive = {"reload_on_resize":"1"};\n/* ]]> */\n</script>\n<script type="text/javascript" id="advanced-ads-pro/cache_busting-js-before">\n/* <![CDATA[ */\ndocument.addEventListener( \'advads_ajax_ad_select\', function(ev){ ev.detail.gam = {"conditionals":{"is_archive":false,"is_category":false,"is_front_page":false,"is_home":false,"is_post_type_archive":false,"is_single":true,"is_singular":true},"vars":{"query_obj":[],"user_id":0,"post_id":19038,"categories":["briefings","enrollment","international-students","rankings"],"term":["briefings","enrollment","international-students","rankings"],"terms":["briefings","enrollment","international-students","rankings","amherst-college","columbia-university","dartmouth-university","duke-university","enrollment","fees","financial-aid","haverford-college","income-bassed","international-students","massachusetts","merit-based","sticker-price","tuition","u-s-news-world-report","undergraduate-students","washington-and-lee-university","wellesley-college","wesleyan-university","adonadel"],"post_type":"post","page_slug":"these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students","page_id":19038}}; } );\n/* ]]> */\n</script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-content/plugins/advanced-ads-pro/assets/js/base.min.js?ver=2.28.0" id="advanced-ads-pro/cache_busting-js"></script>\n<script type="text/javascript" id="advanced-ads-layer-footer-js-js-extra">\n/* <![CDATA[ */\nvar advanced_ads_layer_settings = {"layer_class":"distr-layer","placements":["ub-interstitial_640x480"]};\n/* ]]> */\n</script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-content/plugins/advanced-ads-layer/public/assets/js/layer.js?ver=1.7.9" id="advanced-ads-layer-footer-js-js"></script><div class="ad_unit ad-unit text-ad text_ad pub_300x250" style="width: 1px !important; height: 1px !important; position: absolute !important; left: 0px !important; top: 0px !important; overflow: hidden !important;"> </div>\n<script type="text/javascript" id="advanced-ads-sticky-footer-js-js-extra">\n/* <![CDATA[ */\nvar advanced_ads_sticky_settings = {"check_position_fixed":"","sticky_class":"distr-sticky","placements":["ub-footer-sticky-ad-728x90"]};\n/* ]]> */\n</script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-content/plugins/advanced-ads-sticky-ads/public/assets/js/sticky.js?ver=1.8.6" id="advanced-ads-sticky-footer-js-js"></script>\n<script type="text/javascript" id="advanced-ads-pro/front-js-extra">\n/* <![CDATA[ */\nvar advanced_ads_cookies = {"cookie_path":"\\/","cookie_domain":""};\nvar advadsCfpInfo = {"cfpExpHours":"3","cfpClickLimit":"3","cfpBan":"7","cfpPath":"","cfpDomain":""};\n/* ]]> */\n</script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-content/plugins/advanced-ads-pro/assets/js/advanced-ads-pro.min.js?ver=2.28.0" id="advanced-ads-pro/front-js"></script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js"></script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload.min.js?ver=4173294bcf58591c4439ff8ccd792f1ex" id="tdb_js_posts_autoload-js"></script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=11.5.1" id="td-site-min-js"></script>\n<script type="text/javascript" id="advadsTrackingScript-js-extra">\n/* <![CDATA[ */\nvar advadsTracking = {"impressionActionName":"aatrack-records","clickActionName":"aatrack-click","targetClass":"distr-target","blogId":"1","frontendPrefix":"distr-"};\n/* ]]> */\n</script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-content/plugins/advanced-ads-tracking/public/assets/js/dist/tracking.min.js?ver=2.8.1" id="advadsTrackingScript-js"></script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-content/plugins/advanced-ads-tracking/public/assets/js/dist/delayed.min.js?ver=2.8.1" id="advadsTrackingDelayed-js"></script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js?ver=4173294bcf58591c4439ff8ccd792f1ex" id="tdb_js_files_for_front-js"></script>\n<script type="text/javascript" id="soliloquy-script-js-extra">\n/* <![CDATA[ */\nvar soliloquy_ajax = {"ajax":"https:\\/\\/universitybusiness.com\\/wp-admin\\/admin-ajax.php","ajax_nonce":"dcc757869d"};\n/* ]]> */\n</script>\n<script type="text/javascript" src="https://universitybusiness.com/wp-content/plugins/soliloquy/assets/js/min/soliloquy-min.js?ver=2.5.9" id="soliloquy-script-js"></script>\n<script>window.advads_admin_bar_items = [{"title":"UB GAM: Box_Sidebar","type":"ad"},{"title":"UB GAM: House_300x100","type":"ad"},{"title":"UB Footer Sticky Ad 728x90","type":"placement"},{"title":"UB GAM: Footer","type":"ad"}];</script><script>window.advads_passive_placements = {"ub-leader-board-ros_1":{"elementid":["distr-42422adf05b63ed1ad2e0642cb6687d5"],"ads":{"584":{"id":584,"title":"UB GAM: Leaderboard","expiry_date":0,"visitors":[{"type":"device_width","operator":"is_higher","value":"768","connector":"and"}],"content":"<div class=\\"distr-ub-leader-board-ros distr-target\\" style=\\"margin-bottom: -54px; \\" id=\\"distr-1016177044\\" data-distr-trackid=\\"584\\" data-distr-trackbid=\\"1\\"><script async=\\"async\\" src=\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\"><\\/script>\\n<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];<\\/script>\\n<div id=\\"gpt-ad-1114808260653-0\\">\\n <script>\\n\\tgoogletag.cmd.push(function() {\\n\\t\\tvar mapping = googletag.sizeMapping().\\naddSize([0, 0], [[728, 90], [970, 90]]).\\nbuild();\\n\\t\\tgoogletag.defineSlot( \'\\/21804713356\\/universitybusiness\\/Leaderboard\', [[728,90],[970,250],[970,90]], \'gpt-ad-1114808260653-0\' )\\n\\t\\t.addService(googletag.pubads()).defineSizeMapping(mapping).setCollapseEmptyDiv(true);\\n\\t\\t\\t\\twindow.advadsGamEmptySlotsTimers = window.advadsGamEmptySlotsTimers || {};\\n\\t\\tconst timers = window.advadsGamEmptySlotsTimers;\\n\\n\\t\\ttimers[\'gpt-ad-1114808260653-0\'] = setTimeout( function () {\\n\\t\\t\\tconst id = \'gpt-ad-1114808260653-0\';\\n\\t\\t\\tdocument.dispatchEvent( new CustomEvent( \'aagam_empty_slot\', {detail: id} ) );\\n\\t\\t\\tdelete ( timers[id] );\\n\\t\\t}, 1000 );\\n\\n\\t\\tif ( typeof window.advadsGamHasEmptySlotListener === \'undefined\' ) {\\n\\t\\t\\tgoogletag.pubads().addEventListener( \'slotRequested\', function ( ev ) {\\n\\t\\t\\t\\tconst id = ev.slot.getSlotElementId();\\n\\t\\t\\t\\tif ( typeof timers[id] === \'undefined\' ) {\\n\\t\\t\\t\\t\\treturn;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tclearTimeout( timers[id] );\\n\\t\\t\\t\\ttimers[id] = setTimeout( function () {\\n\\t\\t\\t\\t\\tdocument.dispatchEvent( new CustomEvent( \'aagam_empty_slot\', {detail: id} ) );\\n\\t\\t\\t\\t\\tdelete ( timers[id] );\\n\\t\\t\\t\\t}, 2500 );\\n\\t\\t\\t} );\\n\\t\\t\\tgoogletag.pubads().addEventListener( \'slotResponseReceived\', function ( ev ) {\\n\\t\\t\\t\\tconst id = ev.slot.getSlotElementId();\\n\\t\\t\\t\\tif ( typeof timers[id] !== \'undefined\' ) {\\n\\t\\t\\t\\t\\tclearTimeout( timers[id] );\\n\\t\\t\\t\\t\\tdelete ( timers[id] );\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif ( ! ev.slot.getResponseInformation() ) {\\n\\t\\t\\t\\t\\tdocument.dispatchEvent( new CustomEvent( \'aagam_empty_slot\', {detail: id} ) );\\n\\t\\t\\t\\t}\\n\\t\\t\\t} );\\n\\t\\t\\twindow.advadsGamHasEmptySlotListener = true;\\n\\t\\t}\\n\\n\\t\\tgoogletag.enableServices();\\n\\t\\tgoogletag.display( \'gpt-ad-1114808260653-0\' );\\n\\t} );\\n <\\/script>\\n<\\/div>\\n<\\/div>","once_per_page":0,"debugmode":false,"blog_id":1,"type":"gam","position":"none","tracking_enabled":true,"privacy":{"ignore":false,"needs_consent":false}}},"type":"ad","id":584,"placement_info":{"type":"default","name":"UB Leader Board ROS","item":"ad_584","options":{"placement_position":"","lazy_load":"enabled"},"id":"ub-leader-board-ros"},"test_id":null,"inject_before":[""]},"ub-leader-board-mobile-ros_3":{"elementid":["distr-3038e853a01dbcf9c5da7fbe3ee1ac5e"],"ads":{"607":{"id":607,"title":"UB GAM: Leader Mobile","expiry_date":0,"visitors":[{"type":"device_width","operator":"is_lower","value":"767","connector":"and"}],"content":"<div class=\\"distr-ub-leader-board-mobile-ros distr-target\\" id=\\"distr-2090029329\\" data-distr-trackid=\\"607\\" data-distr-trackbid=\\"1\\"><script async=\\"async\\" src=\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\"><\\/script>\\n<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];<\\/script>\\n<div id=\\"gpt-ad-1271211568338-0\\">\\n <script>\\n\\tgoogletag.cmd.push(function() {\\n\\t\\t\\t\\tgoogletag.defineSlot( \'\\/21804713356\\/universitybusiness\\/Leader_Mobile\', [300,50], \'gpt-ad-1271211568338-0\' )\\n\\t\\t.addService(googletag.pubads()).setCollapseEmptyDiv(true);\\n\\t\\t\\t\\twindow.advadsGamEmptySlotsTimers = window.advadsGamEmptySlotsTimers || {};\\n\\t\\tconst timers = window.advadsGamEmptySlotsTimers;\\n\\n\\t\\ttimers[\'gpt-ad-1271211568338-0\'] = setTimeout( function () {\\n\\t\\t\\tconst id = \'gpt-ad-1271211568338-0\';\\n\\t\\t\\tdocument.dispatchEvent( new CustomEvent( \'aagam_empty_slot\', {detail: id} ) );\\n\\t\\t\\tdelete ( timers[id] );\\n\\t\\t}, 1000 );\\n\\n\\t\\tif ( typeof window.advadsGamHasEmptySlotListener === \'undefined\' ) {\\n\\t\\t\\tgoogletag.pubads().addEventListener( \'slotRequested\', function ( ev ) {\\n\\t\\t\\t\\tconst id = ev.slot.getSlotElementId();\\n\\t\\t\\t\\tif ( typeof timers[id] === \'undefined\' ) {\\n\\t\\t\\t\\t\\treturn;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tclearTimeout( timers[id] );\\n\\t\\t\\t\\ttimers[id] = setTimeout( function () {\\n\\t\\t\\t\\t\\tdocument.dispatchEvent( new CustomEvent( \'aagam_empty_slot\', {detail: id} ) );\\n\\t\\t\\t\\t\\tdelete ( timers[id] );\\n\\t\\t\\t\\t}, 2500 );\\n\\t\\t\\t} );\\n\\t\\t\\tgoogletag.pubads().addEventListener( \'slotResponseReceived\', function ( ev ) {\\n\\t\\t\\t\\tconst id = ev.slot.getSlotElementId();\\n\\t\\t\\t\\tif ( typeof timers[id] !== \'undefined\' ) {\\n\\t\\t\\t\\t\\tclearTimeout( timers[id] );\\n\\t\\t\\t\\t\\tdelete ( timers[id] );\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif ( ! ev.slot.getResponseInformation() ) {\\n\\t\\t\\t\\t\\tdocument.dispatchEvent( new CustomEvent( \'aagam_empty_slot\', {detail: id} ) );\\n\\t\\t\\t\\t}\\n\\t\\t\\t} );\\n\\t\\t\\twindow.advadsGamHasEmptySlotListener = true;\\n\\t\\t}\\n\\n\\t\\tgoogletag.enableServices();\\n\\t\\tgoogletag.display( \'gpt-ad-1271211568338-0\' );\\n\\t} );\\n <\\/script>\\n<\\/div>\\n<\\/div>","once_per_page":0,"debugmode":false,"blog_id":1,"type":"gam","position":"","tracking_enabled":true,"privacy":{"ignore":false,"needs_consent":false}}},"type":"ad","id":607,"placement_info":{"type":"default","name":"UB Leader Board Mobile ROS","item":"ad_607","options":{"placement_position":"","lazy_load":"enabled"},"id":"ub-leader-board-mobile-ros"},"test_id":null,"inject_before":[""]},"gam-box_inline-post_5":{"elementid":["distr-126947f9c7f62930de1aad110806d2aa"],"ads":{"599":{"id":599,"title":"UB GAM: Box_Inline","expiry_date":0,"visitors":[],"content":"<div class=\\"distr-gam-box_inline-post distr-target\\" style=\\"float: left; margin-top: 10px; margin-right: 30px; margin-bottom: 10px; \\" id=\\"distr-2076757694\\" data-distr-trackid=\\"599\\" data-distr-trackbid=\\"1\\"><script async=\\"async\\" src=\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\"><\\/script>\\n<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];<\\/script>\\n<div id=\\"gpt-ad-6667447633410-0\\">\\n <script>\\n\\tgoogletag.cmd.push(function() {\\n\\t\\t\\t\\tgoogletag.defineSlot( \'\\/21804713356\\/universitybusiness\\/Box_Inline\', [300,250], \'gpt-ad-6667447633410-0\' )\\n\\t\\t.addService(googletag.pubads()).setCollapseEmptyDiv(true);\\n\\t\\t\\t\\twindow.advadsGamEmptySlotsTimers = window.advadsGamEmptySlotsTimers || {};\\n\\t\\tconst timers = window.advadsGamEmptySlotsTimers;\\n\\n\\t\\ttimers[\'gpt-ad-6667447633410-0\'] = setTimeout( function () {\\n\\t\\t\\tconst id = \'gpt-ad-6667447633410-0\';\\n\\t\\t\\tdocument.dispatchEvent( new CustomEvent( \'aagam_empty_slot\', {detail: id} ) );\\n\\t\\t\\tdelete ( timers[id] );\\n\\t\\t}, 1000 );\\n\\n\\t\\tif ( typeof window.advadsGamHasEmptySlotListener === \'undefined\' ) {\\n\\t\\t\\tgoogletag.pubads().addEventListener( \'slotRequested\', function ( ev ) {\\n\\t\\t\\t\\tconst id = ev.slot.getSlotElementId();\\n\\t\\t\\t\\tif ( typeof timers[id] === \'undefined\' ) {\\n\\t\\t\\t\\t\\treturn;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tclearTimeout( timers[id] );\\n\\t\\t\\t\\ttimers[id] = setTimeout( function () {\\n\\t\\t\\t\\t\\tdocument.dispatchEvent( new CustomEvent( \'aagam_empty_slot\', {detail: id} ) );\\n\\t\\t\\t\\t\\tdelete ( timers[id] );\\n\\t\\t\\t\\t}, 2500 );\\n\\t\\t\\t} );\\n\\t\\t\\tgoogletag.pubads().addEventListener( \'slotResponseReceived\', function ( ev ) {\\n\\t\\t\\t\\tconst id = ev.slot.getSlotElementId();\\n\\t\\t\\t\\tif ( typeof timers[id] !== \'undefined\' ) {\\n\\t\\t\\t\\t\\tclearTimeout( timers[id] );\\n\\t\\t\\t\\t\\tdelete ( timers[id] );\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif ( ! ev.slot.getResponseInformation() ) {\\n\\t\\t\\t\\t\\tdocument.dispatchEvent( new CustomEvent( \'aagam_empty_slot\', {detail: id} ) );\\n\\t\\t\\t\\t}\\n\\t\\t\\t} );\\n\\t\\t\\twindow.advadsGamHasEmptySlotListener = true;\\n\\t\\t}\\n\\n\\t\\tgoogletag.enableServices();\\n\\t\\tgoogletag.display( \'gpt-ad-6667447633410-0\' );\\n\\t} );\\n <\\/script>\\n<\\/div>\\n<\\/div>","once_per_page":0,"debugmode":false,"blog_id":1,"type":"gam","position":"left","tracking_enabled":true,"privacy":{"ignore":false,"needs_consent":false}}},"type":"ad","id":599,"placement_info":{"type":"post_content","name":"GAM Box_Inline Post","item":"ad_599","options":{"placement_position":"left","lazy_load":"enabled"},"key":"gam-box_inline-post","id":"gam-box_inline-post"},"test_id":null,"inject_before":[""]},"ub-interstitial_640x480_7":{"elementid":["distr-c302c81f4bf187e52918e0eb433a0810"],"ads":{"615":{"id":615,"title":"UB GAM Interstitial 640x480 New","expiry_date":0,"visitors":[{"type":"ad_impressions","value":"1","timeout":"3600"}],"content":"<div class=\\"distr-ub-interstitial_640x480 distr-target distr-layer distr-layer-onload advads-has-background advads-close is-sticky\\" id=\\"distr-542871840\\" data-distr-trackid=\\"615\\" data-distr-trackbid=\\"1\\" data-auto-close-delay=\\"10000\\" data-position=\\"center\\" style=\\"display: none; z-index: 9999; position: fixed; margin-left: -0px; margin-bottom: -0px; bottom: 50%; left: 50%; \\"><span class=\\"distr-close-button\\" title=\\"close\\" style=\\"width: 15px; height: 15px; background: #fff; position: relative; line-height: 15px; text-align: center; cursor: pointer; z-index: 10000; right:0;float: right; margin-left: -15px;\\">\\u00d7<\\/span><script async=\\"async\\" src=\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\"><\\/script>\\n<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];<\\/script>\\n<div id=\\"gpt-ad-2867689783882-0\\">\\n <script>\\n\\tgoogletag.cmd.push(function() {\\n\\t\\tvar mapping = googletag.sizeMapping().\\naddSize([639, 0], [640, 480]).\\naddSize([1, 0], [300, 250]).\\naddSize([0, 0], []).\\nbuild();\\n\\t\\tgoogletag.defineSlot( \'\\/21804713356\\/universitybusiness\\/Interstitial_640x480\', [[300,250],[640,480]], \'gpt-ad-2867689783882-0\' )\\n\\t\\t.addService(googletag.pubads()).defineSizeMapping(mapping).setCollapseEmptyDiv(true);\\n\\t\\t\\t\\twindow.advadsGamEmptySlotsTimers = window.advadsGamEmptySlotsTimers || {};\\n\\t\\tconst timers = window.advadsGamEmptySlotsTimers;\\n\\n\\t\\ttimers[\'gpt-ad-2867689783882-0\'] = setTimeout( function () {\\n\\t\\t\\tconst id = \'gpt-ad-2867689783882-0\';\\n\\t\\t\\tdocument.dispatchEvent( new CustomEvent( \'aagam_empty_slot\', {detail: id} ) );\\n\\t\\t\\tdelete ( timers[id] );\\n\\t\\t}, 1000 );\\n\\n\\t\\tif ( typeof window.advadsGamHasEmptySlotListener === \'undefined\' ) {\\n\\t\\t\\tgoogletag.pubads().addEventListener( \'slotRequested\', function ( ev ) {\\n\\t\\t\\t\\tconst id = ev.slot.getSlotElementId();\\n\\t\\t\\t\\tif ( typeof timers[id] === \'undefined\' ) {\\n\\t\\t\\t\\t\\treturn;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tclearTimeout( timers[id] );\\n\\t\\t\\t\\ttimers[id] = setTimeout( function () {\\n\\t\\t\\t\\t\\tdocument.dispatchEvent( new CustomEvent( \'aagam_empty_slot\', {detail: id} ) );\\n\\t\\t\\t\\t\\tdelete ( timers[id] );\\n\\t\\t\\t\\t}, 2500 );\\n\\t\\t\\t} );\\n\\t\\t\\tgoogletag.pubads().addEventListener( \'slotResponseReceived\', function ( ev ) {\\n\\t\\t\\t\\tconst id = ev.slot.getSlotElementId();\\n\\t\\t\\t\\tif ( typeof timers[id] !== \'undefined\' ) {\\n\\t\\t\\t\\t\\tclearTimeout( timers[id] );\\n\\t\\t\\t\\t\\tdelete ( timers[id] );\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif ( ! ev.slot.getResponseInformation() ) {\\n\\t\\t\\t\\t\\tdocument.dispatchEvent( new CustomEvent( \'aagam_empty_slot\', {detail: id} ) );\\n\\t\\t\\t\\t}\\n\\t\\t\\t} );\\n\\t\\t\\twindow.advadsGamHasEmptySlotListener = true;\\n\\t\\t}\\n\\n\\t\\tgoogletag.enableServices();\\n\\t\\tgoogletag.display( \'gpt-ad-2867689783882-0\' );\\n\\t} );\\n <\\/script>\\n<\\/div>\\n<\\/div><script>( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {if( advads.get_cookie( \\"advanced_ads_ad_impressions_615_timeout\\" ) ) {if( advads.get_cookie( \\"advanced_ads_ad_impressions_615\\" ) ) {var advanced_ads_ad_impressions_615 = parseInt( advads.get_cookie( \\"advanced_ads_ad_impressions_615\\" ) ) + 1;} else { var advanced_ads_ad_impressions_615 = 1; }} else {var advanced_ads_ad_impressions_615 = 1;advads.set_cookie_sec(\\"advanced_ads_ad_impressions_615_timeout\\", \\"true\\", 3600 );}advads.set_cookie_sec(\\"advanced_ads_ad_impressions_615\\", advanced_ads_ad_impressions_615, 3600 );});<\\/script><script>( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {advads_items.close_functions[ \'distr-542871840\' ] = function() {advads.close( \'#distr-542871840\' ); if ( can_remove_background ( \'distr-542871840\' ) ) { jQuery( \\".advads-background\\" ).remove(); }; };jQuery( \'#distr-542871840\' ).on( \'click\', \'.distr-close-button\', function() { var close_function = advads_items.close_functions[ \'distr-542871840\' ];if ( typeof close_function === \'function\' ) {close_function(); }});});<\\/script>","once_per_page":0,"debugmode":false,"blog_id":1,"type":"gam","position":"none","tracking_enabled":true,"privacy":{"ignore":false,"needs_consent":false}}},"type":"ad","id":615,"placement_info":{"type":"layer","name":"UB Interstitial_640x480","item":"ad_615","options":{"layer_placement":{"trigger":"","offset":"0","delay_sec":"0","effect":"show","duration":"0","background":"1","auto_close":{"trigger":"timeout","delay":"10"},"close":{"enabled":"1","where":"inside","side":"right","timeout":"0"},"sticky":{"assistant":"center","position":{"width":"0","height":"0"}}}},"id":"ub-interstitial_640x480"},"test_id":null,"inject_before":[""]}};\nwindow.advads_has_ads = [["600","ad","UB GAM: Box_Sidebar","off"],["603","ad","UB GAM: House_300x100","off"],["601","ad","UB GAM: Footer","off"]];\n( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {if ( !window.advanced_ads_pro ) {console.log("Advanced Ads Pro: cache-busting can not be initialized");} });</script><script type="text/javascript">\n_linkedin_partner_id = "4387356";\nwindow._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];\nwindow._linkedin_data_partner_ids.push(_linkedin_partner_id);\n</script><script type="text/javascript">\n(function(l) {\nif (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])};\nwindow.lintrk.q=[]}\nvar s = document.getElementsByTagName("script")[0];\nvar b = document.createElement("script");\nb.type = "text/javascript";b.async = true;\nb.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";\ns.parentNode.insertBefore(b, s);})(window.lintrk);\n</script>\n<noscript>\n<img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=4387356&fmt=gif" />\n</noscript>\n<script>!function(){window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[],advanced_ads_ready_queue.push=window.advanced_ads_ready;for(var d=0,a=advanced_ads_ready_queue.length;d<a;d++)advanced_ads_ready(advanced_ads_ready_queue[d])}();</script>\n<!-- JS generated by theme -->\n\n<script>\n \n\n \n jQuery().ready(function () {\n\n var blockClass = \'.tdi_27\';\n\n jQuery(blockClass + \'.tdb-horiz-menu-singleline > .menu-item-has-children a\').click(function (e) {\n e.preventDefault();\n })\n\n });\n \n \n\n \n jQuery().ready(function () {\n\n var tdbSearchItem = new tdbSearch.item();\n\n //block unique ID\n tdbSearchItem.blockUid = \'tdi_44\';\n tdbSearchItem.blockAtts = \'{"results_msg_align":"content-horiz-center","image_floated":"float_left","image_size":"td_300x0","show_btn":"none","show_date":"","show_review":"none","show_com":"none","show_excerpt":"none","show_author":"none","meta_padding":"0 0 0 16px","all_modules_space":"eyJhbGwiOiIxMHB4IiwibGFuZHNjYXBlIjoiMTBweCIsInBvcnRyYWl0IjoiMTBweCJ9","form_padding":"eyJsYW5kc2NhcGUiOiIyMHB4IiwicG9ydHJhaXQiOiIyMHB4In0=","form_border":"0","form_align":"content-horiz-right","results_padding":"eyJhbGwiOiIwIDMwcHggMzBweCIsImxhbmRzY2FwZSI6IjAgMjBweCAyMHB4ICIsInBvcnRyYWl0IjoiMCAyMHB4IDIwcHgifQ==","results_border":"0 0 1px 0","results_msg_padding":"eyJhbGwiOiIxMHB4IDAiLCJsYW5kc2NhcGUiOiI2cHggMCIsInBvcnRyYWl0IjoiNHB4IDAifQ==","modules_divider":"","modules_divider_color":"rgba(127,127,127,0.1)","h_effect":"","image_height":"50","meta_info_horiz":"content-horiz-left","meta_info_align":"","results_msg_color":"#0b2d72","f_title_font_size":"eyJsYW5kc2NhcGUiOiIxNCIsInBvcnRyYWl0IjoiMTIifQ==","f_title_font_weight":"","modules_category":"above","mc1_el":"16","btn_tdicon":"tdc-font-tdmp tdc-font-tdmp-arrow-cut-right","btn_icon_size":"12","btn_padding":"eyJhbGwiOiI4cHggOHB4IiwicG9ydHJhaXQiOiI2cHggMTZweCJ9","btn_icon_space":"10","input_border_color":"rgba(0,0,0,0.05)","btn_shadow_shadow_color":"rgba(0,0,0,0.39)","btn_icon_pos":"after","inline":"yes","input_padding":"0","title_txt_hover":"#0b2d72","form_width":"eyJhbGwiOiI0MDAiLCJwb3J0cmFpdCI6IjUwMCJ9","f_input_font_family":"947","f_placeholder_font_family":"947","f_title_font_family":"947","f_title_font_transform":"","cat_txt_hover":"#000000","tdicon":"td-icon-magnifier-big-rounded","icon_color_h":"#0b2d72","arrow_color":"#d6d6d6","ex_txt":"#a5a5a5","mc1_tl":"16","toggle_txt_pos":"","toggle_txt_color":"#000000","icon_padding":"eyJhbGwiOiIyLjQiLCJwb3J0cmFpdCI6IjMuMSIsImxhbmRzY2FwZSI6IjMuMSJ9","btn_bg_h":"eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiIjMTEwMDIxIiwiY29sb3IyIjoiIzA2MjYzYSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiLTMwIiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoLTMwZGVnLCMwNjI2M2EsIzExMDAyMSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KC0zMGRlZywjMDYyNjNhLCMxMTAwMjEpOyIsImNzc1BhcmFtcyI6Ii0zMGRlZywjMDYyNjNhLCMxMTAwMjEifQ==","form_shadow_shadow_size":"2","form_shadow_shadow_offset_vertical":"0","form_shadow_shadow_color":"rgba(0,0,0,0.11)","f_meta_font_weight":"","f_meta_font_family":"582","modules_category_padding":"3px 4px 2px","input_placeholder":"type here...","input_border":"0 0 2px 0","f_results_msg_font_family":"947","f_results_msg_font_transform":"","f_results_msg_font_weight":"","f_results_msg_font_style":"normal","f_placeholder_font_weight":"","f_input_font_weight":"","placeholder_opacity":"0.01","icon_size":"eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTYiLCJsYW5kc2NhcGUiOiIxNiJ9","float_block":"yes","title_txt":"#051d2d","cat_bg":"#0b2d72","f_ex_font_family":"","f_meta_font_size":"eyJwb3J0cmFpdCI6IjEyIn0=","art_title":"0 0 2px","tdc_css":"eyJwb3J0cmFpdCI6eyJtYXJnaW4tdG9wIjoiMSIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwiYWxsIjp7Im1hcmdpbi10b3AiOiIxIiwiZGlzcGxheSI6IiJ9fQ==","icon_color":"#000000","show_form":"yes","form_offset":"1","btn_bg":"#0b2d72","modules_on_row":"","results_msg_color_h":"#0b2d72","author_txt":"#000000","author_txt_hover":"#000000","f_meta_font_line_height":"1","f_meta_font_style":"italic","f_cat_font_family":"582","f_cat_font_weight":"","f_cat_font_transform":"uppercase","f_cat_font_spacing":"1","modules_category_margin":"0 0 7px 0","date_txt":"#000000","show_cat":"none","form_align_screen":"","image_width":"40","form_border_color":"#ebebeb","image_alignment":"40","block_type":"tdb_header_search","disable_trigger":"","show_results":"yes","separator":"","disable_live_search":"","exclude_pages":"","exclude_posts":"","toggle_txt":"","toggle_txt_align":"0","toggle_txt_space":"","toggle_horiz_align":"content-horiz-left","form_offset_left":"","form_content_width":"","placeholder_travel":"0","input_radius":"","btn_text":"Search","btn_icon_align":"0","btn_margin":"","btn_border":"","btn_radius":"","results_msg_border":"","mc1_title_tag":"","results_limit":"","modules_gap":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_width":"","meta_margin":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","art_btn":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_space":"","review_size":"2.5","review_distance":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","btn_title":"","btn_border_width":"","form_general_bg":"","toggle_txt_color_h":"","f_toggle_txt_font_header":"","f_toggle_txt_font_title":"Text","f_toggle_txt_font_settings":"","f_toggle_txt_font_family":"","f_toggle_txt_font_size":"","f_toggle_txt_font_line_height":"","f_toggle_txt_font_style":"","f_toggle_txt_font_weight":"","f_toggle_txt_font_transform":"","f_toggle_txt_font_spacing":"","f_toggle_txt_":"","form_bg":"","form_shadow_shadow_header":"","form_shadow_shadow_title":"Shadow","form_shadow_shadow_offset_horizontal":"","form_shadow_shadow_spread":"","input_color":"","placeholder_color":"","input_bg":"","input_shadow_shadow_header":"","input_shadow_shadow_title":"Input shadow","input_shadow_shadow_size":"","input_shadow_shadow_offset_horizontal":"","input_shadow_shadow_offset_vertical":"","input_shadow_shadow_spread":"","input_shadow_shadow_color":"","btn_color":"","btn_color_h":"","btn_icon_color":"","btn_icon_color_h":"","btn_border_color":"","btn_border_color_h":"","btn_shadow_shadow_header":"","btn_shadow_shadow_title":"Button shadow","btn_shadow_shadow_size":"","btn_shadow_shadow_offset_horizontal":"","btn_shadow_shadow_offset_vertical":"","btn_shadow_shadow_spread":"","f_input_font_header":"","f_input_font_title":"Input text","f_input_font_settings":"","f_input_font_size":"","f_input_font_line_height":"","f_input_font_style":"","f_input_font_transform":"","f_input_font_spacing":"","f_input_":"","f_placeholder_font_title":"Placeholder text","f_placeholder_font_settings":"","f_placeholder_font_size":"","f_placeholder_font_line_height":"","f_placeholder_font_style":"","f_placeholder_font_transform":"","f_placeholder_font_spacing":"","f_placeholder_":"","f_btn_font_title":"Button text","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","results_bg":"","results_border_color":"","results_msg_bg":"","results_msg_border_color":"","f_results_msg_font_header":"","f_results_msg_font_title":"Text","f_results_msg_font_settings":"","f_results_msg_font_size":"","f_results_msg_font_line_height":"","f_results_msg_font_spacing":"","f_results_msg_":"","m_bg":"","color_overlay":"","shadow_module_shadow_header":"","shadow_module_shadow_title":"Module Shadow","shadow_module_shadow_size":"","shadow_module_shadow_offset_horizontal":"","shadow_module_shadow_offset_vertical":"","shadow_module_shadow_spread":"","shadow_module_shadow_color":"","all_underline_height":"","all_underline_color":"#000","cat_bg_hover":"","cat_txt":"","cat_border":"","cat_border_hover":"","meta_bg":"","com_bg":"","com_txt":"","rev_txt":"","shadow_meta_shadow_header":"","shadow_meta_shadow_title":"Meta info shadow","shadow_meta_shadow_size":"","shadow_meta_shadow_offset_horizontal":"","shadow_meta_shadow_offset_vertical":"","shadow_meta_shadow_spread":"","shadow_meta_shadow_color":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border_hover":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_line_height":"","f_title_font_style":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","el_class":"","block_template_id":"","td_column_number":1,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","border_top":"","css":"","class":"tdi_44","tdc_css_class":"tdi_44","tdc_css_class_style":"tdi_44_rand_style"}\';\n tdbSearchItem.jqueryObj = jQuery(\'.tdi_44\');\n tdbSearchItem._openSearchFormClass = \'tdb-drop-down-search-open\';\n tdbSearchItem._resultsLimit = \'4\';\n\n \n\t \n \n tdbSearch.addItem( tdbSearchItem );\n\n });\n \n \n\n \n /* global jQuery:{} */\n jQuery().ready(function () {\n\n var tdbMenuItem = new tdbMenu.item();\n tdbMenuItem.blockUid = \'tdi_49\';\n tdbMenuItem.jqueryObj = jQuery(\'.tdi_49\');\n\n\t \n tdbMenuItem.isMegaMenuFull = true;\n\n\t \n\t \n\t \n tdbMenu.addItem(tdbMenuItem);\n\n });\n \n \n\n \n jQuery().ready(function () {\n\n var blockClass = \'.tdi_60\';\n\n jQuery(blockClass + \'.tdb-horiz-menu-singleline > .menu-item-has-children a\').click(function (e) {\n e.preventDefault();\n })\n\n });\n \n \n\n \n /* global jQuery:{} */\n jQuery().ready(function () {\n\n var tdbMenuItem = new tdbMenu.item();\n tdbMenuItem.blockUid = \'tdi_65\';\n tdbMenuItem.jqueryObj = jQuery(\'.tdi_65\');\n\n\t \n tdbMenuItem.isMegaMenuFull = true;\n\n\t \n\t \n\t \n tdbMenu.addItem(tdbMenuItem);\n\n });\n \n \n\n jQuery().ready(function jQuery_ready() {\n tdAjaxCount.tdGetViewsCountsAjax("post","[19038]");\n });\n \n</script>\n\n\t\t\t<script type="text/javascript">\n\t\t\t\tif ( typeof soliloquy_slider === \'undefined\' || false === soliloquy_slider ) {soliloquy_slider = {};}var soliloquy_width_16960 = jQuery(\'#soliloquy-container-16960\').width() < 960 ? 960 : jQuery(\'#soliloquy-container-16960\').width();jQuery(\'#soliloquy-container-16960\').css(\'height\', Math.round(soliloquy_width_16960/(960/500))).fadeTo(300, 1);jQuery(document).ready(function($){var soliloquy_container_16960 = $(\'#soliloquy-container-16960\'),soliloquy_16960 = $(\'#soliloquy-16960\'),soliloquy_holder_16960 = $(\'#soliloquy-16960\').find(\'.soliloquy-preload\');if ( 0 !== soliloquy_holder_16960.length ) {var soliloquy_src_attr = \'data-soliloquy-src\';soliloquy_holder_16960.each(function() {var soliloquy_src = $(this).attr(soliloquy_src_attr);if ( typeof soliloquy_src === \'undefined\' || false === soliloquy_src ) {return;}var soliloquy_image = new Image();soliloquy_image.src = soliloquy_src;$(this).attr(\'src\', soliloquy_src).removeAttr(soliloquy_src_attr);});}soliloquy_slider[\'16960\'] = soliloquy_16960.soliloquy({slideSelector: \'.soliloquy-item\',speed: 400,pause: 5000,auto: 1,keyboard: 1,useCSS: 1,startSlide: 0,autoHover: 0,autoDelay: 0,adaptiveHeight: 1,adaptiveHeightSpeed: 400,infiniteLoop: 1,mode: \'fade\',pager: 1,controls: 1,autoControls: 0,autoControlsCombine: 0,nextText: \'\',prevText: \'\',startText: \'\',stopText: \'\',onSliderLoad: function(currentIndex){soliloquy_container_16960.find(\'.soliloquy-active-slide\').removeClass(\'soliloquy-active-slide\').attr(\'aria-hidden\',\'true\');soliloquy_container_16960.css({\'height\':\'auto\',\'background-image\':\'none\'});if ( soliloquy_container_16960.find(\'.soliloquy-slider li\').length > 1 ) {soliloquy_container_16960.find(\'.soliloquy-controls\').fadeTo(300, 1);} else {soliloquy_container_16960.find(\'.soliloquy-controls\').addClass(\'soliloquy-hide\');}soliloquy_16960.find(\'.soliloquy-item:not(.soliloquy-clone):eq(\' + currentIndex + \')\').addClass(\'soliloquy-active-slide\').attr(\'aria-hidden\',\'false\');$(\'.soliloquy-clone .soliloquy-video-holder\').remove();soliloquy_container_16960.find(\'.soliloquy-controls-direction\').attr(\'aria-label\',\'carousel buttons\').attr(\'aria-controls\', \'soliloquy-container-16960\');soliloquy_container_16960.find(\'.soliloquy-controls-direction a.soliloquy-prev\').attr(\'aria-label\',\'previous\');soliloquy_container_16960.find(\'.soliloquy-controls-direction a.soliloquy-next\').attr(\'aria-label\',\'next\');$(window).trigger(\'resize\');soliloquy_container_16960.parent().attr(\'data-soliloquy-loaded\', 1);},onSlideBefore: function(element, oldIndex, newIndex, oldelm ){soliloquy_container_16960.find(\'.soliloquy-active-slide\').removeClass(\'soliloquy-active-slide\').attr(\'aria-hidden\',\'true\');$(element).addClass(\'soliloquy-active-slide\').attr(\'aria-hidden\',\'false\');},onSlideAfter: function(element, oldIndex, newIndex){}});});\t\t\t</script>\n\t\t\t<script id="distr-tracking">var advads_tracking_ads = {"1":[600,603,601]};var advads_tracking_urls = {"1":"https:\\/\\/universitybusiness.com\\/wp-content\\/ajax-handler.php"};var advads_tracking_methods = {"1":"frontend"};var advads_tracking_parallel = {"1":false};var advads_tracking_linkbases = {"1":"https:\\/\\/universitybusiness.com\\/linkout\\/"};</script><iframe allow="join-ad-interest-group" data-tagging-id="G-H68TQ59GEX" data-load-time="1733943526959" height="0" width="0" src="https://td.doubleclick.net/td/ga/rul?tid=G-H68TQ59GEX&gacid=501796797.1733943527&gtm=45je4ca0v9121321311za200&dma=0&gcd=13l3l3l3l1l1&npa=0&pscdl=noapi&aip=1&fledge=1&frm=0&tag_exp=101925629~102067555~102067808~102081485~102198177&z=273262068" style="display: none; visibility: hidden;"></iframe>\n\n<iframe name="google_ads_top_frame" id="google_ads_top_frame" style="display: none; position: fixed; left: -999px; top: -999px; width: 0px; height: 0px;"></iframe><div class="advads-background" style="position: fixed; bottom: 0; right: 0; display: block; width: 100%; height: 100%; background: #000; z-index: 9998; opacity:.5;"></div><iframe src="https://ep2.adtrafficquality.google/sodar/sodar2/232/runner.html" width="0" height="0" style="display: none;"></iframe><iframe src="https://www.google.com/recaptcha/api2/aframe" width="0" height="0" style="display: none;"></iframe></body><iframe name="goog_topics_frame" src="https://securepubads.g.doubleclick.net/static/topics/topics_frame.html" style="display: none;"></iframe></html>'
In [69]:
soup_doc = BeautifulSoup(html_content, 'html.parser')
soup_doc
Out[69]:
<!DOCTYPE html>
<html class="td-md-is-os-x td-md-is-chrome" lang="en-US"><head>
<title>The 15 colleges offering the most aid for international students</title>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="https://universitybusiness.com/xmlrpc.php" rel="pingback"/>
<meta content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" name="robots"/>
<link href="https://universitybusiness.com/wp-content/uploads/2022/08/ub-logo-fav.jpg" rel="icon" type="image/png"/>
<!-- This site is optimized with the Yoast SEO Premium plugin v23.4 (Yoast SEO v23.9) - https://yoast.com/wordpress/plugins/seo/ -->
<meta content="Wellesley College offered over $78,000 to 82 undergraduate international students, according to U.S. News & World Report." name="description"/>
<link href="https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/" rel="canonical"/>
<meta content="en_US" property="og:locale"/>
<meta content="article" property="og:type"/>
<meta content="These 15 colleges offer the most financial aid for international undergrad students" property="og:title"/>
<meta content="Wellesley College offered over $78,000 to 82 undergraduate international students, according to U.S. News & World Report." property="og:description"/>
<meta content="https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/" property="og:url"/>
<meta content="University Business" property="og:site_name"/>
<meta content="https://www.facebook.com/universitybusiness/" property="article:publisher"/>
<meta content="2023-07-06T17:23:41+00:00" property="article:published_time"/>
<meta content="https://universitybusiness.com/wp-content/uploads/2021/06/InkedAdobeStock_230440356-1_LI-scaled.jpg" property="og:image"/>
<meta content="2560" property="og:image:width"/>
<meta content="1650" property="og:image:height"/>
<meta content="image/jpeg" property="og:image:type"/>
<meta content="Alcino Donadel" name="author"/>
<meta content="summary_large_image" name="twitter:card"/>
<meta content="@universitybiz" name="twitter:creator"/>
<meta content="@universitybiz" name="twitter:site"/>
<meta content="Written by" name="twitter:label1"/>
<meta content="Alcino Donadel" name="twitter:data1"/>
<meta content="Est. reading time" name="twitter:label2"/>
<meta content="3 minutes" name="twitter:data2"/>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-H68TQ59GEX&cx=c&_slc=1" type="text/javascript"></script><script async="" src="https://www.google-analytics.com/analytics.js" type="text/javascript"></script><script async="" src="https://snap.licdn.com/li.lms-analytics/insight.old.min.js"></script><script async="" src="https://www.google-analytics.com/analytics.js" type="text/javascript"></script><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-H68TQ59GEX&l=dataLayer&cx=c&gtm=457e4ca0za200" type="text/javascript"></script><script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-168709-1&l=dataLayer&cx=c&gtm=45He4ca0za200" type="text/javascript"></script><script async="" src="https://www.google-analytics.com/analytics.js" type="text/javascript"></script><script async="" src="https://snap.licdn.com/li.lms-analytics/insight.min.js" type="text/javascript"></script><script async="" src="https://www.googletagmanager.com/gtm.js?id=GTM-K7GSKZN"></script><script async="" src="//connect.facebook.net/en_US/fbevents.js"></script><script async="" src="https://www.googletagmanager.com/gtm.js?id=GTM-K7GSKZN"></script><script async="" data-oid="1ffb93c05f344c0c91be20c7e7376a94" id="olyticsImport" src="https://olytics.omeda.com/olytics/js/v3/p/olytics.min.js" type="text/javascript"></script><script class="yoast-schema-graph" type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/#article","isPartOf":{"@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/"},"author":{"@id":"https://universitybusiness.com/#/schema/person/0486427401c2498f5f646fdcd47d7b8f"},"headline":"These 15 colleges offer the most financial aid for international undergrad students","datePublished":"2023-07-06T17:23:41+00:00","dateModified":"2023-07-06T17:23:41+00:00","mainEntityOfPage":{"@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/"},"wordCount":458,"publisher":{"@id":"https://universitybusiness.com/#organization"},"image":{"@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/#primaryimage"},"thumbnailUrl":"https://universitybusiness.com/wp-content/uploads/2021/06/InkedAdobeStock_230440356-1_LI-scaled.jpg","keywords":["Amherst College","Columbia University","Dartmouth University","Duke University","enrollment","fees","Financial aid","Haverford College","income-bassed","international students","Massachusetts","merit-based","sticker price","tuition","U.S. News & World Report","undergraduate students","Washington and Lee University","Wellesley College","Wesleyan University"],"articleSection":["Briefings","Enrollment","International Students","Rankings"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/","url":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/","name":"The 15 colleges offering the most aid for international students","isPartOf":{"@id":"https://universitybusiness.com/#website"},"primaryImageOfPage":{"@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/#primaryimage"},"image":{"@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/#primaryimage"},"thumbnailUrl":"https://universitybusiness.com/wp-content/uploads/2021/06/InkedAdobeStock_230440356-1_LI-scaled.jpg","datePublished":"2023-07-06T17:23:41+00:00","dateModified":"2023-07-06T17:23:41+00:00","description":"Wellesley College offered over $78,000 to 82 undergraduate international students, according to U.S. News & World Report.","breadcrumb":{"@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/#primaryimage","url":"https://universitybusiness.com/wp-content/uploads/2021/06/InkedAdobeStock_230440356-1_LI-scaled.jpg","contentUrl":"https://universitybusiness.com/wp-content/uploads/2021/06/InkedAdobeStock_230440356-1_LI-scaled.jpg","width":2560,"height":1650,"caption":"Investment in education concept. Saving money for study"},{"@type":"BreadcrumbList","@id":"https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://universitybusiness.com/"},{"@type":"ListItem","position":2,"name":"These 15 colleges offer the most financial aid for international undergrad students"}]},{"@type":"WebSite","@id":"https://universitybusiness.com/#website","url":"https://universitybusiness.com/","name":"University Business","description":"University Business","publisher":{"@id":"https://universitybusiness.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://universitybusiness.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://universitybusiness.com/#organization","name":"University Business","url":"https://universitybusiness.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://universitybusiness.com/#/schema/logo/image/","url":"https://192.168.90.175/wp-content/uploads/2022/08/ub-logo-fav.jpg","contentUrl":"https://192.168.90.175/wp-content/uploads/2022/08/ub-logo-fav.jpg","width":274,"height":152,"caption":"University Business"},"image":{"@id":"https://universitybusiness.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/universitybusiness/","https://x.com/universitybiz","https://www.linkedin.com/company/university-business-magazine"]},{"@type":"Person","@id":"https://universitybusiness.com/#/schema/person/0486427401c2498f5f646fdcd47d7b8f","name":"Alcino Donadel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://universitybusiness.com/#/schema/person/image/efa489164090708aa770931c6dde8a2e","url":"https://universitybusiness.com/wp-content/uploads/2023/11/Commercial-Baby-White-w-gray-jacket-3-rotated.jpg","contentUrl":"https://universitybusiness.com/wp-content/uploads/2023/11/Commercial-Baby-White-w-gray-jacket-3-rotated.jpg","caption":"Alcino Donadel"},"description":"Alcino Donadel is a UB staff writer and first-generation journalism graduate from the University of Florida. He has triple citizenship from the U.S., Ecuador and Brazil.","sameAs":["https://www.linkedin.com/in/cinodona/"],"url":"https://universitybusiness.com/author/adonadel/"}]}</script>
<!-- / Yoast SEO Premium plugin. -->
<link href="//olytics.omeda.com" rel="dns-prefetch"/>
<link href="//fonts.googleapis.com" rel="dns-prefetch"/>
<link href="https://universitybusiness.com/feed/" rel="alternate" title="University Business » Feed" type="application/rss+xml"/>
<script type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/universitybusiness.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.6.1"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<!-- universitybusiness.com is managing ads with Advanced Ads 1.56.1 --><script id="distr-ready">
window.advanced_ads_ready=function(e,a){a=a||"complete";var d=function(e){return"interactive"===a?"loading"!==e:"complete"===e};d(document.readyState)?e():document.addEventListener("readystatechange",(function(a){d(a.target.readyState)&&e()}),{once:"interactive"===a})},window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[]; </script>
<script>
document.addEventListener( 'aagam_empty_slot', function ( ev ) {
const div = document.getElementById( ev.detail );
if ( ! div ) {
return;
}
const prefix = 'distr-', wrapper = div.closest( '[id^="' + prefix + '"]' );
if ( ! wrapper ) {
return;
}
if ( wrapper.classList.contains( prefix + 'sticky' ) || wrapper.classList.contains( prefix + 'layer' ) ) {
return;
}
wrapper.style.display = 'none';
} );
</script>
<link href="https://olytics.omeda.com/olytics/css/v3/p/olytics.css?ver=1.9.0" id="wp-omeda-olytics-css" media="all" rel="stylesheet" type="text/css"/>
<style id="wp-emoji-styles-inline-css" type="text/css">
img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link href="https://universitybusiness.com/wp-includes/css/dist/block-library/style.min.css?ver=6.6.1" id="wp-block-library-css" media="all" rel="stylesheet" type="text/css"/>
<style id="classic-theme-styles-inline-css" type="text/css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id="global-styles-inline-css" type="text/css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 11px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 32px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--regular: 15px;--wp--preset--font-size--larger: 50px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link href="https://universitybusiness.com/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.4.6" id="rs-plugin-settings-css" media="all" rel="stylesheet" type="text/css"/>
<style id="rs-plugin-settings-inline-css" type="text/css">
#rs-demo-id {}
</style>
<link href="https://universitybusiness.com/wp-content/plugins/td-composer/td-multi-purpose/style.css?ver=6ea45b81e47c58269b68289d05535e19x" id="td-plugin-multi-purpose-css" media="all" rel="stylesheet" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Cabin%3A400%7COpen+Sans%3A400%2C600%2C700%7CRoboto%3A400%2C500%2C700%7CSource+Sans+Pro%3A500%2C400%2C100%2C600%7CGelasio%3A500%2C400%2C700%7CCabin%3A600%2C400%2C500&display=swap&ver=11.5.1" id="google-fonts-style-css" media="all" rel="stylesheet" type="text/css"/>
<link href="https://universitybusiness.com/wp-content/themes/Newspaper/style.css?ver=11.5.1" id="td-theme-css" media="all" rel="stylesheet" type="text/css"/>
<style id="td-theme-inline-css" type="text/css">
@media (max-width: 767px) {
.td-header-desktop-wrap {
display: none;
}
}
@media (min-width: 767px) {
.td-header-mobile-wrap {
display: none;
}
}
</style>
<link href="https://universitybusiness.com/wp-content/themes/Newspaper-child/style.css?ver=11.5.1c" id="td-theme-child-css" media="all" rel="stylesheet" type="text/css"/>
<link href="https://universitybusiness.com/wp-content/plugins/td-composer/assets/fonts/font-awesome/font-awesome.css?ver=6ea45b81e47c58269b68289d05535e19x" id="font_awesome-css" media="all" rel="stylesheet" type="text/css"/>
<link href="https://universitybusiness.com/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.css?ver=6ea45b81e47c58269b68289d05535e19x" id="td-multipurpose-css" media="all" rel="stylesheet" type="text/css"/>
<link href="https://universitybusiness.com/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=6ea45b81e47c58269b68289d05535e19x" id="td-legacy-framework-front-style-css" media="all" rel="stylesheet" type="text/css"/>
<link href="https://universitybusiness.com/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css?ver=32b0396dacab6790bdbb765eba5d6338" id="td-standard-pack-framework-front-style-css" media="all" rel="stylesheet" type="text/css"/>
<script id="wp-omeda-olytics-js-before" type="text/javascript">
/* <![CDATA[ */
window.wpOmedaConfig = {"tracking_enabled":"1","debug":"","oid":"1ffb93c05f344c0c91be20c7e7376a94","behavior_id":"5235F5789912A4E","taxonomies":["category","post_tag"],"acf_fields":["field_632df346cd1d8"]};
window.wpOmedaData = {"eventType":"page_view","behaviorId":"5235F5789912A4E","path":"\/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students","documentTitle":"The 15 colleges offering the most aid for international students","templateType":"singular","postType":"post","id":"19038","title":"These 15 colleges offer the most financial aid for international undergrad students","slug":"these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students","author":"adonadel","publishDate":"2023-07-06T13:23:41-04:00","taxCategory":"briefings,enrollment,international-students,rankings","taxPostTag":"amherst-college,columbia-university,dartmouth-university,duke-university,enrollment,fees,financial-aid,haverford-college,income-bassed,international-students,massachusetts,merit-based,sticker-price,tuition,u-s-news-world-report,undergraduate-students,washington-and-lee-university,wellesley-college,wesleyan-university","yoastKeywords":"international student","field632df346cd1d8":"international-students"};
/* ]]> */
</script>
<script id="wp-omeda-olytics-js" src="https://universitybusiness.com/wp-content/plugins/wp-omeda-plugin/assets/scripts/omeda-olytics.js?ver=1.9.0" type="text/javascript"></script>
<script id="cookie-law-info-js-extra" type="text/javascript">
/* <![CDATA[ */
var _ckyConfig = {"_ipData":[],"_assetsURL":"https:\/\/universitybusiness.com\/wp-content\/plugins\/cookie-law-info\/lite\/frontend\/images\/","_publicURL":"https:\/\/universitybusiness.com","_expiry":"365","_categories":[{"name":"Necessary","slug":"necessary","isNecessary":true,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":true}},{"name":"Functional","slug":"functional","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Analytics","slug":"analytics","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Performance","slug":"performance","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Advertisement","slug":"advertisement","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}}],"_activeLaw":"gdpr","_rootDomain":"","_block":"1","_showBanner":"1","_bannerConfig":{"settings":{"type":"classic","preferenceCenterType":"pushdown","position":"bottom","applicableLaw":"gdpr"},"behaviours":{"reloadBannerOnAccept":false,"loadAnalyticsByDefault":false,"animations":{"onLoad":"animate","onHide":"sticky"}},"config":{"revisitConsent":{"status":false,"tag":"revisit-consent","position":"bottom-left","meta":{"url":"#"},"styles":{"background-color":"#0056A7"},"elements":{"title":{"type":"text","tag":"revisit-consent-title","status":true,"styles":{"color":"#0056a7"}}}},"preferenceCenter":{"toggle":{"status":true,"tag":"detail-category-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"categoryPreview":{"status":false,"toggle":{"status":true,"tag":"detail-category-preview-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"videoPlaceholder":{"status":true,"styles":{"background-color":"#000000","border-color":"#000000cc","color":"#ffffff"}},"readMore":{"status":false,"tag":"readmore-button","type":"link","meta":{"noFollow":true,"newTab":true},"styles":{"color":"#1863dc","background-color":"transparent","border-color":"transparent"}},"auditTable":{"status":true},"optOption":{"status":true,"toggle":{"status":true,"tag":"optout-option-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863dc"}},"inactive":{"styles":{"background-color":"#FFFFFF"}}}}}}},"_version":"3.2.7","_logConsent":"1","_tags":[{"tag":"accept-button","styles":{"color":"#FFFFFF","background-color":"#1863dc","border-color":"#1863dc"}},{"tag":"reject-button","styles":{"color":"#1863dc","background-color":"transparent","border-color":"#1863dc"}},{"tag":"settings-button","styles":{"color":"#1863dc","background-color":"transparent","border-color":"#1863dc"}},{"tag":"readmore-button","styles":{"color":"#1863dc","background-color":"transparent","border-color":"transparent"}},{"tag":"donotsell-button","styles":{"color":"#1863dc","background-color":"transparent","border-color":"transparent"}},{"tag":"accept-button","styles":{"color":"#FFFFFF","background-color":"#1863dc","border-color":"#1863dc"}},{"tag":"revisit-consent","styles":{"background-color":"#0056A7"}}],"_shortCodes":[{"key":"cky_readmore","content":"<a href=\"#\" class=\"cky-policy\" aria-label=\"Read More\" target=\"_blank\" rel=\"noopener\" data-cky-tag=\"readmore-button\">Read More<\/a>","tag":"readmore-button","status":false,"attributes":{"rel":"nofollow","target":"_blank"}},{"key":"cky_show_desc","content":"<button class=\"cky-show-desc-btn\" data-cky-tag=\"show-desc-button\" aria-label=\"Show more\">Show more<\/button>","tag":"show-desc-button","status":true,"attributes":[]},{"key":"cky_hide_desc","content":"<button class=\"cky-show-desc-btn\" data-cky-tag=\"hide-desc-button\" aria-label=\"Show less\">Show less<\/button>","tag":"hide-desc-button","status":true,"attributes":[]},{"key":"cky_category_toggle_label","content":"[cky_{{status}}_category_label] [cky_preference_{{category_slug}}_title]","tag":"","status":true,"attributes":[]},{"key":"cky_enable_category_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_category_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_video_placeholder","content":"<div class=\"video-placeholder-normal\" data-cky-tag=\"video-placeholder\" id=\"[UNIQUEID]\"><p class=\"video-placeholder-text-normal\" data-cky-tag=\"placeholder-title\">Please accept the cookie consent<\/p><\/div>","tag":"","status":true,"attributes":[]},{"key":"cky_enable_optout_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_optout_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_optout_toggle_label","content":"[cky_{{status}}_optout_label] [cky_optout_option_title]","tag":"","status":true,"attributes":[]},{"key":"cky_optout_option_title","content":"Do Not Sell or Share My Personal Information","tag":"","status":true,"attributes":[]},{"key":"cky_optout_close_label","content":"Close","tag":"","status":true,"attributes":[]}],"_rtl":"","_language":"en","_providersToBlock":[]};
var _ckyStyles = {"css":".cky-hide{display: none;}.cky-btn-revisit-wrapper{display: flex; align-items: center; justify-content: center; background: #0056a7; width: 45px; height: 45px; border-radius: 50%; position: fixed; z-index: 999999; cursor: pointer;}.cky-revisit-bottom-left{bottom: 15px; left: 15px;}.cky-revisit-bottom-right{bottom: 15px; right: 15px;}.cky-btn-revisit-wrapper .cky-btn-revisit{display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; position: relative; margin: 0; padding: 0;}.cky-btn-revisit-wrapper .cky-btn-revisit img{max-width: fit-content; margin: 0; height: 30px; width: 30px;}.cky-revisit-bottom-left:hover::before{content: attr(data-tooltip); position: absolute; background: #4E4B66; color: #ffffff; left: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-left:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; left: calc(100% + 2px); border-left-width: 0; border-right-color: #4E4B66;}.cky-revisit-bottom-right:hover::before{content: attr(data-tooltip); position: absolute; background: #4E4B66; color: #ffffff; right: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-right:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; right: calc(100% + 2px); border-right-width: 0; border-left-color: #4E4B66;}.cky-revisit-hide{display: none;}.cky-consent-container{position: fixed; width: 100%; box-sizing: border-box; z-index: 9999999;}.cky-classic-bottom{bottom: 0; left: 0;}.cky-classic-top{top: 0; left: 0;}.cky-consent-container .cky-consent-bar{background: #ffffff; border: 1px solid; padding: 16.5px 24px; box-shadow: 0 -1px 10px 0 #acabab4d;}.cky-consent-bar .cky-banner-btn-close{position: absolute; right: 9px; top: 5px; background: none; border: none; cursor: pointer; padding: 0; margin: 0; height: auto; width: auto; min-height: 0; line-height: 0; text-shadow: none; box-shadow: none;}.cky-consent-bar .cky-banner-btn-close img{width: 9px; height: 9px; margin: 0;}.cky-custom-brand-logo-wrapper .cky-custom-brand-logo{width: 100px; height: auto; margin: 0 0 10px 0;}.cky-notice .cky-title{color: #212121; font-weight: 700; font-size: 18px; line-height: 24px; margin: 0 0 10px 0;}.cky-notice-group{display: flex; justify-content: space-between; align-items: center;}.cky-notice-des *{font-size: 14px;}.cky-notice-des{color: #212121; font-size: 14px; line-height: 24px; font-weight: 400;}.cky-notice-des img{height: 25px; width: 25px;}.cky-consent-bar .cky-notice-des p{color: inherit; margin-top: 0; overflow-wrap: break-word;}.cky-notice-des p:last-child{margin-bottom: 0;}.cky-notice-des a.cky-policy,.cky-notice-des button.cky-policy{font-size: 14px; color: #1863dc; white-space: nowrap; cursor: pointer; background: transparent; border: 1px solid; text-decoration: underline;}.cky-notice-des button.cky-policy{padding: 0;}.cky-notice-des a.cky-policy:focus-visible,.cky-consent-bar .cky-banner-btn-close:focus-visible,.cky-notice-des button.cky-policy:focus-visible,.cky-category-direct-switch input[type=\"checkbox\"]:focus-visible,.cky-preference-content-wrapper .cky-show-desc-btn:focus-visible,.cky-accordion-header .cky-accordion-btn:focus-visible,.cky-switch input[type=\"checkbox\"]:focus-visible,.cky-footer-wrapper a:focus-visible,.cky-btn:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}.cky-btn:focus:not(:focus-visible),.cky-accordion-header .cky-accordion-btn:focus:not(:focus-visible),.cky-preference-content-wrapper .cky-show-desc-btn:focus:not(:focus-visible),.cky-btn-revisit-wrapper .cky-btn-revisit:focus:not(:focus-visible),.cky-preference-header .cky-btn-close:focus:not(:focus-visible),.cky-banner-btn-close:focus:not(:focus-visible){outline: 0;}button.cky-show-desc-btn:not(:hover):not(:active){color: #1863dc; background: transparent;}button.cky-accordion-btn:not(:hover):not(:active),button.cky-banner-btn-close:not(:hover):not(:active),button.cky-btn-close:not(:hover):not(:active),button.cky-btn-revisit:not(:hover):not(:active){background: transparent;}.cky-consent-bar button:hover,.cky-modal.cky-modal-open button:hover,.cky-consent-bar button:focus,.cky-modal.cky-modal-open button:focus{text-decoration: none;}.cky-notice-btn-wrapper{display: flex; justify-content: center; align-items: center; margin-left: 15px;}.cky-notice-btn-wrapper .cky-btn{text-shadow: none; box-shadow: none;}.cky-btn{font-size: 14px; font-family: inherit; line-height: 24px; padding: 8px 27px; font-weight: 500; margin: 0 8px 0 0; border-radius: 2px; white-space: nowrap; cursor: pointer; text-align: center; text-transform: none; min-height: 0;}.cky-btn:hover{opacity: 0.8;}.cky-btn-customize{color: #1863dc; background: transparent; border: 2px solid; border-color: #1863dc; padding: 8px 28px 8px 14px; position: relative;}.cky-btn-reject{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-accept{background: #1863dc; color: #ffffff; border: 2px solid #1863dc;}.cky-consent-bar .cky-btn-customize::after{position: absolute; content: \"\"; display: inline-block; top: 18px; right: 12px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid; border-top-color: inherit;}.cky-consent-container.cky-consent-bar-expand .cky-btn-customize::after{transform: rotate(-180deg);}.cky-btn:last-child{margin-right: 0;}@media (max-width: 768px){.cky-notice-group{display: block;}.cky-notice-btn-wrapper{margin: 0;}.cky-notice-btn-wrapper{flex-wrap: wrap;}.cky-notice-btn-wrapper .cky-btn{flex: auto; max-width: 100%; margin-top: 10px; white-space: unset;}}@media (max-width: 576px){.cky-btn-accept{order: 1; width: 100%;}.cky-btn-customize{order: 2;}.cky-btn-reject{order: 3; margin-right: 0;}.cky-consent-container.cky-consent-bar-expand .cky-consent-bar{display: none;}.cky-consent-container .cky-consent-bar{padding: 16.5px 0;}.cky-custom-brand-logo-wrapper .cky-custom-brand-logo, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper, .cky-category-direct-preview-wrapper{padding: 0 24px;}.cky-notice-des{max-height: 40vh; overflow-y: scroll;}}@media (max-width: 352px){.cky-notice .cky-title{font-size: 16px;}.cky-notice-des *{font-size: 12px;}.cky-notice-des, .cky-btn, .cky-notice-des a.cky-policy{font-size: 12px;}}.cky-preference-wrapper{display: none;}.cky-consent-container.cky-classic-bottom.cky-consent-bar-expand{animation: cky-classic-expand 1s;}.cky-consent-container.cky-classic-bottom.cky-consent-bar-expand .cky-preference-wrapper{display: block;}@keyframes cky-classic-expand{0%{transform: translateY(50%);}100%{transform: translateY(0%);}}.cky-consent-container.cky-classic-top .cky-preference-wrapper{animation: cky-classic-top-expand 1s;}.cky-consent-container.cky-classic-top.cky-consent-bar-expand .cky-preference-wrapper{display: block;}@keyframes cky-classic-top-expand{0%{opacity: 0; transform: translateY(-50%);}50%{opacity: 0;}100%{opacity: 1; transform: translateY(0%);}}.cky-preference{padding: 0 24px; color: #212121; overflow-y: scroll; max-height: 48vh;}.cky-preference-center,.cky-preference,.cky-preference-header,.cky-footer-wrapper{background-color: inherit;}.cky-preference-center,.cky-preference,.cky-preference-body-wrapper,.cky-accordion-wrapper{color: inherit;}.cky-preference-header .cky-btn-close{cursor: pointer; vertical-align: middle; padding: 0; margin: 0; display: none; background: none; border: none; height: auto; width: auto; min-height: 0; line-height: 0; box-shadow: none; text-shadow: none;}.cky-preference-header .cky-btn-close img{margin: 0; height: 10px; width: 10px;}.cky-preference-header{margin: 16px 0 0 0; display: flex; align-items: center; justify-content: space-between;}.cky-preference-header .cky-preference-title{font-size: 18px; font-weight: 700; line-height: 24px;}.cky-preference-content-wrapper *{font-size: 14px;}.cky-preference-content-wrapper{font-size: 14px; line-height: 24px; font-weight: 400; padding: 12px 0; border-bottom: 1px solid;}.cky-preference-content-wrapper img{height: 25px; width: 25px;}.cky-preference-content-wrapper .cky-show-desc-btn{font-size: 14px; font-family: inherit; color: #1863dc; text-decoration: none; line-height: 24px; padding: 0; margin: 0; white-space: nowrap; cursor: pointer; background: transparent; border-color: transparent; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-preference-body-wrapper .cky-preference-content-wrapper p{color: inherit; margin-top: 0;}.cky-accordion-wrapper{margin-bottom: 10px;}.cky-accordion{border-bottom: 1px solid;}.cky-accordion:last-child{border-bottom: none;}.cky-accordion .cky-accordion-item{display: flex; margin-top: 10px;}.cky-accordion .cky-accordion-body{display: none;}.cky-accordion.cky-accordion-active .cky-accordion-body{display: block; padding: 0 22px; margin-bottom: 16px;}.cky-accordion-header-wrapper{cursor: pointer; width: 100%;}.cky-accordion-item .cky-accordion-header{display: flex; justify-content: space-between; align-items: center;}.cky-accordion-header .cky-accordion-btn{font-size: 16px; font-family: inherit; color: #212121; line-height: 24px; background: none; border: none; font-weight: 700; padding: 0; margin: 0; cursor: pointer; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-header .cky-always-active{color: #008000; font-weight: 600; line-height: 24px; font-size: 14px;}.cky-accordion-header-des *{font-size: 14px;}.cky-accordion-header-des{color: #212121; font-size: 14px; line-height: 24px; margin: 10px 0 16px 0;}.cky-accordion-header-wrapper .cky-accordion-header-des p{color: inherit; margin-top: 0;}.cky-accordion-chevron{margin-right: 22px; position: relative; cursor: pointer;}.cky-accordion-chevron-hide{display: none;}.cky-accordion .cky-accordion-chevron i::before{content: \"\"; position: absolute; border-right: 1.4px solid; border-bottom: 1.4px solid; border-color: inherit; height: 6px; width: 6px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); transition: all 0.2s ease-in-out; top: 8px;}.cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}.cky-audit-table{background: #f4f4f4; border-radius: 6px;}.cky-audit-table .cky-empty-cookies-text{color: inherit; font-size: 12px; line-height: 24px; margin: 0; padding: 10px;}.cky-audit-table .cky-cookie-des-table{font-size: 12px; line-height: 24px; font-weight: normal; padding: 15px 10px; border-bottom: 1px solid; border-bottom-color: inherit; margin: 0;}.cky-audit-table .cky-cookie-des-table:last-child{border-bottom: none;}.cky-audit-table .cky-cookie-des-table li{list-style-type: none; display: flex; padding: 3px 0;}.cky-audit-table .cky-cookie-des-table li:first-child{padding-top: 0;}.cky-cookie-des-table li div:first-child{width: 100px; font-weight: 600; word-break: break-word; word-wrap: break-word;}.cky-cookie-des-table li div:last-child{flex: 1; word-break: break-word; word-wrap: break-word; margin-left: 8px;}.cky-cookie-des-table li div:last-child p{color: inherit; margin-top: 0;}.cky-cookie-des-table li div:last-child p:last-child{margin-bottom: 0;}.cky-prefrence-btn-wrapper{display: flex; align-items: center; justify-content: flex-end; padding: 18px 24px; border-top: 1px solid;}.cky-prefrence-btn-wrapper .cky-btn{text-shadow: none; box-shadow: none;}.cky-category-direct-preview-btn-wrapper .cky-btn-preferences{text-shadow: none; box-shadow: none;}.cky-prefrence-btn-wrapper .cky-btn-accept,.cky-prefrence-btn-wrapper .cky-btn-reject{display: none;}.cky-btn-preferences{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-footer-wrapper{position: relative;}.cky-footer-shadow{display: block; width: 100%; height: 40px; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); position: absolute; bottom: 100%;}.cky-preference-center,.cky-preference,.cky-preference-body-wrapper,.cky-preference-content-wrapper,.cky-accordion-wrapper,.cky-accordion,.cky-footer-wrapper,.cky-prefrence-btn-wrapper{border-color: inherit;}@media (max-width: 768px){.cky-preference{max-height: 35vh;}}@media (max-width: 576px){.cky-consent-bar-hide{display: none;}.cky-preference{max-height: 100vh; padding: 0;}.cky-preference-body-wrapper{padding: 60px 24px 200px;}.cky-preference-body-wrapper-reject-hide{padding: 60px 24px 165px;}.cky-preference-header{position: fixed; width: 100%; box-sizing: border-box; z-index: 999999999; margin: 0; padding: 16px 24px; border-bottom: 1px solid #f4f4f4;}.cky-preference-header .cky-btn-close{display: block;}.cky-prefrence-btn-wrapper{display: block;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding-right: 0;}.cky-prefrence-btn-wrapper .cky-btn{width: 100%; margin-top: 10px; margin-right: 0;}.cky-prefrence-btn-wrapper .cky-btn:first-child{margin-top: 0;}.cky-accordion:last-child{padding-bottom: 20px;}.cky-prefrence-btn-wrapper .cky-btn-accept, .cky-prefrence-btn-wrapper .cky-btn-reject{display: block;}.cky-footer-wrapper{position: fixed; bottom: 0; width: 100%;}}@media (max-width: 425px){.cky-accordion-chevron{margin-right: 15px;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px;}}@media (max-width: 352px){.cky-preference-header .cky-preference-title{font-size: 16px;}.cky-preference-content-wrapper *, .cky-accordion-header-des *{font-size: 12px;}.cky-accordion-header-des, .cky-preference-content-wrapper, .cky-preference-content-wrapper .cky-show-desc-btn{font-size: 12px;}.cky-accordion-header .cky-accordion-btn{font-size: 14px;}}.cky-category-direct-preview-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-top: 16px;}.cky-category-direct-preview{display: flex; flex-wrap: wrap; align-items: center; font-size: 14px; font-weight: 600; line-height: 24px; color: #212121;}.cky-category-direct-preview-section{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}.cky-category-direct-item{display: flex; margin: 0 30px 10px 0; cursor: pointer;}.cky-category-direct-item label{font-size: 14px; font-weight: 600; margin-right: 10px; cursor: pointer; word-break: break-word;}.cky-category-direct-switch input[type=\"checkbox\"]{display: inline-block; position: relative; width: 33px; height: 18px; margin: 0; background: #d0d5d2; -webkit-appearance: none; border-radius: 50px; border: none; cursor: pointer; vertical-align: middle; outline: 0; top: 0;}.cky-category-direct-switch input[type=\"checkbox\"]:checked{background: #1863dc;}.cky-category-direct-switch input[type=\"checkbox\"]:before{position: absolute; content: \"\"; height: 15px; width: 15px; left: 2px; bottom: 2px; margin: 0; border-radius: 50%; background-color: white; -webkit-transition: 0.4s; transition: 0.4s;}.cky-category-direct-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(14px); -ms-transform: translateX(14px); transform: translateX(14px);}.cky-category-direct-switch input[type=\"checkbox\"]:after{display: none;}.cky-category-direct-switch .cky-category-direct-switch-enabled:checked{background: #818181;}@media (max-width: 576px){.cky-category-direct-preview-wrapper{display: block;}.cky-category-direct-item{justify-content: space-between; width: 45%; margin: 0 0 10px 0;}.cky-category-direct-preview-btn-wrapper .cky-btn-preferences{width: 100%;}}@media (max-width: 352px){.cky-category-direct-preview{font-size: 12px;}}.cky-switch{display: flex;}.cky-switch input[type=\"checkbox\"]{position: relative; width: 44px; height: 24px; margin: 0; background: #d0d5d2; -webkit-appearance: none; border-radius: 50px; cursor: pointer; outline: 0; border: none; top: 0;}.cky-switch input[type=\"checkbox\"]:checked{background: #3a76d8;}.cky-switch input[type=\"checkbox\"]:before{position: absolute; content: \"\"; height: 20px; width: 20px; left: 2px; bottom: 2px; border-radius: 50%; background-color: white; -webkit-transition: 0.4s; transition: 0.4s; margin: 0;}.cky-switch input[type=\"checkbox\"]:after{display: none;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px);}@media (max-width: 425px){.cky-switch input[type=\"checkbox\"]{width: 38px; height: 21px;}.cky-switch input[type=\"checkbox\"]:before{height: 17px; width: 17px;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px);}}.video-placeholder-youtube{background-size: 100% 100%; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: center; justify-content: center; max-width: 100%;}.video-placeholder-text-youtube{text-align: center; align-items: center; padding: 10px 16px; background-color: #000000cc; color: #ffffff; border: 1px solid; border-radius: 2px; cursor: pointer;}.video-placeholder-normal{background-image: url(\"\/wp-content\/plugins\/cookie-law-info\/lite\/frontend\/images\/placeholder.svg\"); background-size: 80px; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: flex-end; justify-content: center; max-width: 100%;}.video-placeholder-text-normal{align-items: center; padding: 10px 16px; text-align: center; border: 1px solid; border-radius: 2px; cursor: pointer;}.cky-rtl{direction: rtl; text-align: right;}.cky-rtl .cky-banner-btn-close{left: 9px; right: auto;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 8px;}.cky-rtl .cky-notice-btn-wrapper{margin-left: 0; margin-right: 15px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 8px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-accordion .cky-accordion-chevron i::before{border: none; border-left: 1.4px solid; border-top: 1.4px solid; left: 12px;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}.cky-rtl .cky-category-direct-preview-btn-wrapper{margin-right: 15px; margin-left: 0;}.cky-rtl .cky-category-direct-item label{margin-right: 0; margin-left: 10px;}.cky-rtl .cky-category-direct-preview-section .cky-category-direct-item:first-child{margin: 0 0 10px 0;}@media (max-width: 992px){.cky-rtl .cky-category-direct-preview-btn-wrapper{margin-right: 0;}}@media (max-width: 768px){.cky-rtl .cky-notice-btn-wrapper{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:first-child{margin-right: 0;}}@media (max-width: 576px){.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper .cky-btn{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper .cky-btn-reject{margin-right: 8px;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 22px 0 0;}}@media (max-width: 425px){.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px 0 0;}}"};
/* ]]> */
</script>
<script id="cookie-law-info-js" src="https://universitybusiness.com/wp-content/plugins/cookie-law-info/lite/frontend/js/script.min.js?ver=3.2.7" type="text/javascript"></script>
<script id="jquery-core-js" src="https://universitybusiness.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" type="text/javascript"></script>
<script id="jquery-migrate-js" src="https://universitybusiness.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" type="text/javascript"></script>
<script id="tp-tools-js" src="https://universitybusiness.com/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.4.4" type="text/javascript"></script>
<script id="revmin-js" src="https://universitybusiness.com/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.4.6" type="text/javascript"></script>
<script id="advanced-ads-advanced-js-js-extra" type="text/javascript">
/* <![CDATA[ */
var advads_options = {"blog_id":"1","privacy":{"enabled":false,"state":"not_needed"}};
/* ]]> */
</script>
<script id="advanced-ads-advanced-js-js" src="https://universitybusiness.com/wp-content/plugins/advanced-ads/public/assets/js/advanced.min.js?ver=1.56.1" type="text/javascript"></script>
<script id="advanced_ads_pro/visitor_conditions-js-extra" type="text/javascript">
/* <![CDATA[ */
var advanced_ads_pro_visitor_conditions = {"referrer_cookie_name":"advanced_ads_pro_visitor_referrer","referrer_exdays":"365","page_impr_cookie_name":"advanced_ads_page_impressions","page_impr_exdays":"3650"};
/* ]]> */
</script>
<script id="advanced_ads_pro/visitor_conditions-js" src="https://universitybusiness.com/wp-content/plugins/advanced-ads-pro/modules/advanced-visitor-conditions/inc/conditions.min.js?ver=2.28.0" type="text/javascript"></script>
<link href="https://universitybusiness.com/wp-json/" rel="https://api.w.org/"/><link href="https://universitybusiness.com/wp-json/wp/v2/posts/19038" rel="alternate" title="JSON" type="application/json"/><link href="https://universitybusiness.com/xmlrpc.php?rsd" rel="EditURI" title="RSD" type="application/rsd+xml"/>
<link href="https://universitybusiness.com/?p=19038" rel="shortlink"/>
<link href="https://universitybusiness.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Funiversitybusiness.com%2Fthese-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students%2F" rel="alternate" title="oEmbed (JSON)" type="application/json+oembed"/>
<link href="https://universitybusiness.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Funiversitybusiness.com%2Fthese-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students%2F&format=xml" rel="alternate" title="oEmbed (XML)" type="text/xml+oembed"/>
<script>advads_items = { conditions: {}, display_callbacks: {}, display_effect_callbacks: {}, hide_callbacks: {}, backgrounds: {}, effect_durations: {}, close_functions: {}, showed: [] };</script><style id="distr-layer-custom-css" type="text/css"></style><script type="text/javascript">
var advadsCfpQueue = [];
var advadsCfpAd = function( adID ){
if ( 'undefined' == typeof advadsProCfp ) { advadsCfpQueue.push( adID ) } else { advadsProCfp.addElement( adID ) }
};
</script>
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<script>
window.tdb_globals = {"wpRestNonce":"ce5ab799de","wpRestUrl":"https:\/\/universitybusiness.com\/wp-json\/","permalinkStructure":"\/%postname%\/","globalSettings":{"tdcSavingHistory":false},"isAjax":false,"isAdminBarShowing":false,"autoloadScrollPercent":50,"postAutoloadStatus":"off","origPostEditUrl":null};
</script>
<style id="tdb-global-colors">
:root {--accent-color: #fff;}
</style>
<script>
window.tdwGlobal = {"adminUrl":"https:\/\/universitybusiness.com\/wp-admin\/","wpRestNonce":"ce5ab799de","wpRestUrl":"https:\/\/universitybusiness.com\/wp-json\/","permalinkStructure":"\/%postname%\/"};
</script>
<script>
window.tdaGlobal = {"adminUrl":"https:\/\/universitybusiness.com\/wp-admin\/","wpRestNonce":"ce5ab799de","wpRestUrl":"https:\/\/universitybusiness.com\/wp-json\/","permalinkStructure":"\/%postname%\/","postId":99};
</script>
<meta content="Powered by Slider Revolution 6.4.6 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." name="generator"/>
<!-- JS generated by theme -->
<script>
var tdBlocksArray = []; //here we store all the items for the current page
//td_block class - each ajax block uses a object of this class for requests
function tdBlock() {
this.id = '';
this.block_type = 1; //block type id (1-234 etc)
this.atts = '';
this.td_column_number = '';
this.td_current_page = 1; //
this.post_count = 0; //from wp
this.found_posts = 0; //from wp
this.max_num_pages = 0; //from wp
this.td_filter_value = ''; //current live filter value
this.is_ajax_running = false;
this.td_user_action = ''; // load more or infinite loader (used by the animation)
this.header_color = '';
this.ajax_pagination_infinite_stop = ''; //show load more at page x
}
// td_js_generator - mini detector
(function(){
var htmlTag = document.getElementsByTagName("html")[0];
if ( navigator.userAgent.indexOf("MSIE 10.0") > -1 ) {
htmlTag.className += ' ie10';
}
if ( !!navigator.userAgent.match(/Trident.*rv\:11\./) ) {
htmlTag.className += ' ie11';
}
if ( navigator.userAgent.indexOf("Edge") > -1 ) {
htmlTag.className += ' ieEdge';
}
if ( /(iPad|iPhone|iPod)/g.test(navigator.userAgent) ) {
htmlTag.className += ' td-md-is-ios';
}
var user_agent = navigator.userAgent.toLowerCase();
if ( user_agent.indexOf("android") > -1 ) {
htmlTag.className += ' td-md-is-android';
}
if ( -1 !== navigator.userAgent.indexOf('Mac OS X') ) {
htmlTag.className += ' td-md-is-os-x';
}
if ( /chrom(e|ium)/.test(navigator.userAgent.toLowerCase()) ) {
htmlTag.className += ' td-md-is-chrome';
}
if ( -1 !== navigator.userAgent.indexOf('Firefox') ) {
htmlTag.className += ' td-md-is-firefox';
}
if ( -1 !== navigator.userAgent.indexOf('Safari') && -1 === navigator.userAgent.indexOf('Chrome') ) {
htmlTag.className += ' td-md-is-safari';
}
if( -1 !== navigator.userAgent.indexOf('IEMobile') ){
htmlTag.className += ' td-md-is-iemobile';
}
})();
var tdLocalCache = {};
( function () {
"use strict";
tdLocalCache = {
data: {},
remove: function (resource_id) {
delete tdLocalCache.data[resource_id];
},
exist: function (resource_id) {
return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null;
},
get: function (resource_id) {
return tdLocalCache.data[resource_id];
},
set: function (resource_id, cachedData) {
tdLocalCache.remove(resource_id);
tdLocalCache.data[resource_id] = cachedData;
}
};
})();
var td_viewport_interval_list=[{"limitBottom":767,"sidebarWidth":228},{"limitBottom":1018,"sidebarWidth":300},{"limitBottom":1140,"sidebarWidth":324}];
var td_animation_stack_effect="type0";
var tds_animation_stack=true;
var td_animation_stack_specific_selectors=".entry-thumb, img, .td-lazy-img";
var td_animation_stack_general_selectors=".td-animation-stack img, .td-animation-stack .entry-thumb, .post img, .td-animation-stack .td-lazy-img";
var tds_video_lazy="enabled";
var tdc_is_installed="yes";
var td_ajax_url="https:\/\/universitybusiness.com\/wp-admin\/admin-ajax.php?td_theme_name=Newspaper&v=11.5.1";
var td_get_template_directory_uri="https:\/\/universitybusiness.com\/wp-content\/plugins\/td-composer\/legacy\/common";
var tds_snap_menu="";
var tds_logo_on_sticky="";
var tds_header_style="";
var td_please_wait="Please wait...";
var td_email_user_pass_incorrect="User or password incorrect!";
var td_email_user_incorrect="Email or username incorrect!";
var td_email_incorrect="Email incorrect!";
var td_user_incorrect="Username incorrect!";
var td_email_user_empty="Email or username empty!";
var td_pass_empty="Pass empty!";
var td_pass_pattern_incorrect="Invalid Pass Pattern!";
var td_retype_pass_incorrect="Retyped Pass incorrect!";
var tds_more_articles_on_post_enable="";
var tds_more_articles_on_post_time_to_wait="";
var tds_more_articles_on_post_pages_distance_from_top=0;
var tds_theme_color_site_wide="#0b2d72";
var tds_smart_sidebar="";
var tdThemeName="Newspaper";
var td_magnific_popup_translation_tPrev="Previous (Left arrow key)";
var td_magnific_popup_translation_tNext="Next (Right arrow key)";
var td_magnific_popup_translation_tCounter="%curr% of %total%";
var td_magnific_popup_translation_ajax_tError="The content from %url% could not be loaded.";
var td_magnific_popup_translation_image_tError="The image #%curr% could not be loaded.";
var tdBlockNonce="839e549710";
var tdDateNamesI18n={"month_names":["January","February","March","April","May","June","July","August","September","October","November","December"],"month_names_short":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"day_names":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"day_names_short":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]};
var td_ad_background_click_link="";
var td_ad_background_click_target="";
</script>
<!-- Header style compiled by theme -->
<style>
.td-header-wrap .black-menu .sf-menu > .current-menu-item > a,
.td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a,
.td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a,
.td-header-wrap .black-menu .sf-menu > li > a:hover,
.td-header-wrap .black-menu .sf-menu > .sfHover > a,
.sf-menu > .current-menu-item > a:after,
.sf-menu > .current-menu-ancestor > a:after,
.sf-menu > .current-category-ancestor > a:after,
.sf-menu > li:hover > a:after,
.sf-menu > .sfHover > a:after,
.header-search-wrap .td-drop-down-search:after,
.header-search-wrap .td-drop-down-search .btn:hover,
input[type=submit]:hover,
.td-read-more a,
.td-post-category:hover,
body .td_top_authors .td-active .td-author-post-count,
body .td_top_authors .td-active .td-author-comments-count,
body .td_top_authors .td_mod_wrap:hover .td-author-post-count,
body .td_top_authors .td_mod_wrap:hover .td-author-comments-count,
.td-404-sub-sub-title a:hover,
.td-search-form-widget .wpb_button:hover,
.td-rating-bar-wrap div,
.dropcap,
.td_wrapper_video_playlist .td_video_controls_playlist_wrapper,
.wpb_default,
.wpb_default:hover,
.td-left-smart-list:hover,
.td-right-smart-list:hover,
#bbpress-forums button:hover,
.bbp_widget_login .button:hover,
.td-footer-wrapper .td-post-category,
.td-footer-wrapper .widget_product_search input[type="submit"]:hover,
.single-product .product .summary .cart .button:hover,
.td-next-prev-wrap a:hover,
.td-load-more-wrap a:hover,
.td-post-small-box a:hover,
.page-nav .current,
.page-nav:first-child > div,
#bbpress-forums .bbp-pagination .current,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,
.td-theme-slider:hover .slide-meta-cat a,
a.vc_btn-black:hover,
.td-trending-now-wrapper:hover .td-trending-now-title,
.td-scroll-up,
.td-smart-list-button:hover,
.td-weather-information:before,
.td-weather-week:before,
.td_block_exchange .td-exchange-header:before,
.td-pulldown-syle-2 .td-subcat-dropdown ul:after,
.td_block_template_9 .td-block-title:after,
.td_block_template_15 .td-block-title:before,
div.wpforms-container .wpforms-form div.wpforms-submit-container button[type=submit],
.td-close-video-fixed {
background-color: #0b2d72;
}
.td_block_template_4 .td-related-title .td-cur-simple-item:before {
border-color: #0b2d72 transparent transparent transparent !important;
}
.td_block_template_4 .td-related-title .td-cur-simple-item,
.td_block_template_3 .td-related-title .td-cur-simple-item,
.td_block_template_9 .td-related-title:after {
background-color: #0b2d72;
}
a,
cite a:hover,
.td-page-content blockquote p,
.td-post-content blockquote p,
.mce-content-body blockquote p,
.comment-content blockquote p,
.wpb_text_column blockquote p,
.td_block_text_with_title blockquote p,
.td_module_wrap:hover .entry-title a,
.td-subcat-filter .td-subcat-list a:hover,
.td-subcat-filter .td-subcat-dropdown a:hover,
.td_quote_on_blocks,
.dropcap2,
.dropcap3,
body .td_top_authors .td-active .td-authors-name a,
body .td_top_authors .td_mod_wrap:hover .td-authors-name a,
.td-post-next-prev-content a:hover,
.author-box-wrap .td-author-social a:hover,
.td-author-name a:hover,
.td-author-url a:hover,
.comment-reply-link:hover,
.logged-in-as a:hover,
#cancel-comment-reply-link:hover,
.td-search-query,
.widget a:hover,
.td_wp_recentcomments a:hover,
.archive .widget_archive .current,
.archive .widget_archive .current a,
.widget_calendar tfoot a:hover,
#bbpress-forums li.bbp-header .bbp-reply-content span a:hover,
#bbpress-forums .bbp-forum-freshness a:hover,
#bbpress-forums .bbp-topic-freshness a:hover,
#bbpress-forums .bbp-forums-list li a:hover,
#bbpress-forums .bbp-forum-title:hover,
#bbpress-forums .bbp-topic-permalink:hover,
#bbpress-forums .bbp-topic-started-by a:hover,
#bbpress-forums .bbp-topic-started-in a:hover,
#bbpress-forums .bbp-body .super-sticky li.bbp-topic-title .bbp-topic-permalink,
#bbpress-forums .bbp-body .sticky li.bbp-topic-title .bbp-topic-permalink,
.widget_display_replies .bbp-author-name,
.widget_display_topics .bbp-author-name,
.td-subfooter-menu li a:hover,
a.vc_btn-black:hover,
.td-smart-list-dropdown-wrap .td-smart-list-button:hover,
.td-instagram-user a,
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover,
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i,
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link:hover,
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item .td-cur-simple-item,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,
.td_block_template_2 .td-related-title .td-cur-simple-item,
.td_block_template_5 .td-related-title .td-cur-simple-item,
.td_block_template_6 .td-related-title .td-cur-simple-item,
.td_block_template_7 .td-related-title .td-cur-simple-item,
.td_block_template_8 .td-related-title .td-cur-simple-item,
.td_block_template_9 .td-related-title .td-cur-simple-item,
.td_block_template_10 .td-related-title .td-cur-simple-item,
.td_block_template_11 .td-related-title .td-cur-simple-item,
.td_block_template_12 .td-related-title .td-cur-simple-item,
.td_block_template_13 .td-related-title .td-cur-simple-item,
.td_block_template_14 .td-related-title .td-cur-simple-item,
.td_block_template_15 .td-related-title .td-cur-simple-item,
.td_block_template_16 .td-related-title .td-cur-simple-item,
.td_block_template_17 .td-related-title .td-cur-simple-item,
.td-theme-wrap .sf-menu ul .td-menu-item > a:hover,
.td-theme-wrap .sf-menu ul .sfHover > a,
.td-theme-wrap .sf-menu ul .current-menu-ancestor > a,
.td-theme-wrap .sf-menu ul .current-category-ancestor > a,
.td-theme-wrap .sf-menu ul .current-menu-item > a,
.td_outlined_btn,
body .td_block_categories_tags .td-ct-item:hover,
body .td_block_list_menu li.current-menu-item > a,
body .td_block_list_menu li.current-menu-ancestor > a,
body .td_block_list_menu li.current-category-ancestor > a {
color: #0b2d72;
}
a.vc_btn-black.vc_btn_square_outlined:hover,
a.vc_btn-black.vc_btn_outlined:hover {
color: #0b2d72 !important;
}
.td-next-prev-wrap a:hover,
.td-load-more-wrap a:hover,
.td-post-small-box a:hover,
.page-nav .current,
.page-nav:first-child > div,
#bbpress-forums .bbp-pagination .current,
.post .td_quote_box,
.page .td_quote_box,
a.vc_btn-black:hover,
.td_block_template_5 .td-block-title > *,
.td_outlined_btn {
border-color: #0b2d72;
}
.td_wrapper_video_playlist .td_video_currently_playing:after {
border-color: #0b2d72 !important;
}
.header-search-wrap .td-drop-down-search:before {
border-color: transparent transparent #0b2d72 transparent;
}
.block-title > span,
.block-title > a,
.block-title > label,
.widgettitle,
.widgettitle:after,
body .td-trending-now-title,
.td-trending-now-wrapper:hover .td-trending-now-title,
.wpb_tabs li.ui-tabs-active a,
.wpb_tabs li:hover a,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a,
.td_block_template_1 .td-related-title .td-cur-simple-item,
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more,
.td_3D_btn,
.td_shadow_btn,
.td_default_btn,
.td_round_btn,
.td_outlined_btn:hover {
background-color: #0b2d72;
}
.block-title,
.td_block_template_1 .td-related-title,
.wpb_tabs .wpb_tabs_nav,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
border-color: #0b2d72;
}
.td_block_wrap .td-subcat-item a.td-cur-simple-item {
color: #0b2d72;
}
.td-grid-style-4 .entry-title
{
background-color: rgba(11, 45, 114, 0.7);
}
.td-menu-background:before,
.td-search-background:before {
background: #2a4272;
background: -moz-linear-gradient(top, #2a4272 0%, #0b2d72 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #2a4272), color-stop(100%, #0b2d72));
background: -webkit-linear-gradient(top, #2a4272 0%, #0b2d72 100%);
background: -o-linear-gradient(top, #2a4272 0%, #0b2d72 100%);
background: -ms-linear-gradient(top, #2a4272 0%, #0b2d72 100%);
background: linear-gradient(to bottom, #2a4272 0%, #0b2d72 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a4272', endColorstr='#0b2d72', GradientType=0 );
}
.td-mobile-content .current-menu-item > a,
.td-mobile-content .current-menu-ancestor > a,
.td-mobile-content .current-category-ancestor > a,
#td-mobile-nav .td-menu-login-section a:hover,
#td-mobile-nav .td-register-section a:hover,
#td-mobile-nav .td-menu-socials-wrap a:hover i,
.td-search-close a:hover i {
color: #0b2d72;
}
body, p {
font-family:Cabin;
font-size:18px;
}
.mfp-content .td-login-button:active,
.mfp-content .td-login-button:hover {
background-color: #febe2b;
}
.mfp-content .td-login-button:active,
.mfp-content .td-login-button:hover {
color: #ffffff;
}
.white-popup-block:after {
background: #1d3a72;
background: -moz-linear-gradient(45deg, #1d3a72 0%, #0b2d72 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, #1d3a72), color-stop(100%, #0b2d72));
background: -webkit-linear-gradient(45deg, #1d3a72 0%, #0b2d72 100%);
background: linear-gradient(45deg, #1d3a72 0%, #0b2d72 100%);
}
.white-popup-block:before {
background-image: url('https://districtadministration.com/wp-content/uploads/2021/05/51-1.jpg');
}.td-header-style-12 .td-header-menu-wrap-full,
.td-header-style-12 .td-affix,
.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category,
.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category,
.td_category_template_3 .td-current-sub-category,
.td_category_template_8 .td-category-header .td-category a.td-current-sub-category,
.td_category_template_4 .td-category-siblings .td-category a:hover,
.td_block_big_grid_9.td-grid-style-1 .td-post-category,
.td_block_big_grid_9.td-grid-style-5 .td-post-category,
.td-grid-style-6.td-hover-1 .td-module-thumb:after,
.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-item > a,
.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-ancestor > a,
.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-category-ancestor > a,
.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > li > a:hover,
.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .sfHover > a {
background-color: #0b2d72;
}
.td_mega_menu_sub_cats .cur-sub-cat,
.td-mega-span h3 a:hover,
.td_mod_mega_menu:hover .entry-title a,
.header-search-wrap .result-msg a:hover,
.td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a,
.td-header-top-menu .td-icon-search:hover,
.td-header-wrap .result-msg a:hover,
.top-header-menu li a:hover,
.top-header-menu .current-menu-item > a,
.top-header-menu .current-menu-ancestor > a,
.top-header-menu .current-category-ancestor > a,
.td-social-icon-wrap > a:hover,
.td-header-sp-top-widget .td-social-icon-wrap a:hover,
.td_mod_related_posts:hover h3 > a,
.td-post-template-11 .td-related-title .td-related-left:hover,
.td-post-template-11 .td-related-title .td-related-right:hover,
.td-post-template-11 .td-related-title .td-cur-simple-item,
.td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover,
.td-category-header .td-pulldown-category-filter-link:hover,
.td-category-siblings .td-subcat-dropdown a:hover,
.td-category-siblings .td-subcat-dropdown a.td-current-sub-category,
.footer-text-wrap .footer-email-wrap a,
.footer-social-wrap a:hover,
.td_module_17 .td-read-more a:hover,
.td_module_18 .td-read-more a:hover,
.td_module_19 .td-post-author-name a:hover,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,
.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-category-ancestor > a,
.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-ancestor > a,
.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-item > a,
.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .sfHover > a,
.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > li > a:hover {
color: #0b2d72;
}
.td-mega-menu-page .wpb_content_element ul li a:hover,
.td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,
.td-theme-wrap .header-search-wrap .result-msg a:hover {
color: #0b2d72 !important;
}
.td_category_template_8 .td-category-header .td-category a.td-current-sub-category,
.td_category_template_4 .td-category-siblings .td-category a:hover,
.tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-item > a,
.tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-ancestor > a,
.tdm-menu-active-style4 .tdm-header .sf-menu > .current-category-ancestor > a,
.tdm-menu-active-style4 .tdm-header .sf-menu > li > a:hover,
.tdm-menu-active-style4 .tdm-header .sf-menu > .sfHover > a {
border-color: #0b2d72;
}
.block-title > span,
.block-title > a,
.widgettitle,
body .td-trending-now-title,
.wpb_tabs li a,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a,
.td-theme-wrap .td-related-title a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce .product .products h2:not(.woocommerce-loop-product__title),
.td-theme-wrap .td-block-title {
font-family:Cabin;
}
.td_module_wrap .td-post-author-name a {
font-family:Cabin;
}
.td-post-date .entry-date {
font-family:Cabin;
}
.td-module-comments a,
.td-post-views span,
.td-post-comments a {
font-family:Cabin;
}
.td-big-grid-meta .td-post-category,
.td_module_wrap .td-post-category,
.td-module-image .td-post-category {
font-family:Cabin;
}
.td-subcat-filter .td-subcat-dropdown a,
.td-subcat-filter .td-subcat-list a,
.td-subcat-filter .td-subcat-dropdown span {
font-family:Cabin;
}
.td-excerpt,
.td_module_14 .td-excerpt {
font-family:Cabin;
}
.td_module_wrap .td-module-title {
font-family:Cabin;
}
.td_block_trending_now .entry-title,
.td-theme-slider .td-module-title,
.td-big-grid-post .entry-title {
font-family:Cabin;
}
.post .td-post-header .entry-title {
font-family:Cabin;
}
.td-post-template-default .td-post-header .entry-title {
font-family:Cabin;
}
.td-header-wrap .black-menu .sf-menu > .current-menu-item > a,
.td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a,
.td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a,
.td-header-wrap .black-menu .sf-menu > li > a:hover,
.td-header-wrap .black-menu .sf-menu > .sfHover > a,
.sf-menu > .current-menu-item > a:after,
.sf-menu > .current-menu-ancestor > a:after,
.sf-menu > .current-category-ancestor > a:after,
.sf-menu > li:hover > a:after,
.sf-menu > .sfHover > a:after,
.header-search-wrap .td-drop-down-search:after,
.header-search-wrap .td-drop-down-search .btn:hover,
input[type=submit]:hover,
.td-read-more a,
.td-post-category:hover,
body .td_top_authors .td-active .td-author-post-count,
body .td_top_authors .td-active .td-author-comments-count,
body .td_top_authors .td_mod_wrap:hover .td-author-post-count,
body .td_top_authors .td_mod_wrap:hover .td-author-comments-count,
.td-404-sub-sub-title a:hover,
.td-search-form-widget .wpb_button:hover,
.td-rating-bar-wrap div,
.dropcap,
.td_wrapper_video_playlist .td_video_controls_playlist_wrapper,
.wpb_default,
.wpb_default:hover,
.td-left-smart-list:hover,
.td-right-smart-list:hover,
#bbpress-forums button:hover,
.bbp_widget_login .button:hover,
.td-footer-wrapper .td-post-category,
.td-footer-wrapper .widget_product_search input[type="submit"]:hover,
.single-product .product .summary .cart .button:hover,
.td-next-prev-wrap a:hover,
.td-load-more-wrap a:hover,
.td-post-small-box a:hover,
.page-nav .current,
.page-nav:first-child > div,
#bbpress-forums .bbp-pagination .current,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,
.td-theme-slider:hover .slide-meta-cat a,
a.vc_btn-black:hover,
.td-trending-now-wrapper:hover .td-trending-now-title,
.td-scroll-up,
.td-smart-list-button:hover,
.td-weather-information:before,
.td-weather-week:before,
.td_block_exchange .td-exchange-header:before,
.td-pulldown-syle-2 .td-subcat-dropdown ul:after,
.td_block_template_9 .td-block-title:after,
.td_block_template_15 .td-block-title:before,
div.wpforms-container .wpforms-form div.wpforms-submit-container button[type=submit],
.td-close-video-fixed {
background-color: #0b2d72;
}
.td_block_template_4 .td-related-title .td-cur-simple-item:before {
border-color: #0b2d72 transparent transparent transparent !important;
}
.td_block_template_4 .td-related-title .td-cur-simple-item,
.td_block_template_3 .td-related-title .td-cur-simple-item,
.td_block_template_9 .td-related-title:after {
background-color: #0b2d72;
}
a,
cite a:hover,
.td-page-content blockquote p,
.td-post-content blockquote p,
.mce-content-body blockquote p,
.comment-content blockquote p,
.wpb_text_column blockquote p,
.td_block_text_with_title blockquote p,
.td_module_wrap:hover .entry-title a,
.td-subcat-filter .td-subcat-list a:hover,
.td-subcat-filter .td-subcat-dropdown a:hover,
.td_quote_on_blocks,
.dropcap2,
.dropcap3,
body .td_top_authors .td-active .td-authors-name a,
body .td_top_authors .td_mod_wrap:hover .td-authors-name a,
.td-post-next-prev-content a:hover,
.author-box-wrap .td-author-social a:hover,
.td-author-name a:hover,
.td-author-url a:hover,
.comment-reply-link:hover,
.logged-in-as a:hover,
#cancel-comment-reply-link:hover,
.td-search-query,
.widget a:hover,
.td_wp_recentcomments a:hover,
.archive .widget_archive .current,
.archive .widget_archive .current a,
.widget_calendar tfoot a:hover,
#bbpress-forums li.bbp-header .bbp-reply-content span a:hover,
#bbpress-forums .bbp-forum-freshness a:hover,
#bbpress-forums .bbp-topic-freshness a:hover,
#bbpress-forums .bbp-forums-list li a:hover,
#bbpress-forums .bbp-forum-title:hover,
#bbpress-forums .bbp-topic-permalink:hover,
#bbpress-forums .bbp-topic-started-by a:hover,
#bbpress-forums .bbp-topic-started-in a:hover,
#bbpress-forums .bbp-body .super-sticky li.bbp-topic-title .bbp-topic-permalink,
#bbpress-forums .bbp-body .sticky li.bbp-topic-title .bbp-topic-permalink,
.widget_display_replies .bbp-author-name,
.widget_display_topics .bbp-author-name,
.td-subfooter-menu li a:hover,
a.vc_btn-black:hover,
.td-smart-list-dropdown-wrap .td-smart-list-button:hover,
.td-instagram-user a,
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover,
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i,
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link:hover,
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item .td-cur-simple-item,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,
.td_block_template_2 .td-related-title .td-cur-simple-item,
.td_block_template_5 .td-related-title .td-cur-simple-item,
.td_block_template_6 .td-related-title .td-cur-simple-item,
.td_block_template_7 .td-related-title .td-cur-simple-item,
.td_block_template_8 .td-related-title .td-cur-simple-item,
.td_block_template_9 .td-related-title .td-cur-simple-item,
.td_block_template_10 .td-related-title .td-cur-simple-item,
.td_block_template_11 .td-related-title .td-cur-simple-item,
.td_block_template_12 .td-related-title .td-cur-simple-item,
.td_block_template_13 .td-related-title .td-cur-simple-item,
.td_block_template_14 .td-related-title .td-cur-simple-item,
.td_block_template_15 .td-related-title .td-cur-simple-item,
.td_block_template_16 .td-related-title .td-cur-simple-item,
.td_block_template_17 .td-related-title .td-cur-simple-item,
.td-theme-wrap .sf-menu ul .td-menu-item > a:hover,
.td-theme-wrap .sf-menu ul .sfHover > a,
.td-theme-wrap .sf-menu ul .current-menu-ancestor > a,
.td-theme-wrap .sf-menu ul .current-category-ancestor > a,
.td-theme-wrap .sf-menu ul .current-menu-item > a,
.td_outlined_btn,
body .td_block_categories_tags .td-ct-item:hover,
body .td_block_list_menu li.current-menu-item > a,
body .td_block_list_menu li.current-menu-ancestor > a,
body .td_block_list_menu li.current-category-ancestor > a {
color: #0b2d72;
}
a.vc_btn-black.vc_btn_square_outlined:hover,
a.vc_btn-black.vc_btn_outlined:hover {
color: #0b2d72 !important;
}
.td-next-prev-wrap a:hover,
.td-load-more-wrap a:hover,
.td-post-small-box a:hover,
.page-nav .current,
.page-nav:first-child > div,
#bbpress-forums .bbp-pagination .current,
.post .td_quote_box,
.page .td_quote_box,
a.vc_btn-black:hover,
.td_block_template_5 .td-block-title > *,
.td_outlined_btn {
border-color: #0b2d72;
}
.td_wrapper_video_playlist .td_video_currently_playing:after {
border-color: #0b2d72 !important;
}
.header-search-wrap .td-drop-down-search:before {
border-color: transparent transparent #0b2d72 transparent;
}
.block-title > span,
.block-title > a,
.block-title > label,
.widgettitle,
.widgettitle:after,
body .td-trending-now-title,
.td-trending-now-wrapper:hover .td-trending-now-title,
.wpb_tabs li.ui-tabs-active a,
.wpb_tabs li:hover a,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a,
.td_block_template_1 .td-related-title .td-cur-simple-item,
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more,
.td_3D_btn,
.td_shadow_btn,
.td_default_btn,
.td_round_btn,
.td_outlined_btn:hover {
background-color: #0b2d72;
}
.block-title,
.td_block_template_1 .td-related-title,
.wpb_tabs .wpb_tabs_nav,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
border-color: #0b2d72;
}
.td_block_wrap .td-subcat-item a.td-cur-simple-item {
color: #0b2d72;
}
.td-grid-style-4 .entry-title
{
background-color: rgba(11, 45, 114, 0.7);
}
.td-menu-background:before,
.td-search-background:before {
background: #2a4272;
background: -moz-linear-gradient(top, #2a4272 0%, #0b2d72 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #2a4272), color-stop(100%, #0b2d72));
background: -webkit-linear-gradient(top, #2a4272 0%, #0b2d72 100%);
background: -o-linear-gradient(top, #2a4272 0%, #0b2d72 100%);
background: -ms-linear-gradient(top, #2a4272 0%, #0b2d72 100%);
background: linear-gradient(to bottom, #2a4272 0%, #0b2d72 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a4272', endColorstr='#0b2d72', GradientType=0 );
}
.td-mobile-content .current-menu-item > a,
.td-mobile-content .current-menu-ancestor > a,
.td-mobile-content .current-category-ancestor > a,
#td-mobile-nav .td-menu-login-section a:hover,
#td-mobile-nav .td-register-section a:hover,
#td-mobile-nav .td-menu-socials-wrap a:hover i,
.td-search-close a:hover i {
color: #0b2d72;
}
body, p {
font-family:Cabin;
font-size:18px;
}
.mfp-content .td-login-button:active,
.mfp-content .td-login-button:hover {
background-color: #febe2b;
}
.mfp-content .td-login-button:active,
.mfp-content .td-login-button:hover {
color: #ffffff;
}
.white-popup-block:after {
background: #1d3a72;
background: -moz-linear-gradient(45deg, #1d3a72 0%, #0b2d72 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, #1d3a72), color-stop(100%, #0b2d72));
background: -webkit-linear-gradient(45deg, #1d3a72 0%, #0b2d72 100%);
background: linear-gradient(45deg, #1d3a72 0%, #0b2d72 100%);
}
.white-popup-block:before {
background-image: url('https://districtadministration.com/wp-content/uploads/2021/05/51-1.jpg');
}.td-header-style-12 .td-header-menu-wrap-full,
.td-header-style-12 .td-affix,
.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category,
.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category,
.td_category_template_3 .td-current-sub-category,
.td_category_template_8 .td-category-header .td-category a.td-current-sub-category,
.td_category_template_4 .td-category-siblings .td-category a:hover,
.td_block_big_grid_9.td-grid-style-1 .td-post-category,
.td_block_big_grid_9.td-grid-style-5 .td-post-category,
.td-grid-style-6.td-hover-1 .td-module-thumb:after,
.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-item > a,
.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-ancestor > a,
.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-category-ancestor > a,
.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > li > a:hover,
.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .sfHover > a {
background-color: #0b2d72;
}
.td_mega_menu_sub_cats .cur-sub-cat,
.td-mega-span h3 a:hover,
.td_mod_mega_menu:hover .entry-title a,
.header-search-wrap .result-msg a:hover,
.td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a,
.td-header-top-menu .td-icon-search:hover,
.td-header-wrap .result-msg a:hover,
.top-header-menu li a:hover,
.top-header-menu .current-menu-item > a,
.top-header-menu .current-menu-ancestor > a,
.top-header-menu .current-category-ancestor > a,
.td-social-icon-wrap > a:hover,
.td-header-sp-top-widget .td-social-icon-wrap a:hover,
.td_mod_related_posts:hover h3 > a,
.td-post-template-11 .td-related-title .td-related-left:hover,
.td-post-template-11 .td-related-title .td-related-right:hover,
.td-post-template-11 .td-related-title .td-cur-simple-item,
.td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover,
.td-category-header .td-pulldown-category-filter-link:hover,
.td-category-siblings .td-subcat-dropdown a:hover,
.td-category-siblings .td-subcat-dropdown a.td-current-sub-category,
.footer-text-wrap .footer-email-wrap a,
.footer-social-wrap a:hover,
.td_module_17 .td-read-more a:hover,
.td_module_18 .td-read-more a:hover,
.td_module_19 .td-post-author-name a:hover,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,
.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-category-ancestor > a,
.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-ancestor > a,
.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-item > a,
.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .sfHover > a,
.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > li > a:hover {
color: #0b2d72;
}
.td-mega-menu-page .wpb_content_element ul li a:hover,
.td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,
.td-theme-wrap .header-search-wrap .result-msg a:hover {
color: #0b2d72 !important;
}
.td_category_template_8 .td-category-header .td-category a.td-current-sub-category,
.td_category_template_4 .td-category-siblings .td-category a:hover,
.tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-item > a,
.tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-ancestor > a,
.tdm-menu-active-style4 .tdm-header .sf-menu > .current-category-ancestor > a,
.tdm-menu-active-style4 .tdm-header .sf-menu > li > a:hover,
.tdm-menu-active-style4 .tdm-header .sf-menu > .sfHover > a {
border-color: #0b2d72;
}
.block-title > span,
.block-title > a,
.widgettitle,
body .td-trending-now-title,
.wpb_tabs li a,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a,
.td-theme-wrap .td-related-title a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce .product .products h2:not(.woocommerce-loop-product__title),
.td-theme-wrap .td-block-title {
font-family:Cabin;
}
.td_module_wrap .td-post-author-name a {
font-family:Cabin;
}
.td-post-date .entry-date {
font-family:Cabin;
}
.td-module-comments a,
.td-post-views span,
.td-post-comments a {
font-family:Cabin;
}
.td-big-grid-meta .td-post-category,
.td_module_wrap .td-post-category,
.td-module-image .td-post-category {
font-family:Cabin;
}
.td-subcat-filter .td-subcat-dropdown a,
.td-subcat-filter .td-subcat-list a,
.td-subcat-filter .td-subcat-dropdown span {
font-family:Cabin;
}
.td-excerpt,
.td_module_14 .td-excerpt {
font-family:Cabin;
}
.td_module_wrap .td-module-title {
font-family:Cabin;
}
.td_block_trending_now .entry-title,
.td-theme-slider .td-module-title,
.td-big-grid-post .entry-title {
font-family:Cabin;
}
.post .td-post-header .entry-title {
font-family:Cabin;
}
.td-post-template-default .td-post-header .entry-title {
font-family:Cabin;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async="" src="//www.googletagmanager.com/gtag/js?id=UA-168709-2"></script>
<script type="text/javascript">
/*
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-168709-2', 'auto');
ga('send', 'pageview');
*/
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-168709-2');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-K7GSKZN');</script>
<!-- End Google Tag Manager -->
<!-- Facebook Pixel Code -->
<script type="text/javascript">
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'//connect.facebook.net/en_US/fbevents.js');
fbq('init', '805888469551400');
fbq('track', 'PageView');
</script>
<script id="parsely-cfg" src="//cdn.parsely.com/keys/universitybusiness.com/p.js"></script>
<!-- End Facebook Pixel Code --><script type="text/javascript">function setREVStartSize(e){
//window.requestAnimationFrame(function() {
window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW;
window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH;
try {
var pw = document.getElementById(e.c).parentNode.offsetWidth,
newh;
pw = pw===0 || isNaN(pw) ? window.RSIW : pw;
e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw);
e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw);
e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh);
e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh);
e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide);
e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide);
e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0);
if(e.layout==="fullscreen" || e.l==="fullscreen")
newh = Math.max(e.mh,window.RSIH);
else{
e.gw = Array.isArray(e.gw) ? e.gw : [e.gw];
for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1];
e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el;
e.gh = Array.isArray(e.gh) ? e.gh : [e.gh];
for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1];
var nl = new Array(e.rl.length),
ix = 0,
sl;
e.tabw = e.tabhide>=pw ? 0 : e.tabw;
e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw;
e.tabh = e.tabhide>=pw ? 0 : e.tabh;
e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh;
for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i];
sl = nl[0];
for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;}
var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]);
newh = (e.gh[ix] * m) + (e.tabh + e.thumbh);
}
if(window.rs_init_css===undefined) window.rs_init_css = document.head.appendChild(document.createElement("style"));
document.getElementById(e.c).height = newh+"px";
window.rs_init_css.innerHTML += "#"+e.c+"_wrapper { height: "+newh+"px }";
} catch(e){
console.log("Failure at Presize of Slider:" + e)
}
//});
};</script>
<!-- Button style compiled by theme -->
<style>
.tdm_block_column_content:hover .tdm-col-content-title-url .tdm-title,
.tds-button2 .tdm-btn-text,
.tds-button2 i,
.tds-button5:hover .tdm-btn-text,
.tds-button5:hover i,
.tds-button6 .tdm-btn-text,
.tds-button6 i,
.tdm_block_list .tdm-list-item i,
.tdm_block_pricing .tdm-pricing-feature i,
body .tdm-social-item i {
color: #0b2d72;
}
.tds-button1,
.tds-button6:after,
.tds-title2 .tdm-title-line:after,
.tds-title3 .tdm-title-line:after,
.tdm_block_pricing.tdm-pricing-featured:before,
.tdm_block_pricing.tds_pricing2_block.tdm-pricing-featured .tdm-pricing-header,
.tds-progress-bar1 .tdm-progress-bar:after,
.tds-progress-bar2 .tdm-progress-bar:after,
.tds-social3 .tdm-social-item {
background-color: #0b2d72;
}
.tds-button2:before,
.tds-button6:before,
.tds-progress-bar3 .tdm-progress-bar:after {
border-color: #0b2d72;
}
.tdm-btn-style1 {
background-color: #0b2d72;
}
.tdm-btn-style2:before {
border-color: #0b2d72;
}
.tdm-btn-style2 {
color: #0b2d72;
}
.tdm-btn-style3 {
-webkit-box-shadow: 0 2px 16px #0b2d72;
-moz-box-shadow: 0 2px 16px #0b2d72;
box-shadow: 0 2px 16px #0b2d72;
}
.tdm-btn-style3:hover {
-webkit-box-shadow: 0 4px 26px #0b2d72;
-moz-box-shadow: 0 4px 26px #0b2d72;
box-shadow: 0 4px 26px #0b2d72;
}
</style>
<style id="tdw-css-placeholder"></style><script async="" src="https://connect.facebook.net/signals/config/805888469551400?v=2.9.178&r=stable&domain=universitybusiness.com&hme=28abfdc7e582ae2a8fdd6ac5ebb406923cf601dc2ee488049b0628e75e0f6b36&ex_m=70%2C122%2C107%2C111%2C61%2C4%2C100%2C69%2C16%2C97%2C89%2C51%2C54%2C173%2C176%2C188%2C184%2C185%2C187%2C29%2C101%2C53%2C77%2C186%2C168%2C171%2C181%2C182%2C189%2C132%2C41%2C191%2C192%2C34%2C144%2C15%2C50%2C197%2C196%2C134%2C18%2C40%2C1%2C43%2C65%2C66%2C67%2C71%2C93%2C17%2C14%2C96%2C92%2C91%2C108%2C52%2C110%2C39%2C109%2C30%2C94%2C26%2C169%2C172%2C141%2C86%2C56%2C84%2C33%2C73%2C0%2C95%2C32%2C28%2C82%2C83%2C88%2C47%2C46%2C87%2C37%2C11%2C12%2C13%2C6%2C7%2C25%2C22%2C23%2C57%2C62%2C64%2C75%2C102%2C27%2C76%2C9%2C8%2C80%2C48%2C21%2C104%2C103%2C105%2C98%2C10%2C20%2C3%2C38%2C74%2C19%2C5%2C90%2C81%2C44%2C35%2C85%2C2%2C36%2C63%2C42%2C106%2C45%2C79%2C68%2C112%2C60%2C59%2C31%2C99%2C58%2C55%2C49%2C78%2C72%2C24%2C113"></script><meta content="AlK2UR5SkAlj8jjdEc9p3F3xuFYlF6LYjAML3EOqw1g26eCwWPjdmecULvBH5MVPoqKYrOfPhYVL71xAXI1IBQoAAAB8eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3NTgwNjcxOTksImlzU3ViZG9tYWluIjp0cnVlfQ==" http-equiv="origin-trial"/><meta content="Amm8/NmvvQfhwCib6I7ZsmUxiSCfOxWxHayJwyU1r3gRIItzr7bNQid6O8ZYaE1GSQTa69WwhPC9flq/oYkRBwsAAACCeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3NTgwNjcxOTksImlzU3ViZG9tYWluIjp0cnVlfQ==" http-equiv="origin-trial"/><meta content="A9wSqI5i0iwGdf6L1CERNdmsTPgVu44ewj8QxTBYgsv1LCPUVF7YmWOvTappqB1139jAymxUW/RO8zmMqo4zlAAAAACNeyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiRmxlZGdlQmlkZGluZ0FuZEF1Y3Rpb25TZXJ2ZXIiLCJleHBpcnkiOjE3MzY4MTI4MDAsImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9" http-equiv="origin-trial"/><meta content="A+d7vJfYtay4OUbdtRPZA3y7bKQLsxaMEPmxgfhBGqKXNrdkCQeJlUwqa6EBbSfjwFtJWTrWIioXeMW+y8bWAgQAAACTeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiRmxlZGdlQmlkZGluZ0FuZEF1Y3Rpb25TZXJ2ZXIiLCJleHBpcnkiOjE3MzY4MTI4MDAsImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9" http-equiv="origin-trial"/><script async="" src="https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202412090101/pubads_impl.js?cb=31089395"></script><link href="https://securepubads.g.doubleclick.net/pagead/managed/dict/m202412050101/gpt" rel="compression-dictionary"/> <style id="cky-style">.cky-hide{display: none;}.cky-btn-revisit-wrapper{display: flex; align-items: center; justify-content: center; background: #0056a7; width: 45px; height: 45px; border-radius: 50%; position: fixed; z-index: 999999; cursor: pointer;}.cky-revisit-bottom-left{bottom: 15px; left: 15px;}.cky-revisit-bottom-right{bottom: 15px; right: 15px;}.cky-btn-revisit-wrapper .cky-btn-revisit{display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; position: relative; margin: 0; padding: 0;}.cky-btn-revisit-wrapper .cky-btn-revisit img{max-width: fit-content; margin: 0; height: 30px; width: 30px;}.cky-revisit-bottom-left:hover::before{content: attr(data-tooltip); position: absolute; background: #4E4B66; color: #ffffff; left: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-left:hover::after{position: absolute; content: ""; border: 5px solid transparent; left: calc(100% + 2px); border-left-width: 0; border-right-color: #4E4B66;}.cky-revisit-bottom-right:hover::before{content: attr(data-tooltip); position: absolute; background: #4E4B66; color: #ffffff; right: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-right:hover::after{position: absolute; content: ""; border: 5px solid transparent; right: calc(100% + 2px); border-right-width: 0; border-left-color: #4E4B66;}.cky-revisit-hide{display: none;}.cky-consent-container{position: fixed; width: 100%; box-sizing: border-box; z-index: 9999999;}.cky-classic-bottom{bottom: 0; left: 0;}.cky-classic-top{top: 0; left: 0;}.cky-consent-container .cky-consent-bar{background: #ffffff; border: 1px solid; padding: 16.5px 24px; box-shadow: 0 -1px 10px 0 #acabab4d;}.cky-consent-bar .cky-banner-btn-close{position: absolute; right: 9px; top: 5px; background: none; border: none; cursor: pointer; padding: 0; margin: 0; height: auto; width: auto; min-height: 0; line-height: 0; text-shadow: none; box-shadow: none;}.cky-consent-bar .cky-banner-btn-close img{width: 9px; height: 9px; margin: 0;}.cky-custom-brand-logo-wrapper .cky-custom-brand-logo{width: 100px; height: auto; margin: 0 0 10px 0;}.cky-notice .cky-title{color: #212121; font-weight: 700; font-size: 18px; line-height: 24px; margin: 0 0 10px 0;}.cky-notice-group{display: flex; justify-content: space-between; align-items: center;}.cky-notice-des *{font-size: 14px;}.cky-notice-des{color: #212121; font-size: 14px; line-height: 24px; font-weight: 400;}.cky-notice-des img{height: 25px; width: 25px;}.cky-consent-bar .cky-notice-des p{color: inherit; margin-top: 0; overflow-wrap: break-word;}.cky-notice-des p:last-child{margin-bottom: 0;}.cky-notice-des a.cky-policy,.cky-notice-des button.cky-policy{font-size: 14px; color: #1863dc; white-space: nowrap; cursor: pointer; background: transparent; border: 1px solid; text-decoration: underline;}.cky-notice-des button.cky-policy{padding: 0;}.cky-notice-des a.cky-policy:focus-visible,.cky-consent-bar .cky-banner-btn-close:focus-visible,.cky-notice-des button.cky-policy:focus-visible,.cky-category-direct-switch input[type="checkbox"]:focus-visible,.cky-preference-content-wrapper .cky-show-desc-btn:focus-visible,.cky-accordion-header .cky-accordion-btn:focus-visible,.cky-switch input[type="checkbox"]:focus-visible,.cky-footer-wrapper a:focus-visible,.cky-btn:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}.cky-btn:focus:not(:focus-visible),.cky-accordion-header .cky-accordion-btn:focus:not(:focus-visible),.cky-preference-content-wrapper .cky-show-desc-btn:focus:not(:focus-visible),.cky-btn-revisit-wrapper .cky-btn-revisit:focus:not(:focus-visible),.cky-preference-header .cky-btn-close:focus:not(:focus-visible),.cky-banner-btn-close:focus:not(:focus-visible){outline: 0;}button.cky-show-desc-btn:not(:hover):not(:active){color: #1863dc; background: transparent;}button.cky-accordion-btn:not(:hover):not(:active),button.cky-banner-btn-close:not(:hover):not(:active),button.cky-btn-close:not(:hover):not(:active),button.cky-btn-revisit:not(:hover):not(:active){background: transparent;}.cky-consent-bar button:hover,.cky-modal.cky-modal-open button:hover,.cky-consent-bar button:focus,.cky-modal.cky-modal-open button:focus{text-decoration: none;}.cky-notice-btn-wrapper{display: flex; justify-content: center; align-items: center; margin-left: 15px;}.cky-notice-btn-wrapper .cky-btn{text-shadow: none; box-shadow: none;}.cky-btn{font-size: 14px; font-family: inherit; line-height: 24px; padding: 8px 27px; font-weight: 500; margin: 0 8px 0 0; border-radius: 2px; white-space: nowrap; cursor: pointer; text-align: center; text-transform: none; min-height: 0;}.cky-btn:hover{opacity: 0.8;}.cky-btn-customize{color: #1863dc; background: transparent; border: 2px solid; border-color: #1863dc; padding: 8px 28px 8px 14px; position: relative;}.cky-btn-reject{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-accept{background: #1863dc; color: #ffffff; border: 2px solid #1863dc;}.cky-consent-bar .cky-btn-customize::after{position: absolute; content: ""; display: inline-block; top: 18px; right: 12px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid; border-top-color: inherit;}.cky-consent-container.cky-consent-bar-expand .cky-btn-customize::after{transform: rotate(-180deg);}.cky-btn:last-child{margin-right: 0;}@media (max-width: 768px){.cky-notice-group{display: block;}.cky-notice-btn-wrapper{margin: 0;}.cky-notice-btn-wrapper{flex-wrap: wrap;}.cky-notice-btn-wrapper .cky-btn{flex: auto; max-width: 100%; margin-top: 10px; white-space: unset;}}@media (max-width: 576px){.cky-btn-accept{order: 1; width: 100%;}.cky-btn-customize{order: 2;}.cky-btn-reject{order: 3; margin-right: 0;}.cky-consent-container.cky-consent-bar-expand .cky-consent-bar{display: none;}.cky-consent-container .cky-consent-bar{padding: 16.5px 0;}.cky-custom-brand-logo-wrapper .cky-custom-brand-logo, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper, .cky-category-direct-preview-wrapper{padding: 0 24px;}.cky-notice-des{max-height: 40vh; overflow-y: scroll;}}@media (max-width: 352px){.cky-notice .cky-title{font-size: 16px;}.cky-notice-des *{font-size: 12px;}.cky-notice-des, .cky-btn, .cky-notice-des a.cky-policy{font-size: 12px;}}.cky-preference-wrapper{display: none;}.cky-consent-container.cky-classic-bottom.cky-consent-bar-expand{animation: cky-classic-expand 1s;}.cky-consent-container.cky-classic-bottom.cky-consent-bar-expand .cky-preference-wrapper{display: block;}@keyframes cky-classic-expand{0%{transform: translateY(50%);}100%{transform: translateY(0%);}}.cky-consent-container.cky-classic-top .cky-preference-wrapper{animation: cky-classic-top-expand 1s;}.cky-consent-container.cky-classic-top.cky-consent-bar-expand .cky-preference-wrapper{display: block;}@keyframes cky-classic-top-expand{0%{opacity: 0; transform: translateY(-50%);}50%{opacity: 0;}100%{opacity: 1; transform: translateY(0%);}}.cky-preference{padding: 0 24px; color: #212121; overflow-y: scroll; max-height: 48vh;}.cky-preference-center,.cky-preference,.cky-preference-header,.cky-footer-wrapper{background-color: inherit;}.cky-preference-center,.cky-preference,.cky-preference-body-wrapper,.cky-accordion-wrapper{color: inherit;}.cky-preference-header .cky-btn-close{cursor: pointer; vertical-align: middle; padding: 0; margin: 0; display: none; background: none; border: none; height: auto; width: auto; min-height: 0; line-height: 0; box-shadow: none; text-shadow: none;}.cky-preference-header .cky-btn-close img{margin: 0; height: 10px; width: 10px;}.cky-preference-header{margin: 16px 0 0 0; display: flex; align-items: center; justify-content: space-between;}.cky-preference-header .cky-preference-title{font-size: 18px; font-weight: 700; line-height: 24px;}.cky-preference-content-wrapper *{font-size: 14px;}.cky-preference-content-wrapper{font-size: 14px; line-height: 24px; font-weight: 400; padding: 12px 0; border-bottom: 1px solid;}.cky-preference-content-wrapper img{height: 25px; width: 25px;}.cky-preference-content-wrapper .cky-show-desc-btn{font-size: 14px; font-family: inherit; color: #1863dc; text-decoration: none; line-height: 24px; padding: 0; margin: 0; white-space: nowrap; cursor: pointer; background: transparent; border-color: transparent; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-preference-body-wrapper .cky-preference-content-wrapper p{color: inherit; margin-top: 0;}.cky-accordion-wrapper{margin-bottom: 10px;}.cky-accordion{border-bottom: 1px solid;}.cky-accordion:last-child{border-bottom: none;}.cky-accordion .cky-accordion-item{display: flex; margin-top: 10px;}.cky-accordion .cky-accordion-body{display: none;}.cky-accordion.cky-accordion-active .cky-accordion-body{display: block; padding: 0 22px; margin-bottom: 16px;}.cky-accordion-header-wrapper{cursor: pointer; width: 100%;}.cky-accordion-item .cky-accordion-header{display: flex; justify-content: space-between; align-items: center;}.cky-accordion-header .cky-accordion-btn{font-size: 16px; font-family: inherit; color: #212121; line-height: 24px; background: none; border: none; font-weight: 700; padding: 0; margin: 0; cursor: pointer; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-header .cky-always-active{color: #008000; font-weight: 600; line-height: 24px; font-size: 14px;}.cky-accordion-header-des *{font-size: 14px;}.cky-accordion-header-des{color: #212121; font-size: 14px; line-height: 24px; margin: 10px 0 16px 0;}.cky-accordion-header-wrapper .cky-accordion-header-des p{color: inherit; margin-top: 0;}.cky-accordion-chevron{margin-right: 22px; position: relative; cursor: pointer;}.cky-accordion-chevron-hide{display: none;}.cky-accordion .cky-accordion-chevron i::before{content: ""; position: absolute; border-right: 1.4px solid; border-bottom: 1.4px solid; border-color: inherit; height: 6px; width: 6px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); transition: all 0.2s ease-in-out; top: 8px;}.cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}.cky-audit-table{background: #f4f4f4; border-radius: 6px;}.cky-audit-table .cky-empty-cookies-text{color: inherit; font-size: 12px; line-height: 24px; margin: 0; padding: 10px;}.cky-audit-table .cky-cookie-des-table{font-size: 12px; line-height: 24px; font-weight: normal; padding: 15px 10px; border-bottom: 1px solid; border-bottom-color: inherit; margin: 0;}.cky-audit-table .cky-cookie-des-table:last-child{border-bottom: none;}.cky-audit-table .cky-cookie-des-table li{list-style-type: none; display: flex; padding: 3px 0;}.cky-audit-table .cky-cookie-des-table li:first-child{padding-top: 0;}.cky-cookie-des-table li div:first-child{width: 100px; font-weight: 600; word-break: break-word; word-wrap: break-word;}.cky-cookie-des-table li div:last-child{flex: 1; word-break: break-word; word-wrap: break-word; margin-left: 8px;}.cky-cookie-des-table li div:last-child p{color: inherit; margin-top: 0;}.cky-cookie-des-table li div:last-child p:last-child{margin-bottom: 0;}.cky-prefrence-btn-wrapper{display: flex; align-items: center; justify-content: flex-end; padding: 18px 24px; border-top: 1px solid;}.cky-prefrence-btn-wrapper .cky-btn{text-shadow: none; box-shadow: none;}.cky-category-direct-preview-btn-wrapper .cky-btn-preferences{text-shadow: none; box-shadow: none;}.cky-prefrence-btn-wrapper .cky-btn-accept,.cky-prefrence-btn-wrapper .cky-btn-reject{display: none;}.cky-btn-preferences{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-footer-wrapper{position: relative;}.cky-footer-shadow{display: block; width: 100%; height: 40px; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); position: absolute; bottom: 100%;}.cky-preference-center,.cky-preference,.cky-preference-body-wrapper,.cky-preference-content-wrapper,.cky-accordion-wrapper,.cky-accordion,.cky-footer-wrapper,.cky-prefrence-btn-wrapper{border-color: inherit;}@media (max-width: 768px){.cky-preference{max-height: 35vh;}}@media (max-width: 576px){.cky-consent-bar-hide{display: none;}.cky-preference{max-height: 100vh; padding: 0;}.cky-preference-body-wrapper{padding: 60px 24px 200px;}.cky-preference-body-wrapper-reject-hide{padding: 60px 24px 165px;}.cky-preference-header{position: fixed; width: 100%; box-sizing: border-box; z-index: 999999999; margin: 0; padding: 16px 24px; border-bottom: 1px solid #f4f4f4;}.cky-preference-header .cky-btn-close{display: block;}.cky-prefrence-btn-wrapper{display: block;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding-right: 0;}.cky-prefrence-btn-wrapper .cky-btn{width: 100%; margin-top: 10px; margin-right: 0;}.cky-prefrence-btn-wrapper .cky-btn:first-child{margin-top: 0;}.cky-accordion:last-child{padding-bottom: 20px;}.cky-prefrence-btn-wrapper .cky-btn-accept, .cky-prefrence-btn-wrapper .cky-btn-reject{display: block;}.cky-footer-wrapper{position: fixed; bottom: 0; width: 100%;}}@media (max-width: 425px){.cky-accordion-chevron{margin-right: 15px;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px;}}@media (max-width: 352px){.cky-preference-header .cky-preference-title{font-size: 16px;}.cky-preference-content-wrapper *, .cky-accordion-header-des *{font-size: 12px;}.cky-accordion-header-des, .cky-preference-content-wrapper, .cky-preference-content-wrapper .cky-show-desc-btn{font-size: 12px;}.cky-accordion-header .cky-accordion-btn{font-size: 14px;}}.cky-category-direct-preview-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-top: 16px;}.cky-category-direct-preview{display: flex; flex-wrap: wrap; align-items: center; font-size: 14px; font-weight: 600; line-height: 24px; color: #212121;}.cky-category-direct-preview-section{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}.cky-category-direct-item{display: flex; margin: 0 30px 10px 0; cursor: pointer;}.cky-category-direct-item label{font-size: 14px; font-weight: 600; margin-right: 10px; cursor: pointer; word-break: break-word;}.cky-category-direct-switch input[type="checkbox"]{display: inline-block; position: relative; width: 33px; height: 18px; margin: 0; background: #d0d5d2; -webkit-appearance: none; border-radius: 50px; border: none; cursor: pointer; vertical-align: middle; outline: 0; top: 0;}.cky-category-direct-switch input[type="checkbox"]:checked{background: #1863dc;}.cky-category-direct-switch input[type="checkbox"]:before{position: absolute; content: ""; height: 15px; width: 15px; left: 2px; bottom: 2px; margin: 0; border-radius: 50%; background-color: white; -webkit-transition: 0.4s; transition: 0.4s;}.cky-category-direct-switch input[type="checkbox"]:checked:before{-webkit-transform: translateX(14px); -ms-transform: translateX(14px); transform: translateX(14px);}.cky-category-direct-switch input[type="checkbox"]:after{display: none;}.cky-category-direct-switch .cky-category-direct-switch-enabled:checked{background: #818181;}@media (max-width: 576px){.cky-category-direct-preview-wrapper{display: block;}.cky-category-direct-item{justify-content: space-between; width: 45%; margin: 0 0 10px 0;}.cky-category-direct-preview-btn-wrapper .cky-btn-preferences{width: 100%;}}@media (max-width: 352px){.cky-category-direct-preview{font-size: 12px;}}.cky-switch{display: flex;}.cky-switch input[type="checkbox"]{position: relative; width: 44px; height: 24px; margin: 0; background: #d0d5d2; -webkit-appearance: none; border-radius: 50px; cursor: pointer; outline: 0; border: none; top: 0;}.cky-switch input[type="checkbox"]:checked{background: #3a76d8;}.cky-switch input[type="checkbox"]:before{position: absolute; content: ""; height: 20px; width: 20px; left: 2px; bottom: 2px; border-radius: 50%; background-color: white; -webkit-transition: 0.4s; transition: 0.4s; margin: 0;}.cky-switch input[type="checkbox"]:after{display: none;}.cky-switch input[type="checkbox"]:checked:before{-webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px);}@media (max-width: 425px){.cky-switch input[type="checkbox"]{width: 38px; height: 21px;}.cky-switch input[type="checkbox"]:before{height: 17px; width: 17px;}.cky-switch input[type="checkbox"]:checked:before{-webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px);}}.video-placeholder-youtube{background-size: 100% 100%; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: center; justify-content: center; max-width: 100%;}.video-placeholder-text-youtube{text-align: center; align-items: center; padding: 10px 16px; background-color: #000000cc; color: #ffffff; border: 1px solid; border-radius: 2px; cursor: pointer;}.video-placeholder-normal{background-image: url("/wp-content/plugins/cookie-law-info/lite/frontend/images/placeholder.svg"); background-size: 80px; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: flex-end; justify-content: center; max-width: 100%;}.video-placeholder-text-normal{align-items: center; padding: 10px 16px; text-align: center; border: 1px solid; border-radius: 2px; cursor: pointer;}.cky-rtl{direction: rtl; text-align: right;}.cky-rtl .cky-banner-btn-close{left: 9px; right: auto;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 8px;}.cky-rtl .cky-notice-btn-wrapper{margin-left: 0; margin-right: 15px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 8px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-accordion .cky-accordion-chevron i::before{border: none; border-left: 1.4px solid; border-top: 1.4px solid; left: 12px;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}.cky-rtl .cky-category-direct-preview-btn-wrapper{margin-right: 15px; margin-left: 0;}.cky-rtl .cky-category-direct-item label{margin-right: 0; margin-left: 10px;}.cky-rtl .cky-category-direct-preview-section .cky-category-direct-item:first-child{margin: 0 0 10px 0;}@media (max-width: 992px){.cky-rtl .cky-category-direct-preview-btn-wrapper{margin-right: 0;}}@media (max-width: 768px){.cky-rtl .cky-notice-btn-wrapper{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:first-child{margin-right: 0;}}@media (max-width: 576px){.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper .cky-btn{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper .cky-btn-reject{margin-right: 8px;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 22px 0 0;}}@media (max-width: 425px){.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px 0 0;}}</style></head><body class="post-template-default single single-post postid-19038 single-format-standard page-id-19038 td-standard-pack these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students global-block-template-10 tdb_template_99 aa-prefix-distr- tdb-template tdc-header-template tdc-footer-template td-animation-stack-type0 td-full-layout td-js-loaded" itemscope="itemscope" itemtype="https://schema.org/WebPage"><div class="cky-consent-container cky-classic-bottom" tabindex="0"> <div class="cky-consent-bar" data-cky-tag="notice" style="background-color:#FFFFFF;border-color:#f4f4f4;color:#212121"> <div class="cky-notice"> <p aria-level="1" class="cky-title" data-cky-tag="title" role="heading" style="color:#212121"></p><div class="cky-notice-group"> <div class="cky-notice-des" data-cky-tag="description" style="color:#212121"> <p>We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent. <a href="/privacy/" rel="noopener noreferrer" target="_blank">Click to view our cookie policy</a>.</p> </div><div class="cky-notice-btn-wrapper" data-cky-tag="notice-buttons"> <button aria-label="Reject All" class="cky-btn cky-btn-reject" data-cky-tag="reject-button" style="color:#1863dc;background-color:transparent;border-color:#1863dc">Reject All</button> <button aria-label="Accept All" class="cky-btn cky-btn-accept" data-cky-tag="accept-button" style="color:#FFFFFF;background-color:#1863dc;border-color:#1863dc">Accept All</button> </div></div></div></div><div class="cky-preference-wrapper" data-cky-tag="detail" style="color:#212121;background-color:#FFFFFF;border-color:#F4F4F4"> <div class="cky-preference-center"> <div class="cky-preference"> <div class="cky-preference-header"> <span aria-level="1" class="cky-preference-title" data-cky-tag="detail-title" role="heading" style="color:#212121">Customize Consent Preferences</span> <button aria-label="[cky_preference_close_label]" class="cky-btn-close" data-cky-tag="detail-close"> <img alt="Close" src="https://universitybusiness.com/wp-content/plugins/cookie-law-info/lite/frontend/images/close.svg"/> </button> </div><div class="cky-preference-body-wrapper"> <div class="cky-preference-content-wrapper" data-cky-tag="detail-description" style="color:#212121"><p>We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.</p><p>The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... <button aria-label="Show more" class="cky-show-desc-btn" data-cky-tag="show-desc-button">Show more</button></p></div><div class="cky-accordion-wrapper" data-cky-tag="detail-categories"> <div class="cky-accordion" id="ckyDetailCategorynecessary"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button aria-expanded="false" aria-label="Necessary" class="cky-accordion-btn" data-cky-tag="detail-category-title" style="color:#212121">Necessary</button><span class="cky-always-active">Always Active</span> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryfunctional"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button aria-expanded="false" aria-label="Functional" class="cky-accordion-btn" data-cky-tag="detail-category-title" style="color:#212121">Functional</button> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryanalytics"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button aria-expanded="false" aria-label="Analytics" class="cky-accordion-btn" data-cky-tag="detail-category-title" style="color:#212121">Analytics</button> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryperformance"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button aria-expanded="false" aria-label="Performance" class="cky-accordion-btn" data-cky-tag="detail-category-title" style="color:#212121">Performance</button> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryadvertisement"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button aria-expanded="false" aria-label="Advertisement" class="cky-accordion-btn" data-cky-tag="detail-category-title" style="color:#212121">Advertisement</button> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div> </div></div></div><div class="cky-footer-wrapper"> <span class="cky-footer-shadow" style="background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);"></span> <div class="cky-prefrence-btn-wrapper" data-cky-tag="detail-buttons"> <button aria-label="Accept All" class="cky-btn cky-btn-accept" data-cky-tag="detail-accept-button" style="color:#ffffff;background-color:#1863dc;border-color:#1863dc"> Accept All </button> <button aria-label="Save My Preferences" class="cky-btn cky-btn-preferences" data-cky-tag="detail-save-button" style="color:#1863dc;background-color:transparent;border-color:#1863dc"> Save My Preferences </button> <button aria-label="Reject All" class="cky-btn cky-btn-reject" data-cky-tag="detail-reject-button" style="color:#1863dc;background-color:transparent;border-color:#1863dc"> Reject All </button> </div></div></div></div></div><img <style="" onerror="console.log(323474683446);" src="#"/>
<!-- GAM configuration -->
<script async="" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" type="text/javascript"></script>
<script async="" src="/bg/sponsored/js" type="text/javascript"></script>
<script type="text/javascript">
window.is_mobile = ( window.innerWidth <= 600 );
window.googletag = window.googletag || {cmd: []};
googletag.cmd.push(function() {
googletag.pubads().enableSingleRequest();
googletag.pubads().addEventListener('slotRenderEnded', function(event) {
console.log('gam rendered '+event.slot.getSlotElementId());
});
googletag.enableServices();
});
jQuery(document).ready( function(evt) {
setTimeout(function(evt) {
checkEmptyAdSlots();
}, 1000);
});
// try and hide ad slots that did not successfully load (hide titles too)
function checkEmptyAdSlots() {
jQuery('[id^="div-gpt-ad-"]').each( function(evt) {
var pardiv = jQuery(this).parents('div:first');
if( pardiv.length && !pardiv.find('.td-adspot-title').length && pardiv.parents('div.wpb_wrapper').length ) {
// just in case the ad div is wrapped in some theme div created by the template parser
//pardiv = pardiv.parents('div.wpb_wrapper:first');
}
if( !jQuery(this).html() || !pardiv.html().match(/iframe/i) ) {
pardiv.css('display','none');
//console.log('hiding ad div '+jQuery(this).attr('id'));
} else if( pardiv.html().match(/iframe/i) ) {
if( jQuery(this).attr('id').match(/leader/i) ) { // special check for leaderboards
if( jQuery(this).attr('id').match(/mobile/i) && window.is_mobile ) {
pardiv.css('display','');
//console.log('unhiding ad div '+jQuery(this).attr('id'));
} else if ( !jQuery(this).attr('id').match(/mobile/i) && !window.is_mobile ) {
pardiv.css('display','');
//console.log('unhiding ad div '+jQuery(this).attr('id'));
}
} else {
pardiv.css('display','');
//console.log('unhiding ad div '+jQuery(this).attr('id'));
}
}
});
}
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-K7GSKZN');</script>
<!-- End Google Tag Manager --> <div class="td-scroll-up td-hide-scroll-up-on-mob" style="display:none;"><i class="td-icon-menu-up"></i></div>
<div class="td-menu-background" style="visibility:hidden"></div>
<div id="td-mobile-nav" style="visibility:hidden">
<div class="td-mobile-container">
<!-- mobile menu top section -->
<div class="td-menu-socials-wrap">
<!-- socials -->
<div class="td-menu-socials">
<span class="td-social-icon-wrap">
<a href="https://www.facebook.com/universitybusiness/" target="_blank" title="Facebook">
<i class="td-icon-font td-icon-facebook"></i>
</a>
</span>
<span class="td-social-icon-wrap">
<a href="https://www.linkedin.com/company/university-business-magazine" target="_blank" title="Linkedin">
<i class="td-icon-font td-icon-linkedin"></i>
</a>
</span>
<span class="td-social-icon-wrap">
<a href="https://twitter.com/universitybiz" target="_blank" title="Twitter">
<i class="td-icon-font td-icon-twitter"></i>
</a>
</span> </div>
<!-- close button -->
<div class="td-mobile-close">
<a aria-label="Close" href="#"><i class="td-icon-close-mobile"></i></a>
</div>
</div>
<!-- login section -->
<!-- menu section -->
<div class="td-mobile-content">
<div class="menu-mobile-menu-container"><ul class="td-mobile-main-menu" id="menu-mobile-menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-first menu-item-14399 td_mobile_submenu td_mobile_elem_with_submenu_0" id="menu-item-14399"><a class="td-link-element-after" href="https://universitybusiness.com/category/administration/">Administration<i class="td-icon-menu-right td-element-after"></i></a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14395" id="menu-item-14395"><a href="https://universitybusiness.com/category/admin-management/leadership-admin-management/">Leadership</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14385" id="menu-item-14385"><a href="https://universitybusiness.com/category/academics/academic-affairs/">Academic Affairs</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14405" id="menu-item-14405"><a href="https://universitybusiness.com/category/administration/partnerships-mergers/">Partnerships/Mergers</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14397" id="menu-item-14397"><a href="https://universitybusiness.com/category/admin-management/personnel-and-hr-admin-management/">Personnel and HR</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14398" id="menu-item-14398"><a href="https://universitybusiness.com/category/admin-management/policy-and-legal-affairs-admin-management/">Policy and Legal Affairs</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14403" id="menu-item-14403"><a href="https://universitybusiness.com/category/administration/fundraising/">Fundraising</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14434" id="menu-item-14434"><a href="https://universitybusiness.com/category/presidents/">Presidents</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14400" id="menu-item-14400"><a href="https://universitybusiness.com/category/administration/crisis-management/">Crisis Management</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-item-14412 td_mobile_submenu td_mobile_elem_with_submenu_1" id="menu-item-14412"><a class="td-link-element-after" href="https://universitybusiness.com/category/enrollment/">Enrollment<i class="td-icon-menu-right td-element-after"></i></a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14414" id="menu-item-14414"><a href="https://universitybusiness.com/category/enrollment/admissions/">Admissions</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14413" id="menu-item-14413"><a href="https://universitybusiness.com/category/enrollment/access-affordability/">Access & Affordability</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14435" id="menu-item-14435"><a href="https://universitybusiness.com/category/enrollment/roi-value/">ROI/Value</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14415" id="menu-item-14415"><a href="https://universitybusiness.com/category/enrollment/diversity-equity-inclusion/">Diversity, Equity, Inclusion</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14436" id="menu-item-14436"><a href="https://universitybusiness.com/category/enrollment/student-loans-pell-grants/">Student Loans/Pell Grants</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-14416" id="menu-item-14416"><a href="https://universitybusiness.com/category/enrollment/international-students/">International Students</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor menu-item-has-children menu-item-14384 td_mobile_submenu td_mobile_elem_with_submenu_2" id="menu-item-14384"><a class="td-link-element-after" href="https://universitybusiness.com/category/academics/">Academics<i class="td-icon-menu-right td-element-after"></i></a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-14437" id="menu-item-14437"><a href="https://universitybusiness.com/category/academics/rankings/">Rankings</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14392" id="menu-item-14392"><a href="https://universitybusiness.com/category/academics/online-learning/">Online Learning</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14386" id="menu-item-14386"><a href="https://universitybusiness.com/category/academics/advising/">Advising</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14391" id="menu-item-14391"><a href="https://universitybusiness.com/category/academics/instructional-technology/">Instructional Technology</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14389" id="menu-item-14389"><a href="https://universitybusiness.com/category/academics/edtech-innovation/">Edtech/Innovation</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14390" id="menu-item-14390"><a href="https://universitybusiness.com/category/academics/faculty/">Faculty</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14387" id="menu-item-14387"><a href="https://universitybusiness.com/category/academics/civil-dialogue/">Civil Dialogue</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14388" id="menu-item-14388"><a href="https://universitybusiness.com/category/academics/curricula-majors/">Curricula/Majors</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-14438 td_mobile_submenu td_mobile_elem_with_submenu_3" id="menu-item-14438"><a class="td-link-element-after" href="https://universitybusiness.com/category/wellness-student-success/">Wellness/Student Success<i class="td-icon-menu-right td-element-after"></i></a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14423" id="menu-item-14423"><a href="https://universitybusiness.com/category/mental-health/">Mental health</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14430" id="menu-item-14430"><a href="https://universitybusiness.com/category/wellness-student-success/covid/">COVID</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14429" id="menu-item-14429"><a href="https://universitybusiness.com/category/wellness-student-success/career-pathways/">Career Pathways</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14428" id="menu-item-14428"><a href="https://universitybusiness.com/category/wellness-student-success/campus-safety/">Campus Safety</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14439" id="menu-item-14439"><a href="https://universitybusiness.com/category/campus-life/student-success-and-retention-campus-life/">Student Success and Retention</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14411" id="menu-item-14411"><a href="https://universitybusiness.com/category/campus-life/dining-and-retail-campus-life/">Dining and Retail</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14427" id="menu-item-14427"><a href="https://universitybusiness.com/category/wellness-student-success/athletics-recreation/">Athletics/Recreation</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14433" id="menu-item-14433"><a href="https://universitybusiness.com/category/wellness-student-success/lgbtq/">LGBTQ+</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-14426 td_mobile_submenu td_mobile_elem_with_submenu_4" id="menu-item-14426"><a class="td-link-element-after" href="https://universitybusiness.com/category/opinion-special-content/">Opinion/Special Content<i class="td-icon-menu-right td-element-after"></i></a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14425" id="menu-item-14425"><a href="https://universitybusiness.com/category/op-ed/">Op-ed</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14440" id="menu-item-14440"><a href="https://universitybusiness.com/category/webinar/">Web Seminars – UB Ed Talks – Podcasts</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14441" id="menu-item-14441"><a href="https://universitybusiness.com/contact-us/">Contact Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14442" id="menu-item-14442"><a href="https://universitybusiness.com/subscribe/">Subscribe</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14443" id="menu-item-14443"><a href="https://universitybusiness.com/media-kit-request/">Advertise</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14444" id="menu-item-14444"><a href="https://careers.universitybusiness.com/jobs/">Jobs</a></li>
</ul></div> </div>
</div>
<!-- register/login section -->
</div> <div class="td-search-background" style="visibility:hidden"></div>
<div class="td-search-wrap-mob" style="visibility:hidden">
<div class="td-drop-down-search">
<form action="https://universitybusiness.com/" class="td-search-form" method="get">
<!-- close button -->
<div class="td-search-close">
<a href="#"><i class="td-icon-close-mobile"></i></a>
</div>
<div class="td-search-input" role="search">
<span>Search</span>
<input autocomplete="off" id="td-header-search-mob" name="s" type="text" value=""/>
</div>
</form>
<div class="td-ajax-search-flex" id="td-aj-search-mob"></div>
</div>
</div>
<div class="td-theme-wrap" id="td-outer-wrap">
<div class="td-header-template-wrap" style="position: relative">
<div class="td-header-mobile-wrap" style="display: none;">
<div class="tdc-zone" id="tdi_1"><div class="tdc_zone tdi_2 wpb_row td-pb-row tdc-element-style">
<style scoped="">
/* custom css */
.tdi_2{
min-height: 0;
}.tdi_2 > .td-element-style:after{
content: '' !important;
width: 100% !important;
height: 100% !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
z-index: 0 !important;
display: block !important;
background-color: #ffffff !important;
}.td-header-mobile-wrap{
position: relative;
width: 100%;
}
/* phone */
@media (max-width: 767px){
.tdi_2:before{
content: '';
display: block;
width: 100vw;
height: 100%;
position: absolute;
left: 50%;
transform: translateX(-50%);
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);
z-index: 20;
pointer-events: none;
}@media (max-width: 767px) {
.tdi_2:before {
width: 100%;
}
}
}
</style>
<div class="tdi_1_rand_style td-element-style"></div><div class="tdc-row" id="tdi_3"><div class="vc_row tdi_4 wpb_row td-pb-row">
<style scoped="">
/* custom css */
.tdi_4,
.tdi_4 .tdc-columns{
min-height: 0;
}.tdi_4,
.tdi_4 .tdc-columns{
display: block;
}.tdi_4 .tdc-columns{
width: 100%;
}
</style><div class="vc_column tdi_6 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped="">
/* custom css */
.tdi_6{
vertical-align: baseline;
}.tdi_6 > .wpb_wrapper,
.tdi_6 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_6 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_6 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_6 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_logo tdi_7 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_7">
<style>
/* custom css */
.tdb-header-align{
vertical-align: middle;
}.tdb_header_logo{
margin-bottom: 0;
clear: none;
}.tdb_header_logo .tdb-logo-a,
.tdb_header_logo h1{
display: flex;
pointer-events: auto;
align-items: flex-start;
}.tdb_header_logo h1{
margin: 0;
line-height: 0;
}.tdb_header_logo .tdb-logo-img-wrap img{
display: block;
}.tdb_header_logo .tdb-logo-svg-wrap + .tdb-logo-img-wrap{
display: none;
}.tdb_header_logo .tdb-logo-svg-wrap svg{
width: 50px;
display: block;
transition: fill .3s ease;
}.tdb_header_logo .tdb-logo-text-wrap{
display: flex;
}.tdb_header_logo .tdb-logo-text-title,
.tdb_header_logo .tdb-logo-text-tagline{
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}.tdb_header_logo .tdb-logo-text-title{
background-size: cover;
background-position: center center;
font-size: 75px;
font-family: serif;
line-height: 1.1;
color: #222;
white-space: nowrap;
}.tdb_header_logo .tdb-logo-text-tagline{
margin-top: 2px;
font-size: 12px;
font-family: serif;
letter-spacing: 1.8px;
line-height: 1;
color: #767676;
}.tdb_header_logo .tdb-logo-icon{
position: relative;
font-size: 46px;
color: #000;
}.tdb_header_logo .tdb-logo-icon-svg{
line-height: 0;
}.tdb_header_logo .tdb-logo-icon-svg svg{
width: 46px;
height: auto;
}.tdb_header_logo .tdb-logo-icon-svg svg,
.tdb_header_logo .tdb-logo-icon-svg svg *{
fill: #000;
}.tdi_7{
display: inline-block;
}.tdi_7 .tdb-logo-a,
.tdi_7 h1{
flex-direction: row;
align-items: center;
justify-content: flex-start;
}.tdi_7 .tdb-logo-svg-wrap{
display: block;
}.tdi_7 .tdb-logo-svg-wrap + .tdb-logo-img-wrap{
display: none;
}.tdi_7 .tdb-logo-img-wrap{
display: block;
}.tdi_7 .tdb-logo-text-tagline{
margin-top: 2px;
margin-left: 0;
display: block;
}.tdi_7 .tdb-logo-text-wrap{
flex-direction: column;
align-items: flex-start;
}.tdi_7 .tdb-logo-icon{
top: 0px;
display: block;
}.tdi_7 .tdb-logo-text-title{
text-transform:uppercase !important;;
}@media (max-width: 767px) {
.tdb_header_logo .tdb-logo-text-title {
font-size: 36px;
}
}@media (max-width: 767px) {
.tdb_header_logo .tdb-logo-text-tagline {
font-size: 11px;
}
}
/* phone */
@media (max-width: 767px){
.tdi_7 .tdb-logo-text-title{
display: none;
font-size:24px !important;line-height:48px !important;font-weight:600 !important;text-transform:uppercase !important;;
}
}
</style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="https://universitybusiness.com/"><span class="tdb-logo-img-wrap"><img alt="Logo" class="tdb-logo-img" src="https://universitybusiness.com/wp-content/uploads/2022/08/ublogo2.png" title=""/></span></a></div></div> <!-- ./block --><div class="td_block_wrap tdb_mobile_menu tdi_8 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_8">
<style>
/* inline tdc_css att */
/* phone */
@media (max-width: 767px)
{
.tdi_8{
margin-right:-15px !important;
}
}
</style>
<style>
/* custom css */
.tdb_mobile_menu{
margin-bottom: 0;
clear: none;
}.tdb_mobile_menu a{
display: inline-block !important;
position: relative;
text-align: center;
color: #4db2ec;
}.tdb_mobile_menu a > span{
display: flex;
align-items: center;
justify-content: center;
}.tdb_mobile_menu svg{
height: auto;
}.tdb_mobile_menu svg,
.tdb_mobile_menu svg *{
fill: #4db2ec;
}#tdc-live-iframe .tdb_mobile_menu a{
pointer-events: none;
}.tdi_8{
float: right;
clear: none;
}.tdi_8 .tdb-mobile-menu-button i{
font-size: 27px;
width: 54px;
height: 54px;
line-height: 54px;
}.tdi_8 .tdb-mobile-menu-button svg{
width: 27px;
}.tdi_8 .tdb-mobile-menu-button .tdb-mobile-menu-icon-svg{
width: 54px;
height: 54px;
}.tdi_8 .tdb-mobile-menu-button{
color: #0b2d72;
}.tdi_8 .tdb-mobile-menu-button svg,
.tdi_8 .tdb-mobile-menu-button svg *{
fill: #0b2d72;
}.tdi_8 .tdb-mobile-menu-button:hover{
color: #ffffff;
}.tdi_8 .tdb-mobile-menu-button:hover svg,
.tdi_8 .tdb-mobile-menu-button:hover svg *{
fill: #ffffff;
}
/* phone */
@media (max-width: 767px){
.tdi_8 .tdb-mobile-menu-button i{
font-size: 30px;
}.tdi_8 .tdb-mobile-menu-button svg{
width: 30px;
}
}
</style><div class="tdb-block-inner td-fix-index"><a aria-label="menu-button" class="tdb-mobile-menu-button" href="#"><i class="tdb-mobile-menu-icon td-icon-mobile"></i></a></div></div> <!-- ./block --><div class="td_block_wrap tdb_mobile_search tdi_9 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_9">
<style>
/* inline tdc_css att */
/* phone */
@media (max-width: 767px)
{
.tdi_9{
margin-right:-5px !important;
}
}
</style>
<style>
/* custom css */
.tdb_mobile_search{
margin-bottom: 0;
clear: none;
}.tdb_mobile_search a{
display: inline-block !important;
position: relative;
text-align: center;
color: #4db2ec;
}.tdb_mobile_search a > span{
display: flex;
align-items: center;
justify-content: center;
}.tdb_mobile_search svg{
height: auto;
}.tdb_mobile_search svg,
.tdb_mobile_search svg *{
fill: #4db2ec;
}#tdc-live-iframe .tdb_mobile_search a{
pointer-events: none;
}.tdi_9{
float: right;
clear: none;
}.tdi_9 .tdb-header-search-button-mob i{
font-size: 22px;
width: 55px;
height: 55px;
line-height: 55px;
}.tdi_9 .tdb-header-search-button-mob svg{
width: 22px;
}.tdi_9 .tdb-header-search-button-mob .tdb-mobile-search-icon-svg{
width: 55px;
height: 55px;
display: flex;
justify-content: center;
}.tdi_9 .tdb-header-search-button-mob{
color: #000000;
}.tdi_9 .tdb-header-search-button-mob svg,
.tdi_9 .tdb-header-search-button-mob svg *{
fill: #000000;
}
/* phone */
@media (max-width: 767px){
.tdi_9 .tdb-header-search-button-mob i{
width: 48.4px;
height: 48.4px;
line-height: 48.4px;
}.tdi_9 .tdb-header-search-button-mob .tdb-mobile-search-icon-svg{
width: 48.4px;
height: 48.4px;
display: flex;
justify-content: center;
}
}
</style><div class="tdb-block-inner td-fix-index"><a aria-label="Search" class="tdb-header-search-button-mob dropdown-toggle" data-toggle="dropdown" href="#" role="button"><i class="tdb-mobile-search-icon td-icon-search"></i></a></div></div> <!-- ./block --></div></div></div></div></div></div> </div>
<div class="td-header-mobile-sticky-wrap tdc-zone-sticky-invisible tdc-zone-sticky-inactive" style="display: none;">
<div class="tdc-zone" id="tdi_10"><div class="tdc_zone tdi_11 wpb_row td-pb-row" data-sticky-offset="0">
<style scoped="">
/* custom css */
.tdi_11{
min-height: 0;
}.td-header-mobile-sticky-wrap.td-header-active{
opacity: 1;
}.td-header-mobile-sticky-wrap{
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/* phone */
@media (max-width: 767px){
.tdi_11:before{
content: '';
display: block;
width: 100vw;
height: 100%;
position: absolute;
left: 50%;
transform: translateX(-50%);
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);
z-index: 20;
pointer-events: none;
}.td-header-mobile-sticky-wrap{
transform: translateY(-120%);
-webkit-transform: translateY(-120%);
-moz-transform: translateY(-120%);
-ms-transform: translateY(-120%);
-o-transform: translateY(-120%);
}.td-header-mobile-sticky-wrap.td-header-active{
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}@media (max-width: 767px) {
.tdi_11:before {
width: 100%;
}
}
}
</style><div class="tdc-row" id="tdi_12"><div class="vc_row tdi_13 wpb_row td-pb-row tdc-element-style">
<style scoped="">
/* custom css */
.tdi_13,
.tdi_13 .tdc-columns{
min-height: 0;
}.tdi_13 > .td-element-style:after{
content: '' !important;
width: 100% !important;
height: 100% !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
z-index: 0 !important;
display: block !important;
background-color: #ffffff !important;
}.tdi_13,
.tdi_13 .tdc-columns{
display: block;
}.tdi_13 .tdc-columns{
width: 100%;
}
</style>
<div class="tdi_12_rand_style td-element-style"></div><div class="vc_column tdi_15 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped="">
/* custom css */
.tdi_15{
vertical-align: baseline;
}.tdi_15 > .wpb_wrapper,
.tdi_15 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_15 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_15 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_15 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_logo tdi_16 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_16">
<style>
/* custom css */
.tdi_16{
display: inline-block;
}.tdi_16 .tdb-logo-a,
.tdi_16 h1{
flex-direction: row;
align-items: center;
justify-content: flex-start;
}.tdi_16 .tdb-logo-svg-wrap{
display: block;
}.tdi_16 .tdb-logo-svg-wrap + .tdb-logo-img-wrap{
display: none;
}.tdi_16 .tdb-logo-img-wrap{
display: block;
}.tdi_16 .tdb-logo-text-tagline{
margin-top: 2px;
margin-left: 0;
display: block;
}.tdi_16 .tdb-logo-text-title{
display: block;
text-transform:uppercase !important;;
}.tdi_16 .tdb-logo-text-wrap{
flex-direction: column;
align-items: flex-start;
}.tdi_16 .tdb-logo-icon{
top: 0px;
display: block;
}
/* phone */
@media (max-width: 767px){
.tdi_16 .tdb-logo-text-title{
font-size:24px !important;line-height:48px !important;font-weight:600 !important;text-transform:uppercase !important;;
}
}
</style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="/"><span class="tdb-logo-img-wrap"><img alt="Logo" class="tdb-logo-img" src="https://universitybusiness.com/wp-content/uploads/2022/08/ublogo2.png" title=""/></span></a></div></div> <!-- ./block --><div class="td_block_wrap tdb_mobile_menu tdi_17 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_17">
<style>
/* inline tdc_css att */
/* phone */
@media (max-width: 767px)
{
.tdi_17{
margin-right:-15px !important;
}
}
</style>
<style>
/* custom css */
.tdi_17{
float: right;
clear: none;
}.tdi_17 .tdb-mobile-menu-button i{
font-size: 27px;
width: 54px;
height: 54px;
line-height: 54px;
}.tdi_17 .tdb-mobile-menu-button svg{
width: 27px;
}.tdi_17 .tdb-mobile-menu-button .tdb-mobile-menu-icon-svg{
width: 54px;
height: 54px;
}.tdi_17 .tdb-mobile-menu-button{
color: #000000;
}.tdi_17 .tdb-mobile-menu-button svg,
.tdi_17 .tdb-mobile-menu-button svg *{
fill: #000000;
}
/* phone */
@media (max-width: 767px){
.tdi_17 .tdb-mobile-menu-button i{
width: 48.6px;
height: 48.6px;
line-height: 48.6px;
}.tdi_17 .tdb-mobile-menu-button .tdb-mobile-menu-icon-svg{
width: 48.6px;
height: 48.6px;
}
}
</style><div class="tdb-block-inner td-fix-index"><a aria-label="menu-button" class="tdb-mobile-menu-button" href="#"><i class="tdb-mobile-menu-icon td-icon-mobile"></i></a></div></div> <!-- ./block --><div class="td_block_wrap tdb_mobile_search tdi_18 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_18">
<style>
/* inline tdc_css att */
/* phone */
@media (max-width: 767px)
{
.tdi_18{
margin-right:-5px !important;
}
}
</style>
<style>
/* custom css */
.tdi_18{
float: right;
clear: none;
}.tdi_18 .tdb-header-search-button-mob i{
font-size: 22px;
width: 55px;
height: 55px;
line-height: 55px;
}.tdi_18 .tdb-header-search-button-mob svg{
width: 22px;
}.tdi_18 .tdb-header-search-button-mob .tdb-mobile-search-icon-svg{
width: 55px;
height: 55px;
display: flex;
justify-content: center;
}.tdi_18 .tdb-header-search-button-mob{
color: #000000;
}.tdi_18 .tdb-header-search-button-mob svg,
.tdi_18 .tdb-header-search-button-mob svg *{
fill: #000000;
}
/* phone */
@media (max-width: 767px){
.tdi_18 .tdb-header-search-button-mob i{
width: 48.4px;
height: 48.4px;
line-height: 48.4px;
}.tdi_18 .tdb-header-search-button-mob .tdb-mobile-search-icon-svg{
width: 48.4px;
height: 48.4px;
display: flex;
justify-content: center;
}
}
</style><div class="tdb-block-inner td-fix-index"><a aria-label="Search" class="tdb-header-search-button-mob dropdown-toggle" data-toggle="dropdown" href="#" role="button"><i class="tdb-mobile-search-icon td-icon-search"></i></a></div></div> <!-- ./block --></div></div></div></div></div></div> </div>
<div class="td-header-desktop-wrap">
<div class="tdc-zone" id="tdi_19"><div class="tdc_zone tdi_20 wpb_row td-pb-row tdc-element-style">
<style scoped="">
/* custom css */
.tdi_20{
min-height: 0;
}.tdi_20 > .td-element-style:after{
content: '' !important;
width: 100% !important;
height: 100% !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
z-index: 0 !important;
display: block !important;
background-color: #ffffff !important;
}.td-header-desktop-wrap{
position: relative;
}
/* inline tdc_css att */
.tdi_20{
padding-top:50px !important;
}
</style>
<div class="tdi_19_rand_style td-element-style"></div><div class="tdc-row stretch_row_1200 td-stretch-content" id="tdi_21"><div class="vc_row tdi_22 wpb_row td-pb-row tdc-element-style">
<style scoped="">
/* custom css */
.tdi_22,
.tdi_22 .tdc-columns{
min-height: 0;
}.tdi_22 > .td-element-style:after{
content: '' !important;
width: 100% !important;
height: 100% !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
z-index: 0 !important;
display: block !important;
background-color: #000000;
}.tdi_22,
.tdi_22 .tdc-columns{
display: block;
}.tdi_22 .tdc-columns{
width: 100%;
}@media (min-width: 768px) {
.tdi_22 {
margin-left: -10px;
margin-right: -10px;
}
.tdi_22 .tdc-row-video-background-error,
.tdi_22 .vc_column {
padding-left: 10px;
padding-right: 10px;
}
}
/* inline tdc_css att */
.tdi_22{
padding-top:5px !important;
padding-bottom:5px !important;
}
.tdi_22 .td_block_wrap{ text-align:left }
</style>
<div class="tdi_21_rand_style td-element-style"></div><div class="vc_column tdi_24 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped="">
/* custom css */
.tdi_24{
vertical-align: baseline;
}.tdi_24 > .wpb_wrapper,
.tdi_24 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_24 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_24 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_24 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_button tdi_25 tdm-block-button-inline tdm-content-horiz-left td-pb-border-top td_block_template_10" data-td-block-uid="tdi_25">
<style>
/* inline tdc_css att */
.tdi_25{
margin-top:-5px !important;
margin-bottom:-5px !important;
}
</style>
<style>
/* custom css */
.tdm_block.tdm_block_button{
margin-bottom: 0;
}.tdm_block.tdm_block_button .tds-button{
line-height: 0;
}.tdm_block.tdm_block_button.tdm-block-button-inline{
display: inline-block;
}.tdm_block.tdm_block_button.tdm-block-button-full,
.tdm_block.tdm_block_button.tdm-block-button-full .tdm-btn{
display: block;
}
</style>
<style>
body .tdi_26{
background-color: #0b2d72;
}.tdi_26 .tdm-btn-icon:first-child{
margin-right: 14px;
}.tdi_26{
font-size:16px !important;font-weight:500 !important;
}
</style><div class="tds-button td-fix-index"><a class="tds-button1 tdm-btn tdm-btn-sm tdi_26" href="/subscribe/"><i class="tdm-btn-icon tdc-font-fa tdc-font-fa-newspaper-o"></i><span class="tdm-btn-text">Subscribe</span></a></div></div><div class="td_block_wrap tdb_mobile_horiz_menu tdi_27 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_27" style=" z-index: 999;">
<style>
/* custom css */
.tdb_mobile_horiz_menu{
margin-bottom: 0;
clear: none;
}.tdb_mobile_horiz_menu.tdb-horiz-menu-singleline{
width: 100%;
}.tdb_mobile_horiz_menu.tdb-horiz-menu-singleline .tdb-horiz-menu{
display: block;
width: 100%;
overflow-x: auto;
overflow-y: hidden;
font-size: 0;
white-space: nowrap;
}.tdb_mobile_horiz_menu.tdb-horiz-menu-singleline .tdb-horiz-menu > li{
position: static;
display: inline-block;
float: none;
}.tdb_mobile_horiz_menu.tdb-horiz-menu-singleline .tdb-horiz-menu ul{
left: 0;
width: 100%;
z-index: -1;
}.tdb-horiz-menu{
display: table;
margin: 0;
}.tdb-horiz-menu,
.tdb-horiz-menu ul{
list-style-type: none;
}.tdb-horiz-menu ul,
.tdb-horiz-menu li{
line-height: 1;
}.tdb-horiz-menu li{
margin: 0;
font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
}.tdb-horiz-menu li.current-menu-item > a,
.tdb-horiz-menu li.current-menu-ancestor > a,
.tdb-horiz-menu li.current-category-ancestor > a,
.tdb-horiz-menu li:hover > a,
.tdb-horiz-menu li.tdb-hover > a{
color: #4db2ec;
}.tdb-horiz-menu li.current-menu-item > a .tdb-sub-menu-icon-svg,
.tdb-horiz-menu li.current-menu-ancestor > a .tdb-sub-menu-icon-svg,
.tdb-horiz-menu li.current-category-ancestor > a .tdb-sub-menu-icon-svg,
.tdb-horiz-menu li:hover > a .tdb-sub-menu-icon-svg,
.tdb-horiz-menu li.tdb-hover > a .tdb-sub-menu-icon-svg,
.tdb-horiz-menu li.current-menu-item > a .tdb-sub-menu-icon-svg *,
.tdb-horiz-menu li.current-menu-ancestor > a .tdb-sub-menu-icon-svg *,
.tdb-horiz-menu li.current-category-ancestor > a .tdb-sub-menu-icon-svg *,
.tdb-horiz-menu li:hover > a .tdb-sub-menu-icon-svg *,
.tdb-horiz-menu li.tdb-hover > a .tdb-sub-menu-icon-svg *{
fill: #4db2ec;
}.tdb-horiz-menu > li{
position: relative;
float: left;
font-size: 0;
}.tdb-horiz-menu > li:hover ul{
visibility: visible;
opacity: 1;
}.tdb-horiz-menu > li > a{
display: inline-block;
padding: 0 9px;
font-weight: 700;
font-size: 13px;
line-height: 41px;
vertical-align: middle;
-webkit-backface-visibility: hidden;
color: #000;
}.tdb-horiz-menu > li > a > .tdb-menu-item-text{
display: inline-block;
}.tdb-horiz-menu > li > a .tdb-sub-menu-icon{
margin: 0 0 0 6px;
}.tdb-horiz-menu > li > a .tdb-sub-menu-icon-svg svg{
position: relative;
top: -1px;
width: 13px;
}.tdb-horiz-menu > li .tdb-menu-sep{
position: relative;
}.tdb-horiz-menu > li:last-child .tdb-menu-sep{
display: none;
}.tdb-horiz-menu .tdb-sub-menu-icon-svg,
.tdb-horiz-menu .tdb-menu-sep-svg{
line-height: 0;
}.tdb-horiz-menu .tdb-sub-menu-icon-svg svg,
.tdb-horiz-menu .tdb-menu-sep-svg svg{
height: auto;
}.tdb-horiz-menu .tdb-sub-menu-icon-svg svg,
.tdb-horiz-menu .tdb-menu-sep-svg svg,
.tdb-horiz-menu .tdb-sub-menu-icon-svg svg *,
.tdb-horiz-menu .tdb-menu-sep-svg svg *{
fill: #000;
}.tdb-horiz-menu .tdb-sub-menu-icon{
vertical-align: middle;
position: relative;
top: 0;
padding-left: 0;
}.tdb-horiz-menu .tdb-menu-sep{
vertical-align: middle;
font-size: 12px;
}.tdb-horiz-menu .tdb-menu-sep-svg svg{
width: 12px;
}.tdb-horiz-menu ul{
position: absolute;
top: auto;
left: -7px;
padding: 8px 0;
background-color: #fff;
visibility: hidden;
opacity: 0;
}.tdb-horiz-menu ul li > a{
white-space: nowrap;
display: block;
padding: 5px 18px;
font-size: 11px;
line-height: 18px;
color: #111;
}.tdb-horiz-menu ul li > a .tdb-sub-menu-icon{
float: right;
font-size: 7px;
line-height: 20px;
}.tdb-horiz-menu ul li > a .tdb-sub-menu-icon-svg svg{
width: 7px;
}.tdc-dragged .tdb-horiz-menu ul{
visibility: hidden !important;
opacity: 0 !important;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}.tdi_27{
display: inline-block;
}.tdi_27 .tdb-horiz-menu > li > a{
padding: 0 25px;
color: #ffffff;
font-family:Source Sans Pro !important;font-size:16px !important;line-height:22px !important;font-weight:500 !important;
}.tdi_27 .tdb-horiz-menu > li .tdb-menu-sep{
top: 0px;
}.tdi_27 .tdb-horiz-menu > li > a .tdb-sub-menu-icon{
top: 0px;
}.tdi_27 .tdb-horiz-menu > li > a .tdb-sub-menu-icon-svg svg,
.tdi_27 .tdb-horiz-menu > li > a .tdb-sub-menu-icon-svg svg *{
fill: #ffffff;
}.tdi_27 .tdb-horiz-menu > li.current-menu-item > a,
.tdi_27 .tdb-horiz-menu > li.current-menu-ancestor > a,
.tdi_27 .tdb-horiz-menu > li.current-category-ancestor > a,
.tdi_27 .tdb-horiz-menu > li:hover > a{
color: #4db2ec;
}.tdi_27 .tdb-horiz-menu > li.current-menu-item > a .tdb-sub-menu-icon-svg svg,
.tdi_27 .tdb-horiz-menu > li.current-menu-item > a .tdb-sub-menu-icon-svg svg *,
.tdi_27 .tdb-horiz-menu > li.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg,
.tdi_27 .tdb-horiz-menu > li.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg *,
.tdi_27 .tdb-horiz-menu > li.current-category-ancestor > a .tdb-sub-menu-icon-svg svg,
.tdi_27 .tdb-horiz-menu > li.current-category-ancestor > a .tdb-sub-menu-icon-svg svg *,
.tdi_27 .tdb-horiz-menu > li:hover > a .tdb-sub-menu-icon-svg svg,
.tdi_27 .tdb-horiz-menu > li:hover > a .tdb-sub-menu-icon-svg svg *{
fill: #4db2ec;
}.tdi_27 .tdb-horiz-menu ul li.current-menu-item > a,
.tdi_27 .tdb-horiz-menu ul li.current-menu-ancestor > a,
.tdi_27 .tdb-horiz-menu ul li.current-category-ancestor > a,
.tdi_27 .tdb-horiz-menu ul li:hover > a{
color: #4db2ec;
}.tdi_27 .tdb-horiz-menu ul{
box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}.tdi_27 .tdb-horiz-menu ul li > a{
font-family:Source Sans Pro !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_27 .tdb-horiz-menu > li > a{
font-family:Source Sans Pro !important;font-size:12px !important;line-height:22px !important;font-weight:500 !important;
}
}
</style><div class="td_block_inner td-fix-index" id="tdi_27"><div class="menu-top-navigation-eyebrow-menu-container"><ul class="tdb-horiz-menu" id="menu-top-navigation-eyebrow-menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6239" id="menu-item-6239"><a href="https://universitybusiness.com/category/webinar/"><div class="tdb-menu-item-text">Web Seminars – UB Ed Talks – Podcasts</div></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21908" id="menu-item-21908"><a href="https://go.pardot.com/l/1049151/2024-06-14/7zyg" target="_blank"><div class="tdb-menu-item-text">Advertise</div></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90" id="menu-item-90"><a href="https://careers.universitybusiness.com/jobs/" target="_blank"><div class="tdb-menu-item-text">Jobs</div></a></li>
</ul></div></div></div></div></div></div></div><div class="tdc-row stretch_row_1200 td-stretch-content" id="tdi_28"><div class="vc_row tdi_29 wpb_row td-pb-row tdc-row-content-vert-center">
<style scoped="">
/* custom css */
.tdi_29,
.tdi_29 .tdc-columns{
min-height: 0;
}.tdi_29,
.tdi_29 .tdc-columns{
display: block;
}.tdi_29 .tdc-columns{
width: 100%;
}@media (min-width: 768px) {
.tdi_29 {
margin-left: -10px;
margin-right: -10px;
}
.tdi_29 .tdc-row-video-background-error,
.tdi_29 .vc_column {
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 767px) {
.tdi_29.tdc-row-content-vert-center,
.tdi_29.tdc-row-content-vert-center .tdc-columns {
display: flex;
align-items: center;
flex: 1;
}
.tdi_29.tdc-row-content-vert-bottom,
.tdi_29.tdc-row-content-vert-bottom .tdc-columns {
display: flex;
align-items: flex-end;
flex: 1;
}
.tdi_29.tdc-row-content-vert-center .td_block_wrap {
vertical-align: middle;
}
.tdi_29.tdc-row-content-vert-bottom .td_block_wrap {
vertical-align: bottom;
}
}
/* inline tdc_css att */
.tdi_29{
margin-top:30px !important;
}
.tdi_29 .td_block_wrap{ text-align:left }
</style><div class="vc_column tdi_31 wpb_column vc_column_container tdc-column td-pb-span4">
<style scoped="">
/* custom css */
.tdi_31{
vertical-align: baseline;
}.tdi_31 > .wpb_wrapper,
.tdi_31 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_31 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_31 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_31 > .wpb_wrapper{
width: auto;
height: auto;
}
/* inline tdc_css att */
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px)
{
.tdi_31{
width:370px !important;
}
}
</style><div class="wpb_wrapper"><div class="wpb_wrapper td_block_single_image td_block_wrap td-animation-stack td_block_wrap vc_single_image tdi_32 td-single-image- td-pb-border-top td_block_template_10" data-td-block-uid="tdi_32"><a class="td_single_image_bg td-lazy-img td-animation-stack-type0-1" data-ga-event-action="click" data-ga-event-cat="homebanner" data-ga-event-label="HBLCRegister" data-img-url="" data-type="css_image" href="https://www.benefitsconf.com/?utm_term=hblc&utm_campaign=BN22+Google+Search+Branded+Terms&utm_source=adwords&utm_medium=ppc&hsa_acc=4545218748&hsa_cam=15769477825&hsa_grp=131300922949&hsa_ad=572767330294&hsa_src=g&hsa_tgt=kwd-300761220396&hsa_kw=hblc&hsa_mt=b&hsa_net=adwords&hsa_ver=3&gclid=CjwKCAiAg6yRBhBNEiwAeVyL0Mal-J-CQ-Bj_bcktFZNYA-qqShxrD2eoQWx05YWSk-DC99fk2BA_BoCiUAQAvD_BwE" target="_blank"></a>
<style>
/* inline tdc_css att */
.tdi_32{
margin-bottom:5px !important;
}
</style>
<style>
/* custom css */
.td_block_single_image.td-image-video-modal{
cursor: pointer;
}.td_block_single_image a{
display: block;
}.td_block_single_image.td-no-img-custom-url a{
pointer-events: none;
cursor: default;
}.vc_single_image a{
position: relative;
width: 100%;
display: block;
background-size: cover;
}.td-single-image-style-rounded a,
.td-single-image-style-rounded a:before,
.td-single-image-style-rounded a:after{
border-radius: 4px;
}.td-single-image-style-border,
.td-single-image-style-round-border,
.td-single-image-style-circle-border,
.td-single-image-style-outline,
.td-single-image-style-bordered-shadow,
.td-single-image-style-round-outline,
.td-single-image-style-round-border-shadow,
.td-single-image-style-circle-outline,
.td-single-image-style-circle-border-shadow{
margin-bottom: 22px;
background-color: #EBEBEB;
}.td-single-image-style-border,
.td-single-image-style-round-border,
.td-single-image-style-circle-border{
padding: 6px;
}.td-single-image-style-outline,
.td-single-image-style-bordered-shadow,
.td-single-image-style-round-outline,
.td-single-image-style-round-border-shadow,
.td-single-image-style-circle-outline,
.td-single-image-style-circle-border-shadow{
padding: 1px;
}.td-single-image-style-outline a:before,
.td-single-image-style-bordered-shadow a:before,
.td-single-image-style-round-outline a:before,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-circle-border-shadow a:before,
.td-single-image-style-outline a:after,
.td-single-image-style-bordered-shadow a:after,
.td-single-image-style-round-outline a:after,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-circle-border-shadow a:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}.td-single-image-style-outline a:after,
.td-single-image-style-bordered-shadow a:after,
.td-single-image-style-round-outline a:after,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-circle-border-shadow a:after{
color: #fff;
-webkit-box-shadow: inset 0px 0px 0px 6px;
box-shadow: inset 0px 0px 0px 6px;
}.td-single-image-style-outline a:before,
.td-single-image-style-bordered-shadow a:before,
.td-single-image-style-round-outline a:before,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-circle-border-shadow a:before{
color: #EBEBEB;
-webkit-box-shadow: inset 0px 0px 0px 7px;
box-shadow: inset 0px 0px 0px 7px;
}.td-single-image-style-shadow a,
.td-single-image-style-bordered-shadow a,
.td-single-image-style-round-shadow a,
.td-single-image-style-round-border-shadow a,
.td-single-image-style-circle-shadow a,
.td-single-image-style-circle-border-shadow a{
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}.td-single-image-style-3d-shadow{
position: relative;
}.td-single-image-style-3d-shadow:before,
.td-single-image-style-3d-shadow:after{
content: '';
position: absolute;
bottom: 0;
height: 30%;
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
z-index: 0;
}.td-single-image-style-3d-shadow:before{
left: 5px;
right: 50%;
-webkit-transform: skewY(-6deg);
transform: skewY(-6deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}.td-single-image-style-3d-shadow:after{
left: 50%;
right: 5px;
-webkit-transform: skewY(6deg);
transform: skewY(6deg);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}.td-single-image-style-3d-shadow a{
z-index: 1;
}.td-single-image-style-round,
.td-single-image-style-round-border,
.td-single-image-style-round-outline,
.td-single-image-style-round-shadow,
.td-single-image-style-round-border-shadow,
.td-single-image-style-circle,
.td-single-image-style-circle-border,
.td-single-image-style-circle-outline,
.td-single-image-style-circle-shadow,
.td-single-image-style-circle-border-shadow{
border-radius: 50%;
}.td-single-image-style-round a,
.td-single-image-style-round-border a,
.td-single-image-style-round-outline a,
.td-single-image-style-round-shadow a,
.td-single-image-style-round-border-shadow a,
.td-single-image-style-circle a,
.td-single-image-style-circle-border a,
.td-single-image-style-circle-outline a,
.td-single-image-style-circle-shadow a,
.td-single-image-style-circle-border-shadow a,
.td-single-image-style-round a:before,
.td-single-image-style-round-border a:before,
.td-single-image-style-round-outline a:before,
.td-single-image-style-round-shadow a:before,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-circle a:before,
.td-single-image-style-circle-border a:before,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-circle-shadow a:before,
.td-single-image-style-circle-border-shadow a:before,
.td-single-image-style-round a:after,
.td-single-image-style-round-border a:after,
.td-single-image-style-round-outline a:after,
.td-single-image-style-round-shadow a:after,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-circle a:after,
.td-single-image-style-circle-border a:after,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-circle-shadow a:after,
.td-single-image-style-circle-border-shadow a:after{
border-radius: 50%;
}.td-single-image-style-round-outline a:before,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-circle-border-shadow a:before,
.td-single-image-style-round-outline a:before:before,
.td-single-image-style-round-border-shadow a:before:before,
.td-single-image-style-circle-outline a:before:before,
.td-single-image-style-circle-border-shadow a:before:before,
.td-single-image-style-round-outline a:after:before,
.td-single-image-style-round-border-shadow a:after:before,
.td-single-image-style-circle-outline a:after:before,
.td-single-image-style-circle-border-shadow a:after:before,
.td-single-image-style-round-outline a:after,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-circle-border-shadow a:after,
.td-single-image-style-round-outline a:before:after,
.td-single-image-style-round-border-shadow a:before:after,
.td-single-image-style-circle-outline a:before:after,
.td-single-image-style-circle-border-shadow a:before:after,
.td-single-image-style-round-outline a:after:after,
.td-single-image-style-round-border-shadow a:after:after,
.td-single-image-style-circle-outline a:after:after,
.td-single-image-style-circle-border-shadow a:after:after{
border-radius: 50%;
}.td-single-image-style-circle a,
.td-single-image-style-circle-border a,
.td-single-image-style-circle-outline a,
.td-single-image-style-circle-shadow a,
.td-single-image-style-circle-border-shadow a{
height: 0;
padding-bottom: 100%;
}.tdi_32 .td_single_image_bg{
height: 30px;
padding-bottom: 0;
background-size: contain;
background-repeat: no-repeat;
background-position: center top;
}.tdi_32{
width: 100%;
}.tdi_32:hover .td_single_image_bg:before{
opacity: 0;
}@media (max-width: 767px) {
.td-stretch-content .td_block_single_image {
margin-right: -20px;
margin-left: -20px;
}
}@media (max-width: 767px) {
.td-single-image-style-border,
.td-single-image-style-round-border,
.td-single-image-style-circle-border,
.td-single-image-style-outline,
.td-single-image-style-bordered-shadow,
.td-single-image-style-round-outline,
.td-single-image-style-round-border-shadow,
.td-single-image-style-circle-outline,
.td-single-image-style-circle-border-shadow {
margin-bottom: 32px;
}
}
</style></div><div class="vc_row_inner tdi_34 vc_row vc_inner wpb_row td-pb-row">
<style scoped="">
/* custom css */
.tdi_34{
position: relative !important;
top: 0;
transform: none;
-webkit-transform: none;
}.tdi_34,
.tdi_34 .tdc-inner-columns{
display: block;
}.tdi_34 .tdc-inner-columns{
width: 100%;
}
</style><div class="vc_column_inner tdi_36 wpb_column vc_column_container tdc-inner-column td-pb-span12">
<style scoped="">
/* custom css */
.tdi_36{
vertical-align: baseline;
}.tdi_36 .vc_column-inner > .wpb_wrapper,
.tdi_36 .vc_column-inner > .wpb_wrapper .tdc-elements{
display: block;
}.tdi_36 .vc_column-inner > .wpb_wrapper .tdc-elements{
width: 100%;
}
</style><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div></div></div><div class="vc_column tdi_38 wpb_column vc_column_container tdc-column td-pb-span4">
<style scoped="">
/* custom css */
.tdi_38{
vertical-align: baseline;
}.tdi_38 > .wpb_wrapper,
.tdi_38 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_38 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_38 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_38 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_logo tdi_39 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_39">
<style>
/* inline tdc_css att */
.tdi_39{
margin-bottom:20px !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_39{
margin-bottom:0px !important;
}
}
</style>
<style>
/* custom css */
.tdi_39 .tdb-logo-a,
.tdi_39 h1{
flex-direction: row;
align-items: center;
justify-content: center;
}.tdi_39 .tdb-logo-svg-wrap{
display: block;
}.tdi_39 .tdb-logo-svg-wrap + .tdb-logo-img-wrap{
display: none;
}.tdi_39 .tdb-logo-img-wrap{
display: block;
}.tdi_39 .tdb-logo-text-tagline{
margin-top: 2px;
margin-left: 0;
display: block;
font-family:Source Sans Pro !important;;
}.tdi_39 .tdb-logo-text-title{
display: block;
font-family:Gelasio !important;font-size:60px !important;font-weight:500 !important;text-transform:uppercase !important;;
}.tdi_39 .tdb-logo-text-wrap{
flex-direction: column;
align-items: center;
}.tdi_39 .tdb-logo-icon{
top: 0px;
display: block;
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_39 .tdb-logo-text-title{
font-family:Gelasio !important;font-size:40px !important;font-weight:500 !important;text-transform:uppercase !important;;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_39 .tdb-logo-text-title{
font-family:Gelasio !important;font-size:34px !important;font-weight:500 !important;text-transform:uppercase !important;;
}
}
</style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="https://universitybusiness.com/"><span class="tdb-logo-img-wrap"><img alt="Logo" class="tdb-logo-img" src="https://universitybusiness.com/wp-content/uploads/2022/08/ublogo2.png" title=""/></span></a></div></div> <!-- ./block --></div></div><div class="vc_column tdi_41 wpb_column vc_column_container tdc-column td-pb-span4">
<style scoped="">
/* custom css */
.tdi_41{
vertical-align: baseline;
}.tdi_41 > .wpb_wrapper,
.tdi_41 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_41 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_41 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_41 > .wpb_wrapper{
width: auto;
height: auto;
}
/* inline tdc_css att */
.tdi_41{
justify-content:flex-end !important;
text-align:right !important;
}
</style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_socials tdi_42 tdm-inline-block tdm-content-horiz-left td-pb-border-top td_block_template_10" data-td-block-uid="tdi_42">
<style>
/* inline tdc_css att */
.tdi_42{
padding-top:7px !important;
padding-right:5px !important;
}
</style>
<style>
/* custom css */
.tdm_block.tdm_block_socials{
margin-bottom: 0;
}.tdm-social-wrapper{
*zoom: 1;
}.tdm-social-wrapper:before,
.tdm-social-wrapper:after{
display: table;
content: '';
line-height: 0;
}.tdm-social-wrapper:after{
clear: both;
}.tdm-social-item-wrap{
display: inline-block;
}.tdm-social-item{
position: relative;
display: inline-block;
vertical-align: middle;
-webkit-transition: all 0.2s;
transition: all 0.2s;
text-align: center;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}.tdm-social-item i{
font-size: 14px;
color: #4db2ec;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}.tdm-social-text{
display: none;
margin-top: -1px;
vertical-align: middle;
font-size: 13px;
color: #4db2ec;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}.tdm-social-item-wrap:hover i,
.tdm-social-item-wrap:hover .tdm-social-text{
color: #000;
}.tdm-social-item-wrap:last-child .tdm-social-text{
margin-right: 0 !important;
}
</style>
<style>
.tdi_43 .tdm-social-item i{
font-size: 16px;
vertical-align: middle;
line-height: 27.2px;
}.tdi_43 .tdm-social-item i.td-icon-twitter,
.tdi_43 .tdm-social-item i.td-icon-linkedin,
.tdi_43 .tdm-social-item i.td-icon-pinterest,
.tdi_43 .tdm-social-item i.td-icon-blogger,
.tdi_43 .tdm-social-item i.td-icon-vimeo{
font-size: 12.8px;
}.tdi_43 .tdm-social-item{
width: 27.2px;
height: 27.2px;
margin: 5px 10px 5px 0;
}.tdi_43 .tdm-social-item-wrap:last-child .tdm-social-item{
margin-right: 0 !important;
}.tdi_43 .tdm-social-item i,
.tds-team-member2 .tdi_43.tds-social1 .tdm-social-item i{
color: #000000;
}.tdi_43 .tdm-social-item-wrap:hover i,
.tds-team-member2 .tdi_43.tds-social1 .tdm-social-item:hover i{
color: #0b2d72;
}.tdi_43 .tdm-social-text{
display: none;
margin-left: 2px;
margin-right: 18px;
}
</style><div class="tdm-social-wrapper tds-social1 tdi_43"><div class="tdm-social-item-wrap"><a class="tdm-social-item" href="https://www.facebook.com/universitybusiness/" target="_blank" title="Facebook"><i class="td-icon-font td-icon-facebook"></i></a><a class="tdm-social-text" href="https://www.facebook.com/universitybusiness/" target="_blank">Facebook</a></div><div class="tdm-social-item-wrap"><a class="tdm-social-item" href="https://twitter.com/universitybiz" target="_blank" title="Twitter"><i class="td-icon-font td-icon-twitter"></i></a><a class="tdm-social-text" href="https://twitter.com/universitybiz" target="_blank">Twitter</a></div><div class="tdm-social-item-wrap"><a class="tdm-social-item" href="https://www.linkedin.com/company/university-business-magazine" target="_blank" title="Linkedin"><i class="td-icon-font td-icon-linkedin"></i></a><a class="tdm-social-text" href="https://www.linkedin.com/company/university-business-magazine" target="_blank">Linkedin</a></div></div></div><div class="td_block_wrap tdb_header_search tdi_44 tdb-header-search-trigger-enabled td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_44">
<style>
/* inline tdc_css att */
.tdi_44{
margin-top:1px !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_44{
margin-top:1px !important;
}
}
</style>
<style>
/* custom css */
.tdb_module_header{
width: 100%;
padding-bottom: 0;
}.tdb_module_header .td-module-container{
display: flex;
flex-direction: column;
position: relative;
}.tdb_module_header .td-module-container:before{
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
}.tdb_module_header .td-image-wrap{
display: block;
position: relative;
padding-bottom: 70%;
}.tdb_module_header .td-image-container{
position: relative;
width: 100%;
flex: 0 0 auto;
}.tdb_module_header .td-module-thumb{
margin-bottom: 0;
}.tdb_module_header .td-module-meta-info{
width: 100%;
margin-bottom: 0;
padding: 7px 0 0 0;
z-index: 1;
border: 0 solid #eaeaea;
min-height: 0;
}.tdb_module_header .entry-title{
margin: 0;
font-size: 13px;
font-weight: 500;
line-height: 18px;
}.tdb_module_header .td-post-author-name,
.tdb_module_header .td-post-date,
.tdb_module_header .td-module-comments{
vertical-align: text-top;
}.tdb_module_header .td-post-author-name,
.tdb_module_header .td-post-date{
top: 3px;
}.tdb_module_header .td-thumb-css{
width: 100%;
height: 100%;
position: absolute;
background-size: cover;
background-position: center center;
}.tdb_module_header .td-category-pos-image .td-post-category:not(.td-post-extra-category),
.tdb_module_header .td-post-vid-time{
position: absolute;
z-index: 2;
bottom: 0;
}.tdb_module_header .td-category-pos-image .td-post-category:not(.td-post-extra-category){
left: 0;
}.tdb_module_header .td-post-vid-time{
right: 0;
background-color: #000;
padding: 3px 6px 4px;
font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
font-size: 10px;
font-weight: 600;
line-height: 1;
color: #fff;
}.tdb_module_header .td-excerpt{
margin: 20px 0 0;
line-height: 21px;
}.tdb_module_header .td-read-more{
margin: 20px 0 0;
}.tdb_module_search .tdb-author-photo{
display: inline-block;
}.tdb_module_search .tdb-author-photo,
.tdb_module_search .tdb-author-photo img{
vertical-align: middle;
}.tdb_module_search .td-post-author-name{
white-space: normal;
}.tdb_header_search{
margin-bottom: 0;
clear: none;
}.tdb_header_search .tdb-block-inner{
position: relative;
display: inline-block;
width: 100%;
}.tdb_header_search .tdb-search-form{
position: relative;
padding: 20px;
border-width: 3px 0 0;
border-style: solid;
border-color: #4db2ec;
pointer-events: auto;
}.tdb_header_search .tdb-search-form:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
}.tdb_header_search .tdb-search-form-inner{
position: relative;
display: flex;
background-color: #fff;
}.tdb_header_search .tdb-search-form-inner:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #e1e1e1;
pointer-events: none;
}.tdb_header_search .tdb-head-search-placeholder{
position: absolute;
top: 50%;
transform: translateY(-50%);
padding: 3px 9px;
font-size: 12px;
line-height: 21px;
color: #999;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
pointer-events: none;
}.tdb_header_search .tdb-head-search-form-input:focus + .tdb-head-search-placeholder{
opacity: 0;
}.tdb_header_search .tdb-head-search-form-btn,
.tdb_header_search .tdb-head-search-form-input{
height: auto;
min-height: 32px;
}.tdb_header_search .tdb-head-search-form-input{
color: #444;
flex: 1;
background-color: transparent;
border: 0;
}.tdb_header_search .tdb-head-search-form-input.tdb-head-search-nofocus{
color: transparent;
text-shadow: 0 0 0 #444;
}.tdb_header_search .tdb-head-search-form-btn{
margin-bottom: 0;
padding: 0 15px;
background-color: #222222;
font-family: 'Roboto', sans-serif;
font-size: 13px;
font-weight: 500;
color: #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1;
}.tdb_header_search .tdb-head-search-form-btn:hover{
background-color: #4db2ec;
}.tdb_header_search .tdb-head-search-form-btn i,
.tdb_header_search .tdb-head-search-form-btn span{
display: inline-block;
vertical-align: middle;
}.tdb_header_search .tdb-head-search-form-btn i{
font-size: 12px;
}.tdb_header_search .tdb-head-search-form-btn .tdb-head-search-form-btn-icon{
position: relative;
}.tdb_header_search .tdb-head-search-form-btn .tdb-head-search-form-btn-icon-svg{
line-height: 0;
}.tdb_header_search .tdb-head-search-form-btn svg{
width: 12px;
height: auto;
}.tdb_header_search .tdb-head-search-form-btn svg,
.tdb_header_search .tdb-head-search-form-btn svg *{
fill: #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}.tdb_header_search .tdb-aj-search-results{
padding: 20px;
background-color: rgba(144, 144, 144, 0.02);
border-width: 1px 0;
border-style: solid;
border-color: #ededed;
background-color: #fff;
}.tdb_header_search .tdb-aj-search-results .td_module_wrap:last-child{
margin-bottom: 0;
padding-bottom: 0;
}.tdb_header_search .tdb-aj-search-results .td_module_wrap:last-child .td-module-container:before{
display: none;
}.tdb_header_search .tdb-aj-search-inner{
display: flex;
flex-wrap: wrap;
*zoom: 1;
}.tdb_header_search .tdb-aj-search-inner:before,
.tdb_header_search .tdb-aj-search-inner:after{
display: table;
content: '';
line-height: 0;
}.tdb_header_search .tdb-aj-search-inner:after{
clear: both;
}.tdb_header_search .result-msg{
padding: 4px 0 6px 0;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-style: italic;
background-color: #fff;
}.tdb_header_search .result-msg a{
color: #222;
}.tdb_header_search .result-msg a:hover{
color: #4db2ec;
}.tdb_header_search .td-module-meta-info,
.tdb_header_search .td-next-prev-wrap{
text-align: left;
}.tdb_header_search .td_module_wrap:hover .entry-title a{
color: #4db2ec;
}.tdb_header_search .tdb-aj-cur-element .entry-title a{
color: #4db2ec;
}.tdc-dragged .tdb-head-search-btn:after,
.tdc-dragged .tdb-drop-down-search{
visibility: hidden !important;
opacity: 0 !important;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}.tdb-header-search-trigger-enabled{
z-index: 1000;
}.tdb-header-search-trigger-enabled .tdb-head-search-btn{
display: flex;
align-items: center;
position: relative;
text-align: center;
color: #4db2ec;
}.tdb-header-search-trigger-enabled .tdb-head-search-btn:after{
visibility: hidden;
opacity: 0;
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
width: 0;
height: 0;
border-style: solid;
border-width: 0 6.5px 7px 6.5px;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
border-color: transparent transparent #4db2ec transparent;
}.tdb-header-search-trigger-enabled .tdb-drop-down-search-open + .tdb-head-search-btn:after{
visibility: visible;
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}.tdb-header-search-trigger-enabled .tdb-search-icon,
.tdb-header-search-trigger-enabled .tdb-search-txt,
.tdb-header-search-trigger-enabled .tdb-search-icon-svg svg *{
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}.tdb-header-search-trigger-enabled .tdb-search-icon-svg{
display: flex;
align-items: center;
justify-content: center;
}.tdb-header-search-trigger-enabled .tdb-search-icon-svg svg{
height: auto;
}.tdb-header-search-trigger-enabled .tdb-search-icon-svg svg,
.tdb-header-search-trigger-enabled .tdb-search-icon-svg svg *{
fill: #4db2ec;
}.tdb-header-search-trigger-enabled .tdb-search-txt{
position: relative;
line-height: 1;
}.tdb-header-search-trigger-enabled .tdb-drop-down-search{
visibility: hidden;
opacity: 0;
position: absolute;
top: 100%;
left: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
pointer-events: none;
z-index: 10;
}.tdb-header-search-trigger-enabled .tdb-drop-down-search-open{
visibility: visible;
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}.tdb-header-search-trigger-enabled .tdb-drop-down-search-inner{
position: relative;
max-width: 300px;
pointer-events: all;
}.tdi_44 .tdb-head-search-btn i{
font-size: 20px;
width: 48px;
height: 48px;
line-height: 48px;
color: #000000;
}.tdi_44 .tdb-head-search-btn svg{
width: 20px;
}.tdi_44 .tdb-search-icon-svg{
width: 48px;
height: 48px;
}.tdi_44{
display: inline-block;
float: right;
clear: none;
}.tdi_44 .tdb-search-txt{
top: 0px;
}.tdi_44 .tdb-drop-down-search{
top: calc(100% + 1px);
left: auto;
right: 0;
}.tdi_44 .tdb-head-search-btn:after{
bottom: -1px;
border-bottom-color: #d6d6d6;
}.tdi_44 .tdb-drop-down-search .tdb-drop-down-search-inner{
max-width: 400px;
}.tdi_44 .tdb-search-form{
border-width: 0px;
border-color: #ebebeb;
}.tdi_44 .tdb-drop-down-search-inner,
.tdi_44 .tdb-search-form,
.tdi_44 .tdb-aj-search{
margin-left: auto;
margin-right: 0;
}.tdi_44 .tdb-head-search-form-input,
.tdi_44 .tdb-head-search-placeholder{
padding: 0px;
}.tdi_44 .tdb-search-form-inner:after{
border-width: 0 0 2px 0;
border-color: rgba(0,0,0,0.05);
}.tdi_44 .tdb-head-search-form-btn i{
font-size: 12px;
}.tdi_44 .tdb-head-search-form-btn-icon{
margin-left: 10px;
top: 0px;
}.tdi_44 .tdb-head-search-form-btn{
padding: 8px 8px;
background-color: #0b2d72;
}.tdi_44 .tdb-aj-search-results{
padding: 0 30px 30px;
border-width: 0 0 1px 0;
}.tdi_44 .result-msg{
padding: 10px 0;
text-align: center;
font-family:Gelasio !important;font-style:normal !important;
}.tdi_44 .tdb-head-search-btn svg,
.tdi_44 .tdb-head-search-btn svg *{
fill: #000000;
}.tdi_44 .tdb-head-search-btn:hover i{
color: #0b2d72;
}.tdi_44 .tdb-head-search-btn:hover svg,
.tdi_44 .tdb-head-search-btn:hover svg *{
fill: #0b2d72;
}.tdi_44 .tdb-head-search-btn .tdb-search-txt{
color: #000000;
}.tdi_44 .tdb-drop-down-search-inner{
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.11);
}.tdi_44 .tdb-head-search-form-input:focus + .tdb-head-search-placeholder{
opacity: 0.01;
}.tdi_44 .tdb-head-search-form-btn:hover{
background: -webkit-linear-gradient(-30deg,#06263a,#110021);background: linear-gradient(-30deg,#06263a,#110021);
}.tdi_44 .result-msg,
.tdi_44 .result-msg a{
color: #0b2d72;
}.tdi_44 .result-msg a:hover{
color: #0b2d72;
}.tdi_44 .tdb-head-search-form-input{
font-family:Gelasio !important;
}.tdi_44 .tdb-head-search-placeholder{
font-family:Gelasio !important;
}.tdi_44 .td_module_wrap:nth-last-child(-n+1){
margin-bottom: 0;
padding-bottom: 0;
}.tdi_44 .td_module_wrap:nth-last-child(-n+1) .td-module-container:before{
display: none;
}.tdi_44 .td_module_wrap{
padding-left: 11px;
padding-right: 11px;
padding-bottom: 10px;
margin-bottom: 10px;
}.tdi_44 .tdb-aj-search-inner{
margin-left: -11px;
margin-right: -11px;
}.tdi_44 .td-module-container:before{
bottom: -10px;
border-color: rgba(127,127,127,0.1);
}.tdi_44 .td-module-container{
border-color: #eaeaea;
flex-direction: row;
}.tdi_44 .entry-thumb{
background-position: center 40%;
}.tdi_44 .td-image-wrap{
padding-bottom: 50%;
}.tdi_44 .td-image-container{
flex: 0 0 40%;
width: 40%;
display: block; order: 0;
}.ie10 .tdi_44 .td-image-container,
.ie11 .tdi_44 .td-image-container{
flex: 0 0 auto;
}.ie10 .tdi_44 .td-module-meta-info,
.ie11 .tdi_44 .td-module-meta-info{
flex: 1;
}.tdi_44 .td-post-vid-time{
display: block;
}.tdi_44 .td-module-meta-info{
padding: 0 0 0 16px;
border-color: #eaeaea;
}.tdi_44 .entry-title{
margin: 0 0 2px;
font-family:Gelasio !important;
}.tdi_44 .td-excerpt{
column-count: 1;
column-gap: 48px;
display: none;
color: #a5a5a5;
}.tdi_44 .td-post-category{
margin: 0 0 7px 0;
padding: 3px 4px 2px;
background-color: #0b2d72;
font-family:Source Sans Pro !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_44 .td-post-category:not(.td-post-extra-category){
display: none;
}.tdi_44 .td-read-more{
display: none;
}.tdi_44 .td-author-date{
display: inline;
}.tdi_44 .td-post-author-name{
display: none;
}.tdi_44 .entry-review-stars{
display: none;
}.tdi_44 .td-icon-star,
.tdi_44 .td-icon-star-empty,
.tdi_44 .td-icon-star-half{
font-size: 15px;
}.tdi_44 .td-module-comments{
display: none;
}.tdi_44 .tdb-author-photo .avatar{
width: 20px;
height: 20px;
margin-right: 6px;
border-radius: 50%;
}.tdi_44 .td-post-category:hover{
color: #000000;
}.tdi_44 .td-module-title a{
color: #051d2d;
box-shadow: inset 0 0 0 0 #000;
}body .tdi_44 .td_module_wrap:hover .td-module-title a,
.tdi_44 .tdb-aj-cur-element .entry-title a{
color: #0b2d72 !important;
}.tdi_44 .td-post-author-name a{
color: #000000;
}.tdi_44 .td-post-author-name:hover a{
color: #000000;
}.tdi_44 .td-post-date,
.tdi_44 .td-post-author-name span{
color: #000000;
}.tdi_44 .td-editor-date,
.tdi_44 .td-editor-date .td-post-author-name,
.tdi_44 .td-module-comments a{
font-family:Source Sans Pro !important;line-height:1 !important;font-style:italic !important;
}@media (min-width: 768px) {
.tdi_44 .td-module-title a {
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_44 .tdb-head-search-btn i{
font-size: 16px;
width: 49.6px;
height: 49.6px;
line-height: 49.6px;
}.tdi_44 .tdb-head-search-btn svg{
width: 16px;
}.tdi_44 .tdb-search-icon-svg{
width: 49.6px;
height: 49.6px;
}.tdi_44 .tdb-search-form{
padding: 20px;
}.tdi_44 .tdb-aj-search-results{
padding: 0 20px 20px ;
}.tdi_44 .result-msg{
padding: 6px 0;
}.tdi_44 .td_module_wrap{
padding-bottom: 10px !important;
margin-bottom: 10px !important;
padding-bottom: 10px;
margin-bottom: 10px;
}.tdi_44 .td_module_wrap:nth-last-child(-n+1){
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}.tdi_44 .td_module_wrap .td-module-container:before{
display: block !important;
}.tdi_44 .td_module_wrap:nth-last-child(-n+1) .td-module-container:before{
display: none !important;
}.tdi_44 .td-module-container:before{
bottom: -10px;
}.tdi_44 .td-module-title a{
box-shadow: inset 0 0 0 0 #000;
}.tdi_44 .entry-title{
font-family:Gelasio !important;font-size:14px !important;
}@media (min-width: 768px) {
.tdi_44 .td-module-title a {
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_44 .tdb-head-search-btn i{
font-size: 16px;
width: 49.6px;
height: 49.6px;
line-height: 49.6px;
}.tdi_44 .tdb-head-search-btn svg{
width: 16px;
}.tdi_44 .tdb-search-icon-svg{
width: 49.6px;
height: 49.6px;
}.tdi_44 .tdb-drop-down-search .tdb-drop-down-search-inner{
max-width: 500px;
}.tdi_44 .tdb-search-form{
padding: 20px;
}.tdi_44 .tdb-head-search-form-btn{
padding: 6px 16px;
}.tdi_44 .tdb-aj-search-results{
padding: 0 20px 20px;
}.tdi_44 .result-msg{
padding: 4px 0;
}.tdi_44 .td_module_wrap{
padding-bottom: 10px !important;
margin-bottom: 10px !important;
padding-bottom: 10px;
margin-bottom: 10px;
}.tdi_44 .td_module_wrap:nth-last-child(-n+1){
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}.tdi_44 .td_module_wrap .td-module-container:before{
display: block !important;
}.tdi_44 .td_module_wrap:nth-last-child(-n+1) .td-module-container:before{
display: none !important;
}.tdi_44 .td-module-container:before{
bottom: -10px;
}.tdi_44 .td-module-title a{
box-shadow: inset 0 0 0 0 #000;
}.tdi_44 .entry-title{
font-family:Gelasio !important;font-size:12px !important;
}.tdi_44 .td-editor-date,
.tdi_44 .td-editor-date .td-post-author-name,
.tdi_44 .td-module-comments a{
font-family:Source Sans Pro !important;font-size:12px !important;line-height:1 !important;font-style:italic !important;
}@media (min-width: 768px) {
.tdi_44 .td-module-title a {
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
}
}
/* phone */
@media (max-width: 767px){
.tdi_44 .td_module_wrap{
padding-bottom: 10px !important;
margin-bottom: 10px !important;
padding-bottom: 10px;
margin-bottom: 10px;
}.tdi_44 .td_module_wrap:nth-last-child(-n+1){
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}.tdi_44 .td_module_wrap .td-module-container:before{
display: block !important;
}.tdi_44 .td_module_wrap:nth-last-child(-n+1) .td-module-container:before{
display: none !important;
}.tdi_44 .td-module-container:before{
bottom: -10px;
}.tdi_44 .td-module-title a{
box-shadow: inset 0 0 0 0 #000;
}@media (min-width: 768px) {
.tdi_44 .td-module-title a {
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
}
}
</style><div class="tdb-block-inner td-fix-index"><div aria-labelledby="td-header-search-button" class="tdb-drop-down-search" style="width: 1280px !important;"><div class="tdb-drop-down-search-inner"><form action="https://universitybusiness.com/" class="tdb-search-form" method="get"><div class="tdb-search-form-inner"><input autocomplete="off" class="tdb-head-search-form-input" name="s" type="text" value=""/><div class="tdb-head-search-placeholder">type here...</div><button class="wpb_button wpb_btn-inverse btn tdb-head-search-form-btn" type="submit"><span>Search</span><i class="tdb-head-search-form-btn-icon tdc-font-tdmp tdc-font-tdmp-arrow-cut-right"></i></button></div></form><div class="tdb-aj-search"></div></div></div><a aria-label="Search" class="tdb-head-search-btn dropdown-toggle" data-toggle="dropdown" href="#" role="button"><span class="tdb-search-icon tdb-search-icon-svg"><svg version="1.1" viewbox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"><path d="M946.371 843.601l-125.379-125.44c43.643-65.925 65.495-142.1 65.475-218.040 0.051-101.069-38.676-202.588-115.835-279.706-77.117-77.148-178.606-115.948-279.644-115.886-101.079-0.061-202.557 38.738-279.665 115.876-77.169 77.128-115.937 178.627-115.907 279.716-0.031 101.069 38.728 202.588 115.907 279.665 77.117 77.117 178.616 115.825 279.665 115.804 75.94 0.020 152.136-21.862 218.061-65.495l125.348 125.46c30.915 30.904 81.029 30.904 111.954 0.020 30.915-30.935 30.915-81.029 0.020-111.974zM705.772 714.925c-59.443 59.341-136.899 88.842-214.784 88.924-77.896-0.082-155.341-29.583-214.784-88.924-59.443-59.484-88.975-136.919-89.037-214.804 0.061-77.885 29.604-155.372 89.037-214.825 59.464-59.443 136.878-88.945 214.784-89.016 77.865 0.082 155.3 29.583 214.784 89.016 59.361 59.464 88.914 136.919 88.945 214.825-0.041 77.885-29.583 155.361-88.945 214.804z"></path></svg></span></a></div></div> <!-- ./block --></div></div></div></div><div class="tdc-row stretch_row_1200 td-stretch-content" id="tdi_45"><div class="vc_row tdi_46 wpb_row td-pb-row">
<style scoped="">
/* custom css */
.tdi_46,
.tdi_46 .tdc-columns{
min-height: 0;
}.tdi_46:before{
display: block;
width: 100vw;
height: 100%;
position: absolute;
left: 50%;
transform: translateX(-50%);
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);
z-index: 20;
pointer-events: none;
top: 0;
}.tdi_46,
.tdi_46 .tdc-columns{
display: block;
}.tdi_46 .tdc-columns{
width: 100%;
}
</style><div class="vc_column tdi_48 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped="">
/* custom css */
.tdi_48{
vertical-align: baseline;
}.tdi_48 > .wpb_wrapper,
.tdi_48 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_48 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_48 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_48 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_menu tdi_49 tds_menu_active1 tds_menu_sub_active1 tdb-mm-align-screen td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_49" style=" z-index: 999;">
<style>
/* inline tdc_css att */
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_49{
margin-top:1px !important;
}
}
</style>
<style>
/* custom css */
.tdb_header_menu{
margin-bottom: 0;
z-index: 999;
clear: none;
}.tdb_header_menu .tdb-main-sub-icon-fake,
.tdb_header_menu .tdb-sub-icon-fake{
display: none;
}.tdb_header_menu .tdb-menu{
display: inline-block;
vertical-align: middle;
margin: 0;
}.tdb_header_menu .tdb-menu .tdb-mega-menu-inactive,
.tdb_header_menu .tdb-menu .tdb-menu-item-inactive{
pointer-events: none;
}.tdb_header_menu .tdb-menu .tdb-mega-menu-inactive > ul,
.tdb_header_menu .tdb-menu .tdb-menu-item-inactive > ul{
visibility: hidden;
opacity: 0;
}.tdb_header_menu .tdb-menu .sub-menu{
font-size: 14px;
position: absolute;
top: -999em;
background-color: #fff;
z-index: 99;
}.tdb_header_menu .tdb-menu .sub-menu > li{
list-style-type: none;
margin: 0;
font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
}.tdb_header_menu .tdb-menu > li{
float: left;
list-style-type: none;
margin: 0;
}.tdb_header_menu .tdb-menu > li > a{
position: relative;
display: inline-block;
padding: 0 14px;
font-weight: 700;
font-size: 14px;
line-height: 48px;
vertical-align: middle;
text-transform: uppercase;
-webkit-backface-visibility: hidden;
color: #000;
font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
}.tdb_header_menu .tdb-menu > li > a:after{
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
width: 0;
height: 3px;
background-color: #4db2ec;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: width 0.2s ease;
transition: width 0.2s ease;
}.tdb_header_menu .tdb-menu > li > a > .tdb-menu-item-text{
display: inline-block;
}.tdb_header_menu .tdb-menu > li > a .tdb-menu-item-text,
.tdb_header_menu .tdb-menu > li > a span{
vertical-align: middle;
float: left;
}.tdb_header_menu .tdb-menu > li > a .tdb-sub-menu-icon{
margin: 0 0 0 7px;
}.tdb_header_menu .tdb-menu > li > a .tdb-sub-menu-icon-svg{
float: none;
line-height: 0;
}.tdb_header_menu .tdb-menu > li > a .tdb-sub-menu-icon-svg svg{
width: 14px;
height: auto;
}.tdb_header_menu .tdb-menu > li > a .tdb-sub-menu-icon-svg svg,
.tdb_header_menu .tdb-menu > li > a .tdb-sub-menu-icon-svg svg *{
fill: #000;
}.tdb_header_menu .tdb-menu > li.current-menu-item > a:after,
.tdb_header_menu .tdb-menu > li.current-menu-ancestor > a:after,
.tdb_header_menu .tdb-menu > li.current-category-ancestor > a:after,
.tdb_header_menu .tdb-menu > li:hover > a:after,
.tdb_header_menu .tdb-menu > li.tdb-hover > a:after{
width: 100%;
}.tdb_header_menu .tdb-menu > li:hover > ul,
.tdb_header_menu .tdb-menu > li.tdb-hover > ul{
top: auto;
display: block !important;
}.tdb_header_menu .tdb-menu > li.td-normal-menu > ul.sub-menu{
top: auto;
left: 0;
z-index: 99;
}.tdb_header_menu .tdb-menu > li .tdb-menu-sep{
position: relative;
vertical-align: middle;
font-size: 14px;
}.tdb_header_menu .tdb-menu > li .tdb-menu-sep-svg{
line-height: 0;
}.tdb_header_menu .tdb-menu > li .tdb-menu-sep-svg svg{
width: 14px;
height: auto;
}.tdb_header_menu .tdb-menu > li:last-child .tdb-menu-sep{
display: none;
}.tdb_header_menu .tdb-menu-item-text{
word-wrap: break-word;
}.tdb_header_menu .tdb-menu-item-text,
.tdb_header_menu .tdb-sub-menu-icon,
.tdb_header_menu .tdb-menu-more-subicon{
vertical-align: middle;
}.tdb_header_menu .tdb-sub-menu-icon,
.tdb_header_menu .tdb-menu-more-subicon{
position: relative;
top: 0;
padding-left: 0;
}.tdb_header_menu .tdb-normal-menu{
position: relative;
}.tdb_header_menu .tdb-normal-menu ul{
left: 0;
padding: 15px 0;
text-align: left;
}.tdb_header_menu .tdb-normal-menu ul ul{
margin-top: -15px;
}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item{
position: relative;
list-style-type: none;
}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a{
position: relative;
display: block;
padding: 7px 30px;
font-size: 12px;
line-height: 20px;
color: #111;
}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon,
.tdb_header_menu .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon{
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
padding-right: inherit;
font-size: 7px;
line-height: 20px;
}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg,
.tdb_header_menu .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon-svg{
line-height: 0;
}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg,
.tdb_header_menu .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon-svg svg{
width: 7px;
height: auto;
}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg,
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg *,
.tdb_header_menu .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon svg,
.tdb_header_menu .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon svg *{
fill: #000;
}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item:hover > ul,
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.tdb-hover > ul{
top: 0;
display: block !important;
}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.current-menu-item > a,
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.current-menu-ancestor > a,
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.current-category-ancestor > a,
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.tdb-hover > a,
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item:hover > a{
color: #4db2ec;
}.tdb_header_menu .tdb-normal-menu > ul{
left: -15px;
}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu ul,
.tdb_header_menu.tdb-menu-sub-inline .td-pulldown-filter-list{
width: 100% !important;
}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu ul li,
.tdb_header_menu.tdb-menu-sub-inline .td-pulldown-filter-list li{
display: inline-block;
width: auto !important;
}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu,
.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item{
position: static;
}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu ul ul{
margin-top: 0 !important;
}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu > ul{
left: 0 !important;
}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item > a .tdb-sub-menu-icon{
float: none;
line-height: 1;
}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item:hover > ul,
.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item.tdb-hover > ul{
top: 100%;
}.tdb_header_menu.tdb-menu-sub-inline .tdb-menu-items-dropdown{
position: static;
}.tdb_header_menu.tdb-menu-sub-inline .td-pulldown-filter-list{
left: 0 !important;
}.tdb-menu .tdb-mega-menu .sub-menu{
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
width: 1114px !important;
}.tdb-menu .tdb-mega-menu .sub-menu,
.tdb-menu .tdb-mega-menu .sub-menu > li{
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}.tdb-menu .tdb-mega-menu .sub-menu > li{
top: 0;
width: 100%;
max-width: 1114px !important;
height: auto;
background-color: #fff;
border: 1px solid #eaeaea;
overflow: hidden;
}.tdc-dragged .tdb-block-menu ul{
visibility: hidden !important;
opacity: 0 !important;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}.tdb-mm-align-screen .tdb-menu .tdb-mega-menu .sub-menu{
-webkit-transform: translateX(0);
transform: translateX(0);
}.tdb-mm-align-parent .tdb-menu .tdb-mega-menu{
position: relative;
}.tdi_49 .td_block_inner{
text-align: center;
}.tdi_49 .tdb-menu > li > a,
.tdi_49 .td-subcat-more{
padding: 0 40px 0 0px;
color: #515151;
}.tdi_49 .tdb-menu > li .tdb-menu-sep,
.tdi_49 .tdb-menu-items-dropdown .tdb-menu-sep{
top: -1px;
}.tdi_49 .tdb-menu > li > a .tdb-sub-menu-icon,
.tdi_49 .td-subcat-more .tdb-menu-more-subicon{
font-size: 12px;
top: -1px;
}.tdi_49 .td-subcat-more .tdb-menu-more-icon{
top: 0px;
}.tdi_49 .tdb-menu > li > a .tdb-sub-menu-icon-svg svg,
.tdi_49 .tdb-menu > li > a .tdb-sub-menu-icon-svg svg *,
.tdi_49 .td-subcat-more .tdb-menu-more-subicon-svg svg,
.tdi_49 .td-subcat-more .tdb-menu-more-subicon-svg svg *,
.tdi_49 .td-subcat-more .tdb-menu-more-icon-svg,
.tdi_49 .td-subcat-more .tdb-menu-more-icon-svg *{
fill: #515151;
}.tdi_49 .tdb-menu > li > a,
.tdi_49 .td-subcat-more,
.tdi_49 .td-subcat-more > .tdb-menu-item-text{
font-family:Source Sans Pro !important;font-size:16px !important;line-height:55px !important;font-weight:100 !important;letter-spacing:.5px !important;
}.tdi_49 .tdb-menu > .tdb-normal-menu > ul,
.tdi_49 .td-pulldown-filter-list{
left: -4px;
}.tdi_49 .tdb-normal-menu ul ul,
.tdi_49 .td-pulldown-filter-list .sub-menu{
margin-top: -18px;
}.tdi_49 .tdb-menu .tdb-normal-menu ul,
.tdi_49 .td-pulldown-filter-list,
.tdi_49 .td-pulldown-filter-list .sub-menu{
padding: 18px 0;
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.14);
}.tdi_49 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,
.tdi_49 .tdb-menu-items-dropdown .td-pulldown-filter-list li > a{
padding: 4px 28px;
}.tdi_49 .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon,
.tdi_49 .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon{
font-size: 10px;
right: 0;
margin-top: 2px;
}.tdi_49 .tdb-normal-menu ul .tdb-menu-item > a .tdb-menu-item-text{
margin-right: 7px;
}.tdi_49 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,
.tdi_49 .tdb-menu-items-dropdown .td-pulldown-filter-list li a,
.tdi_49 .tdb-menu-items-dropdown .td-pulldown-filter-list li a{
color: #515151;
}.tdi_49 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg,
.tdi_49 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg *,
.tdi_49 .tdb-menu-items-dropdown .td-pulldown-filter-list li a .tdb-sub-menu-icon-svg svg,
.tdi_49 .tdb-menu-items-dropdown .td-pulldown-filter-list li a .tdb-sub-menu-icon-svg svg *{
fill: #515151;
}.tdi_49 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,
.tdi_49 .td-pulldown-filter-list li a{
font-family:Source Sans Pro !important;font-size:15px !important;
}.tdi_49:not(.tdb-mm-align-screen) .tdb-mega-menu .sub-menu,
.tdi_49 .tdb-mega-menu .sub-menu > li{
max-width: 1502px !important;
}.tdi_49 .tdb-menu .tdb-mega-menu .sub-menu > li{
box-shadow: none;
}@media (max-width: 1140px) {
.tdb-menu .tdb-mega-menu .sub-menu > li {
width: 100% !important;
}
}@media (max-width: 1018px) {
.tdi_49 .td-pulldown-filter-list {
left: auto;
right: -4px;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_49 .tdb-menu > li > a,
.tdi_49 .td-subcat-more{
padding: 0 10px;
}.tdi_49 .tdb-menu > li > a .tdb-sub-menu-icon,
.tdi_49 .td-subcat-more .tdb-menu-more-subicon{
font-size: 8px;
}.tdi_49 .tdb-menu > li > a,
.tdi_49 .td-subcat-more,
.tdi_49 .td-subcat-more > .tdb-menu-item-text{
font-family:Source Sans Pro !important;font-size:15px !important;line-height:51px !important;font-weight:100 !important;letter-spacing:.5px !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_49 .tdb-menu > li > a,
.tdi_49 .td-subcat-more{
padding: 0 10px;
}.tdi_49 .tdb-menu > li > a .tdb-sub-menu-icon,
.tdi_49 .td-subcat-more .tdb-menu-more-subicon{
font-size: 6px;
margin-left: 7px;
}.tdi_49 .tdb-menu > li > a,
.tdi_49 .td-subcat-more,
.tdi_49 .td-subcat-more > .tdb-menu-item-text{
font-family:Source Sans Pro !important;font-size:13px !important;line-height:51px !important;font-weight:100 !important;letter-spacing:.5px !important;
}.tdi_49 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,
.tdi_49 .tdb-menu-items-dropdown .td-pulldown-filter-list li > a{
padding: 4px 26px;
}.tdi_49 .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon,
.tdi_49 .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon{
margin-top: 3px;
}.tdi_49 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,
.tdi_49 .td-pulldown-filter-list li a{
font-family:Source Sans Pro !important;font-size:11px !important;
}
}
</style>
<style>
.tdi_49 .tdb-menu > li.current-menu-item > a,
.tdi_49 .tdb-menu > li.current-menu-ancestor > a,
.tdi_49 .tdb-menu > li.current-category-ancestor > a,
.tdi_49 .tdb-menu > li:hover > a,
.tdi_49 .tdb-menu > li.tdb-hover > a,
.tdi_49 .tdb-menu-items-dropdown:hover .td-subcat-more{
color: #0b2d72;
}.tdi_49 .tdb-menu > li.current-menu-item > a .tdb-sub-menu-icon-svg svg,
.tdi_49 .tdb-menu > li.current-menu-item > a .tdb-sub-menu-icon-svg svg *,
.tdi_49 .tdb-menu > li.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg,
.tdi_49 .tdb-menu > li.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg *,
.tdi_49 .tdb-menu > li.current-category-ancestor > a .tdb-sub-menu-icon-svg svg,
.tdi_49 .tdb-menu > li.current-category-ancestor > a .tdb-sub-menu-icon-svg svg *,
.tdi_49 .tdb-menu > li:hover > a .tdb-sub-menu-icon-svg svg,
.tdi_49 .tdb-menu > li:hover > a .tdb-sub-menu-icon-svg svg *,
.tdi_49 .tdb-menu > li.tdb-hover > a .tdb-sub-menu-icon-svg svg,
.tdi_49 .tdb-menu > li.tdb-hover > a .tdb-sub-menu-icon-svg svg *,
.tdi_49 .tdb-menu-items-dropdown:hover .td-subcat-more .tdb-menu-more-icon-svg svg,
.tdi_49 .tdb-menu-items-dropdown:hover .td-subcat-more .tdb-menu-more-icon-svg svg *{
fill: #0b2d72;
}.tdi_49 .tdb-menu > li > a:after,
.tdi_49 .tdb-menu-items-dropdown .td-subcat-more:after{
height: 0px;
bottom: 0px;
}
</style>
<style>
.tdi_49 .tdb-menu ul .tdb-normal-menu.current-menu-item > a,
.tdi_49 .tdb-menu ul .tdb-normal-menu.current-menu-ancestor > a,
.tdi_49 .tdb-menu ul .tdb-normal-menu.current-category-ancestor > a,
.tdi_49 .tdb-menu ul .tdb-normal-menu.tdb-hover > a,
.tdi_49 .tdb-menu ul .tdb-normal-menu:hover > a,
.tdi_49 .tdb-menu-items-dropdown .td-pulldown-filter-list li:hover > a{
color: #0b2d72;
background-color: rgba(76,64,132,0.05);
}.tdi_49 .tdb-menu ul .tdb-normal-menu.current-menu-item > a .tdb-sub-menu-icon-svg svg,
.tdi_49 .tdb-menu ul .tdb-normal-menu.current-menu-item > a .tdb-sub-menu-icon-svg svg *,
.tdi_49 .tdb-menu ul .tdb-normal-menu.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg,
.tdi_49 .tdb-menu ul .tdb-normal-menu.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg *,
.tdi_49 .tdb-menu ul .tdb-normal-menu.current-category-ancestor > a .tdb-sub-menu-icon-svg svg,
.tdi_49 .tdb-menu ul .tdb-normal-menu.current-category-ancestor > a .tdb-sub-menu-icon-svg svg *,
.tdi_49 .tdb-menu ul .tdb-normal-menu.tdb-hover > a .tdb-sub-menu-icon-svg svg,
.tdi_49 .tdb-menu ul .tdb-normal-menu.tdb-hover > a .tdb-sub-menu-icon-svg svg *,
.tdi_49 .tdb-menu ul .tdb-normal-menu:hover > a .tdb-sub-menu-icon-svg svg,
.tdi_49 .tdb-menu ul .tdb-normal-menu:hover > a .tdb-sub-menu-icon-svg svg *,
.tdi_49 .tdb-menu-items-dropdown .td-pulldown-filter-list li:hover > a .tdb-sub-menu-icon-svg svg,
.tdi_49 .tdb-menu-items-dropdown .td-pulldown-filter-list li:hover > a .tdb-sub-menu-icon-svg svg *{
fill: #0b2d72;
}
</style><div class="td_block_inner td-fix-index" id="tdi_49"><div class="tdb-main-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></div><div class="tdb-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-right"></i></div><ul class="tdb-block-menu tdb-menu tdb-menu-items-visible" id="menu-main-menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-first tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6244" id="menu-item-6244"><a href="https://universitybusiness.com/category/administration/"><div class="tdb-menu-item-text">ADMINISTRATION</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu" style="float: none; width: auto; min-width: 16.8462em; display: none;">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6248" id="menu-item-6248" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/leadership/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Leadership</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6245" id="menu-item-6245" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/academic-affairs/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Academic Affairs</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6252" id="menu-item-6252" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/partnerships-mergers/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Partnerships/Mergers</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6249" id="menu-item-6249" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/personnel-and-hr/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Personnel and HR</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6250" id="menu-item-6250" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/policy-and-legal-affairs/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Policy and Legal Affairs</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14218" id="menu-item-14218" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/fundraising/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Fundraising</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6251" id="menu-item-6251" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/presidents/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Presidents</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6246" id="menu-item-6246" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/crisis-management/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Crisis Management</div></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6253" id="menu-item-6253"><a href="https://universitybusiness.com/category/enrollment/"><div class="tdb-menu-item-text">Enrollment</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu" style="float: none; width: auto; min-width: 18.4615em; display: none;">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6257" id="menu-item-6257" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/admissions/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Admissions</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6258" id="menu-item-6258" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/access-affordability/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Access & Affordability</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6259" id="menu-item-6259" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/roi-value/" style="float: none; width: auto;"><div class="tdb-menu-item-text">ROI/Value</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6254" id="menu-item-6254" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/diversity-equity-inclusion/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Diversity, Equity, Inclusion</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6256" id="menu-item-6256" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/student-loans-pell-grants/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Student Loans/Pell Grants</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent tdb-menu-item tdb-normal-menu menu-item-6255" id="menu-item-6255" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/international-students/" style="float: none; width: auto;"><div class="tdb-menu-item-text">International Students</div></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6263" id="menu-item-6263"><a href="https://universitybusiness.com/category/academics/"><div class="tdb-menu-item-text">Academics</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu" style="float: none; width: auto; min-width: 17.7692em; display: none;">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent tdb-menu-item tdb-normal-menu menu-item-6264" id="menu-item-6264" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/rankings/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Rankings</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6267" id="menu-item-6267" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/online-learning/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Online Learning</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14217" id="menu-item-14217" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/advising/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Advising</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6266" id="menu-item-6266" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/instructional-technology/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Instructional Technology</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14214" id="menu-item-14214" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/edtech-innovation/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Edtech/Innovation</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6268" id="menu-item-6268" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/faculty/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Faculty</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6270" id="menu-item-6270" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/civil-dialogue/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Civil Dialogue</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6271" id="menu-item-6271" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/curricula-majors/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Curricula/Majors</div></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6276" id="menu-item-6276"><a href="https://universitybusiness.com/category/wellness-student-success/"><div class="tdb-menu-item-text">Wellness/Student Success</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu" style="float: none; width: auto; min-width: 20em; display: none;">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6279" id="menu-item-6279" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/mental-health/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Mental health</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6278" id="menu-item-6278" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/covid/" style="float: none; width: auto;"><div class="tdb-menu-item-text">COVID</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14216" id="menu-item-14216" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/career-pathways/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Career Pathways</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14215" id="menu-item-14215" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/campus-safety/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Campus Safety</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6283" id="menu-item-6283" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/student-success-and-retention/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Student Success and Retention</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6281" id="menu-item-6281" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/dining-and-retail/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Dining and Retail</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6284" id="menu-item-6284" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/athletics-recreation/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Athletics/Recreation</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6285" id="menu-item-6285" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/lgbtq/" style="float: none; width: auto;"><div class="tdb-menu-item-text">LGBTQ+</div></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6286" id="menu-item-6286"><a href="https://universitybusiness.com/category/opinion-special-content/"><div class="tdb-menu-item-text">Opinion/Special Content</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu" style="float: none; width: auto; min-width: 10.3077em; display: none;">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6290" id="menu-item-6290" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/op-ed/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Op-ed</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6293" id="menu-item-6293" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/webinar/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Webinars</div></a></li>
</ul>
</li>
</ul></div></div></div></div></div></div></div></div> </div>
<div class="td-header-desktop-sticky-wrap tdc-zone-sticky-invisible tdc-zone-sticky-inactive" style="">
<div class="tdc-zone" id="tdi_52"><div class="tdc_zone tdi_53 wpb_row td-pb-row tdc-element-style" data-sticky-offset="0">
<style scoped="">
/* custom css */
.tdi_53{
min-height: 0;
}.tdi_53 > .td-element-style:after{
content: '' !important;
width: 100% !important;
height: 100% !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
z-index: 0 !important;
display: block !important;
background-color: rgba(255,255,255,0.97) !important;
}.td-header-desktop-sticky-wrap.td-header-active{
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}.td-header-desktop-sticky-wrap{
transform: translateY(-120%);
-webkit-transform: translateY(-120%);
-moz-transform: translateY(-120%);
-ms-transform: translateY(-120%);
-o-transform: translateY(-120%);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
</style>
<div class="tdi_52_rand_style td-element-style"></div><div class="tdc-row stretch_row_1200 td-stretch-content" id="tdi_54"><div class="vc_row tdi_55 wpb_row td-pb-row tdc-element-style">
<style scoped="">
/* custom css */
.tdi_55,
.tdi_55 .tdc-columns{
min-height: 0;
}.tdi_55 > .td-element-style:after{
content: '' !important;
width: 100% !important;
height: 100% !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
z-index: 0 !important;
display: block !important;
background-color: #000000;
}.tdi_55,
.tdi_55 .tdc-columns{
display: block;
}.tdi_55 .tdc-columns{
width: 100%;
}@media (min-width: 768px) {
.tdi_55 {
margin-left: -10px;
margin-right: -10px;
}
.tdi_55 .tdc-row-video-background-error,
.tdi_55 .vc_column {
padding-left: 10px;
padding-right: 10px;
}
}
/* inline tdc_css att */
.tdi_55{
padding-top:5px !important;
padding-bottom:5px !important;
}
.tdi_55 .td_block_wrap{ text-align:left }
</style>
<div class="tdi_54_rand_style td-element-style"></div><div class="vc_column tdi_57 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped="">
/* custom css */
.tdi_57{
vertical-align: baseline;
}.tdi_57 > .wpb_wrapper,
.tdi_57 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_57 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_57 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_57 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_button tdi_58 tdm-block-button-inline tdm-content-horiz-left td-pb-border-top td_block_template_10" data-td-block-uid="tdi_58">
<style>
/* inline tdc_css att */
.tdi_58{
margin-top:-5px !important;
margin-bottom:-5px !important;
}
</style>
<style>
.tdi_59 .tdm-btn-icon:first-child{
margin-right: 14px;
}.tdi_59{
font-size:16px !important;font-weight:500 !important;
}
</style><div class="tds-button td-fix-index"><a class="tds-button1 tdm-btn tdm-btn-sm tdi_59" href="/subscribe/"><i class="tdm-btn-icon tdc-font-fa tdc-font-fa-newspaper-o"></i><span class="tdm-btn-text">Subscribe</span></a></div></div><div class="td_block_wrap tdb_mobile_horiz_menu tdi_60 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_60" style=" z-index: 999;">
<style>
/* custom css */
.tdi_60{
display: inline-block;
}.tdi_60 .tdb-horiz-menu > li > a{
padding: 0 25px;
color: #ffffff;
font-family:Source Sans Pro !important;font-size:16px !important;line-height:22px !important;font-weight:500 !important;
}.tdi_60 .tdb-horiz-menu > li .tdb-menu-sep{
top: 0px;
}.tdi_60 .tdb-horiz-menu > li > a .tdb-sub-menu-icon{
top: 0px;
}.tdi_60 .tdb-horiz-menu > li > a .tdb-sub-menu-icon-svg svg,
.tdi_60 .tdb-horiz-menu > li > a .tdb-sub-menu-icon-svg svg *{
fill: #ffffff;
}.tdi_60 .tdb-horiz-menu > li.current-menu-item > a,
.tdi_60 .tdb-horiz-menu > li.current-menu-ancestor > a,
.tdi_60 .tdb-horiz-menu > li.current-category-ancestor > a,
.tdi_60 .tdb-horiz-menu > li:hover > a{
color: #4db2ec;
}.tdi_60 .tdb-horiz-menu > li.current-menu-item > a .tdb-sub-menu-icon-svg svg,
.tdi_60 .tdb-horiz-menu > li.current-menu-item > a .tdb-sub-menu-icon-svg svg *,
.tdi_60 .tdb-horiz-menu > li.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg,
.tdi_60 .tdb-horiz-menu > li.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg *,
.tdi_60 .tdb-horiz-menu > li.current-category-ancestor > a .tdb-sub-menu-icon-svg svg,
.tdi_60 .tdb-horiz-menu > li.current-category-ancestor > a .tdb-sub-menu-icon-svg svg *,
.tdi_60 .tdb-horiz-menu > li:hover > a .tdb-sub-menu-icon-svg svg,
.tdi_60 .tdb-horiz-menu > li:hover > a .tdb-sub-menu-icon-svg svg *{
fill: #4db2ec;
}.tdi_60 .tdb-horiz-menu ul li.current-menu-item > a,
.tdi_60 .tdb-horiz-menu ul li.current-menu-ancestor > a,
.tdi_60 .tdb-horiz-menu ul li.current-category-ancestor > a,
.tdi_60 .tdb-horiz-menu ul li:hover > a{
color: #4db2ec;
}.tdi_60 .tdb-horiz-menu ul{
box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}.tdi_60 .tdb-horiz-menu ul li > a{
font-family:Source Sans Pro !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_60 .tdb-horiz-menu > li > a{
font-family:Source Sans Pro !important;font-size:12px !important;line-height:22px !important;font-weight:500 !important;
}
}
</style><div class="td_block_inner td-fix-index" id="tdi_60"><div class="menu-top-navigation-eyebrow-menu-container"><ul class="tdb-horiz-menu" id="menu-top-navigation-eyebrow-menu-1"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6239"><a href="https://universitybusiness.com/category/webinar/"><div class="tdb-menu-item-text">Web Seminars – UB Ed Talks – Podcasts</div></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21908"><a href="https://go.pardot.com/l/1049151/2024-06-14/7zyg" target="_blank"><div class="tdb-menu-item-text">Advertise</div></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90"><a href="https://careers.universitybusiness.com/jobs/" target="_blank"><div class="tdb-menu-item-text">Jobs</div></a></li>
</ul></div></div></div></div></div></div></div><div class="tdc-row stretch_row_1200 td-stretch-content" id="tdi_61"><div class="vc_row tdi_62 wpb_row td-pb-row">
<style scoped="">
/* custom css */
.tdi_62,
.tdi_62 .tdc-columns{
min-height: 0;
}.tdi_62:before{
display: block;
width: 100vw;
height: 100%;
position: absolute;
left: 50%;
transform: translateX(-50%);
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);
z-index: 20;
pointer-events: none;
top: 0;
}.tdi_62,
.tdi_62 .tdc-columns{
display: block;
}.tdi_62 .tdc-columns{
width: 100%;
}
</style><div class="vc_column tdi_64 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped="">
/* custom css */
.tdi_64{
vertical-align: baseline;
}.tdi_64 > .wpb_wrapper,
.tdi_64 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_64 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_64 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_64 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_menu tdi_65 tds_menu_active1 tds_menu_sub_active1 tdb-mm-align-screen td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_65" style=" z-index: 999;">
<style>
/* inline tdc_css att */
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_65{
margin-top:1px !important;
}
}
</style>
<style>
/* custom css */
.tdi_65 .td_block_inner{
text-align: center;
}.tdi_65 .tdb-menu > li > a,
.tdi_65 .td-subcat-more{
padding: 0 40px 0 0px;
color: #515151;
}.tdi_65 .tdb-menu > li .tdb-menu-sep,
.tdi_65 .tdb-menu-items-dropdown .tdb-menu-sep{
top: -1px;
}.tdi_65 .tdb-menu > li > a .tdb-sub-menu-icon,
.tdi_65 .td-subcat-more .tdb-menu-more-subicon{
font-size: 12px;
top: -1px;
}.tdi_65 .td-subcat-more .tdb-menu-more-icon{
top: 0px;
}.tdi_65 .tdb-menu > li > a .tdb-sub-menu-icon-svg svg,
.tdi_65 .tdb-menu > li > a .tdb-sub-menu-icon-svg svg *,
.tdi_65 .td-subcat-more .tdb-menu-more-subicon-svg svg,
.tdi_65 .td-subcat-more .tdb-menu-more-subicon-svg svg *,
.tdi_65 .td-subcat-more .tdb-menu-more-icon-svg,
.tdi_65 .td-subcat-more .tdb-menu-more-icon-svg *{
fill: #515151;
}.tdi_65 .tdb-menu > li > a,
.tdi_65 .td-subcat-more,
.tdi_65 .td-subcat-more > .tdb-menu-item-text{
font-family:Source Sans Pro !important;font-size:16px !important;line-height:55px !important;font-weight:100 !important;letter-spacing:.5px !important;
}.tdi_65 .tdb-menu > .tdb-normal-menu > ul,
.tdi_65 .td-pulldown-filter-list{
left: -4px;
}.tdi_65 .tdb-normal-menu ul ul,
.tdi_65 .td-pulldown-filter-list .sub-menu{
margin-top: -18px;
}.tdi_65 .tdb-menu .tdb-normal-menu ul,
.tdi_65 .td-pulldown-filter-list,
.tdi_65 .td-pulldown-filter-list .sub-menu{
padding: 18px 0;
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.14);
}.tdi_65 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,
.tdi_65 .tdb-menu-items-dropdown .td-pulldown-filter-list li > a{
padding: 4px 28px;
}.tdi_65 .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon,
.tdi_65 .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon{
font-size: 10px;
right: 0;
margin-top: 2px;
}.tdi_65 .tdb-normal-menu ul .tdb-menu-item > a .tdb-menu-item-text{
margin-right: 7px;
}.tdi_65 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,
.tdi_65 .tdb-menu-items-dropdown .td-pulldown-filter-list li a,
.tdi_65 .tdb-menu-items-dropdown .td-pulldown-filter-list li a{
color: #515151;
}.tdi_65 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg,
.tdi_65 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg *,
.tdi_65 .tdb-menu-items-dropdown .td-pulldown-filter-list li a .tdb-sub-menu-icon-svg svg,
.tdi_65 .tdb-menu-items-dropdown .td-pulldown-filter-list li a .tdb-sub-menu-icon-svg svg *{
fill: #515151;
}.tdi_65 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,
.tdi_65 .td-pulldown-filter-list li a{
font-family:Source Sans Pro !important;font-size:15px !important;
}.tdi_65:not(.tdb-mm-align-screen) .tdb-mega-menu .sub-menu,
.tdi_65 .tdb-mega-menu .sub-menu > li{
max-width: 1502px !important;
}.tdi_65 .tdb-menu .tdb-mega-menu .sub-menu > li{
box-shadow: none;
}@media (max-width: 1018px) {
.tdi_65 .td-pulldown-filter-list {
left: auto;
right: -4px;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_65 .tdb-menu > li > a,
.tdi_65 .td-subcat-more{
padding: 0 10px;
}.tdi_65 .tdb-menu > li > a .tdb-sub-menu-icon,
.tdi_65 .td-subcat-more .tdb-menu-more-subicon{
font-size: 8px;
}.tdi_65 .tdb-menu > li > a,
.tdi_65 .td-subcat-more,
.tdi_65 .td-subcat-more > .tdb-menu-item-text{
font-family:Source Sans Pro !important;font-size:15px !important;line-height:51px !important;font-weight:100 !important;letter-spacing:.5px !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_65 .tdb-menu > li > a,
.tdi_65 .td-subcat-more{
padding: 0 10px;
}.tdi_65 .tdb-menu > li > a .tdb-sub-menu-icon,
.tdi_65 .td-subcat-more .tdb-menu-more-subicon{
font-size: 6px;
margin-left: 7px;
}.tdi_65 .tdb-menu > li > a,
.tdi_65 .td-subcat-more,
.tdi_65 .td-subcat-more > .tdb-menu-item-text{
font-family:Source Sans Pro !important;font-size:13px !important;line-height:51px !important;font-weight:100 !important;letter-spacing:.5px !important;
}.tdi_65 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,
.tdi_65 .tdb-menu-items-dropdown .td-pulldown-filter-list li > a{
padding: 4px 26px;
}.tdi_65 .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon,
.tdi_65 .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon{
margin-top: 3px;
}.tdi_65 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,
.tdi_65 .td-pulldown-filter-list li a{
font-family:Source Sans Pro !important;font-size:11px !important;
}
}
</style>
<style>
.tdi_65 .tdb-menu > li.current-menu-item > a,
.tdi_65 .tdb-menu > li.current-menu-ancestor > a,
.tdi_65 .tdb-menu > li.current-category-ancestor > a,
.tdi_65 .tdb-menu > li:hover > a,
.tdi_65 .tdb-menu > li.tdb-hover > a,
.tdi_65 .tdb-menu-items-dropdown:hover .td-subcat-more{
color: #0b2d72;
}.tdi_65 .tdb-menu > li.current-menu-item > a .tdb-sub-menu-icon-svg svg,
.tdi_65 .tdb-menu > li.current-menu-item > a .tdb-sub-menu-icon-svg svg *,
.tdi_65 .tdb-menu > li.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg,
.tdi_65 .tdb-menu > li.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg *,
.tdi_65 .tdb-menu > li.current-category-ancestor > a .tdb-sub-menu-icon-svg svg,
.tdi_65 .tdb-menu > li.current-category-ancestor > a .tdb-sub-menu-icon-svg svg *,
.tdi_65 .tdb-menu > li:hover > a .tdb-sub-menu-icon-svg svg,
.tdi_65 .tdb-menu > li:hover > a .tdb-sub-menu-icon-svg svg *,
.tdi_65 .tdb-menu > li.tdb-hover > a .tdb-sub-menu-icon-svg svg,
.tdi_65 .tdb-menu > li.tdb-hover > a .tdb-sub-menu-icon-svg svg *,
.tdi_65 .tdb-menu-items-dropdown:hover .td-subcat-more .tdb-menu-more-icon-svg svg,
.tdi_65 .tdb-menu-items-dropdown:hover .td-subcat-more .tdb-menu-more-icon-svg svg *{
fill: #0b2d72;
}.tdi_65 .tdb-menu > li > a:after,
.tdi_65 .tdb-menu-items-dropdown .td-subcat-more:after{
height: 0px;
bottom: 0px;
}
</style>
<style>
.tdi_65 .tdb-menu ul .tdb-normal-menu.current-menu-item > a,
.tdi_65 .tdb-menu ul .tdb-normal-menu.current-menu-ancestor > a,
.tdi_65 .tdb-menu ul .tdb-normal-menu.current-category-ancestor > a,
.tdi_65 .tdb-menu ul .tdb-normal-menu.tdb-hover > a,
.tdi_65 .tdb-menu ul .tdb-normal-menu:hover > a,
.tdi_65 .tdb-menu-items-dropdown .td-pulldown-filter-list li:hover > a{
color: #0b2d72;
background-color: rgba(76,64,132,0.05);
}.tdi_65 .tdb-menu ul .tdb-normal-menu.current-menu-item > a .tdb-sub-menu-icon-svg svg,
.tdi_65 .tdb-menu ul .tdb-normal-menu.current-menu-item > a .tdb-sub-menu-icon-svg svg *,
.tdi_65 .tdb-menu ul .tdb-normal-menu.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg,
.tdi_65 .tdb-menu ul .tdb-normal-menu.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg *,
.tdi_65 .tdb-menu ul .tdb-normal-menu.current-category-ancestor > a .tdb-sub-menu-icon-svg svg,
.tdi_65 .tdb-menu ul .tdb-normal-menu.current-category-ancestor > a .tdb-sub-menu-icon-svg svg *,
.tdi_65 .tdb-menu ul .tdb-normal-menu.tdb-hover > a .tdb-sub-menu-icon-svg svg,
.tdi_65 .tdb-menu ul .tdb-normal-menu.tdb-hover > a .tdb-sub-menu-icon-svg svg *,
.tdi_65 .tdb-menu ul .tdb-normal-menu:hover > a .tdb-sub-menu-icon-svg svg,
.tdi_65 .tdb-menu ul .tdb-normal-menu:hover > a .tdb-sub-menu-icon-svg svg *,
.tdi_65 .tdb-menu-items-dropdown .td-pulldown-filter-list li:hover > a .tdb-sub-menu-icon-svg svg,
.tdi_65 .tdb-menu-items-dropdown .td-pulldown-filter-list li:hover > a .tdb-sub-menu-icon-svg svg *{
fill: #0b2d72;
}
</style><div class="td_block_inner td-fix-index" id="tdi_65"><div class="tdb-main-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></div><div class="tdb-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-right"></i></div><ul class="tdb-block-menu tdb-menu tdb-menu-items-visible" id="menu-main-menu-1"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-first tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6244"><a href="https://universitybusiness.com/category/administration/"><div class="tdb-menu-item-text">ADMINISTRATION</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu" style="float: none; width: auto; display: none;">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6248" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/leadership/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Leadership</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6245" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/academic-affairs/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Academic Affairs</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6252" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/partnerships-mergers/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Partnerships/Mergers</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6249" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/personnel-and-hr/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Personnel and HR</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6250" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/policy-and-legal-affairs/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Policy and Legal Affairs</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14218" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/fundraising/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Fundraising</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6251" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/presidents/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Presidents</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6246" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/administration/crisis-management/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Crisis Management</div></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6253"><a href="https://universitybusiness.com/category/enrollment/"><div class="tdb-menu-item-text">Enrollment</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu" style="float: none; width: auto; display: none;">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6257" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/admissions/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Admissions</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6258" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/access-affordability/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Access & Affordability</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6259" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/roi-value/" style="float: none; width: auto;"><div class="tdb-menu-item-text">ROI/Value</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6254" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/diversity-equity-inclusion/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Diversity, Equity, Inclusion</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6256" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/student-loans-pell-grants/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Student Loans/Pell Grants</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent tdb-menu-item tdb-normal-menu menu-item-6255" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/enrollment/international-students/" style="float: none; width: auto;"><div class="tdb-menu-item-text">International Students</div></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6263"><a href="https://universitybusiness.com/category/academics/"><div class="tdb-menu-item-text">Academics</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu" style="float: none; width: auto; display: none;">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent tdb-menu-item tdb-normal-menu menu-item-6264" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/rankings/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Rankings</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6267" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/online-learning/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Online Learning</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14217" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/advising/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Advising</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6266" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/instructional-technology/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Instructional Technology</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14214" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/edtech-innovation/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Edtech/Innovation</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6268" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/faculty/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Faculty</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6270" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/civil-dialogue/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Civil Dialogue</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6271" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/academics/curricula-majors/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Curricula/Majors</div></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6276"><a href="https://universitybusiness.com/category/wellness-student-success/"><div class="tdb-menu-item-text">Wellness/Student Success</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu" style="float: none; width: auto; display: none;">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6279" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/mental-health/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Mental health</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6278" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/covid/" style="float: none; width: auto;"><div class="tdb-menu-item-text">COVID</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14216" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/career-pathways/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Career Pathways</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-14215" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/campus-safety/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Campus Safety</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6283" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/student-success-and-retention/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Student Success and Retention</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6281" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/dining-and-retail/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Dining and Retail</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6284" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/athletics-recreation/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Athletics/Recreation</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6285" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/wellness-student-success/lgbtq/" style="float: none; width: auto;"><div class="tdb-menu-item-text">LGBTQ+</div></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-6286"><a href="https://universitybusiness.com/category/opinion-special-content/"><div class="tdb-menu-item-text">Opinion/Special Content</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu" style="float: none; width: auto; display: none;">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6290" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/op-ed/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Op-ed</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-6293" style="white-space: normal; float: none; width: 100%;"><a href="https://universitybusiness.com/category/webinar/" style="float: none; width: auto;"><div class="tdb-menu-item-text">Webinars</div></a></li>
</ul>
</li>
</ul></div></div></div></div></div></div></div></div> </div>
</div>
<div data-autoload="off" data-autoload-count="5" data-autoload-org-post-id="19038" data-autoload-type="" id="tdb-autoload-article">
<style>
.tdb-autoload-wrap {
position: relative;
}
.tdb-autoload-wrap .tdb-loader-autoload {
top: auto !important;
bottom: 50px !important;
}
.tdb-autoload-debug {
display: none;
width: 1068px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 1019px) and (max-width: 1018px) {
.tdb-autoload-debug {
width: 740px;
}
}
@media (max-width: 767px) {
.tdb-autoload-debug {
display: none;
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
}
</style>
<div class="td-main-content-wrap td-container-wrap">
<div class="tdc-content-wrap">
<article class="post-99 tdb_templates type-tdb_templates status-publish post" id="template-id-99" itemscope="" itemtype="https://schema.org/Article">
<div class="tdc-zone" id="tdi_68"><div class="tdc_zone tdi_69 wpb_row td-pb-row">
<style scoped="">
/* custom css */
.tdi_69{
min-height: 0;
}
</style><div class="tdc-row stretch_row_1200 td-stretch-content" id="tdi_70"><div class="vc_row tdi_71 wpb_row td-pb-row">
<style scoped="">
/* custom css */
.tdi_71,
.tdi_71 .tdc-columns{
min-height: 0;
}.tdi_71,
.tdi_71 .tdc-columns{
display: block;
}.tdi_71 .tdc-columns{
width: 100%;
}
</style><div class="vc_column tdi_73 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped="">
/* custom css */
.tdi_73{
vertical-align: baseline;
}.tdi_73 > .wpb_wrapper,
.tdi_73 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_73 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_73 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_73 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="wpb_wrapper td_block_empty_space td_block_wrap vc_empty_space tdi_75" style="height: 20px"></div><div class="td-a-rec td-a-rec-id-custom_ad_5 tdi_76 td_block_template_10">
<style>
/* inline tdc_css att */
.tdi_76{
margin-bottom:20px !important;
}
</style>
<style>
/* custom css */
.tdi_76.td-a-rec{
text-align: center;
}.tdi_76 .td-element-style{
z-index: -1;
}
</style><div class="distr-42422adf05b63ed1ad2e0642cb6687d5 distr-ub-leader-board-ros" id="distr-42422adf05b63ed1ad2e0642cb6687d5"><div class="distr-ub-leader-board-ros distr-target" data-distr-trackbid="1" data-distr-trackid="584" id="distr-1016177044" style="margin-bottom: -54px; "><script async="async" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];</script>
<div data-google-query-id="CPCXi4CzoIoDFbSnywEdDaUJyQ" id="gpt-ad-1114808260653-0">
<div id="google_ads_iframe_/21804713356/universitybusiness/Leaderboard_0__container__" style="border: 0pt none;"><iframe allow="private-state-token-redemption;attribution-reporting" aria-label="Advertisement" data-google-container-id="5" data-load-complete="true" frameborder="0" height="90" id="google_ads_iframe_/21804713356/universitybusiness/Leaderboard_0" marginheight="0" marginwidth="0" name="google_ads_iframe_/21804713356/universitybusiness/Leaderboard_0" scrolling="no" style="border: 0px; vertical-align: bottom;" tabindex="0" title="3rd party ad content" width="728"></iframe></div></div>
</div></div>
<div class="distr-3038e853a01dbcf9c5da7fbe3ee1ac5e distr-ub-leader-board-mobile-ros" id="distr-3038e853a01dbcf9c5da7fbe3ee1ac5e"></div>
</div></div></div></div></div><div class="tdc-row stretch_row_1200 td-stretch-content" id="tdi_77"><div class="vc_row tdi_78 wpb_row td-pb-row">
<style scoped="">
/* custom css */
.tdi_78,
.tdi_78 .tdc-columns{
min-height: 0;
}.tdi_78,
.tdi_78 .tdc-columns{
display: block;
}.tdi_78 .tdc-columns{
width: 100%;
}@media (min-width: 768px) {
.tdi_78 {
margin-left: -15px;
margin-right: -15px;
}
.tdi_78 .tdc-row-video-background-error,
.tdi_78 .vc_column {
padding-left: 15px;
padding-right: 15px;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
@media (min-width: 768px) {
.tdi_78 {
margin-left: -10px;
margin-right: -10px;
}
.tdi_78 .tdc-row-video-background-error,
.tdi_78 .vc_column {
padding-left: 10px;
padding-right: 10px;
}
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
@media (min-width: 768px) {
.tdi_78 {
margin-left: -10px;
margin-right: -10px;
}
.tdi_78 .tdc-row-video-background-error,
.tdi_78 .vc_column {
padding-left: 10px;
padding-right: 10px;
}
}
}
/* inline tdc_css att */
.tdi_78{
margin-top:40px !important;
}
.tdi_78 .td_block_wrap{ text-align:left }
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px)
{
.tdi_78{
margin-top:30px !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_78{
margin-top:20px !important;
}
}
/* phone */
@media (max-width: 767px)
{
.tdi_78{
margin-top:20px !important;
}
}
</style><div class="vc_column tdi_80 wpb_column vc_column_container tdc-column td-pb-span8">
<style scoped="">
/* custom css */
.tdi_80{
vertical-align: baseline;
}.tdi_80 > .wpb_wrapper,
.tdi_80 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_80 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_80 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_80 > .wpb_wrapper{
width: auto;
height: auto;
}
/* inline tdc_css att */
.tdi_80{
width:calc(100% - 340px) !important;
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px)
{
.tdi_80{
width:calc(100% - 240px) !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_80{
width:calc(100% - 230px) !important;
}
}
/* phone */
@media (max-width: 767px)
{
.tdi_80{
width:100% !important;
}
}
</style><div class="wpb_wrapper"><div class="clearfix"></div><div class="td_block_wrap tdb_title tdi_81 tdb-single-title td-pb-border-top td_block_template_10" data-td-block-uid="tdi_81">
<style>
/* inline tdc_css att */
.tdi_81{
margin-bottom:5px !important;
}
/* phone */
@media (max-width: 767px)
{
.tdi_81{
margin-bottom:0px !important;
}
}
</style>
<style>
/* custom css */
.tdb_title{
margin-bottom: 19px;
}.tdb_title.tdb-content-horiz-center{
text-align: center;
}.tdb_title.tdb-content-horiz-center .tdb-title-line{
margin: 0 auto;
}.tdb_title.tdb-content-horiz-right{
text-align: right;
}.tdb_title.tdb-content-horiz-right .tdb-title-line{
margin-left: auto;
margin-right: 0;
}.tdb-title-text{
display: inline-block;
position: relative;
margin: 0;
word-wrap: break-word;
font-size: 30px;
line-height: 38px;
font-weight: 700;
}.tdb-first-letter{
position: absolute;
-webkit-user-select: none;
user-select: none;
pointer-events: none;
text-transform: uppercase;
color: rgba(0, 0, 0, 0.08);
font-size: 6em;
font-weight: 300;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: -0.36em;
z-index: -1;
-webkit-text-fill-color: initial;
}.tdb-title-line{
display: none;
position: relative;
}.tdb-title-line:after{
content: '';
width: 100%;
position: absolute;
background-color: #4db2ec;
top: 0;
left: 0;
margin: auto;
}.tdb-single-title .tdb-title-text{
font-size: 41px;
line-height: 50px;
font-weight: 400;
}.tdi_81 .tdb-title-line:after{
height: 2px;
bottom: 40%;
}.tdi_81 .tdb-title-line{
height: 50px;
}.td-theme-wrap .tdi_81{
text-align: left;
}.tdi_81 .tdb-first-letter{
left: -0.36em;
right: auto;
}.tdi_81 .tdb-title-text{
font-family:Cabin !important;line-height:1.1 !important;font-weight:600 !important;
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_81 .tdb-title-text{
font-family:Cabin !important;font-size:30px !important;line-height:1.1 !important;font-weight:600 !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_81 .tdb-title-text{
font-family:Cabin !important;font-size:24px !important;line-height:1.1 !important;font-weight:600 !important;
}
}
/* phone */
@media (max-width: 767px){
.tdi_81 .tdb-title-text{
font-family:Cabin !important;font-size:24px !important;line-height:1.1 !important;font-weight:600 !important;
}
}
</style><div class="tdb-block-inner td-fix-index"><h1 class="tdb-title-text">These 15 colleges offer the most financial aid for international undergrad students</h1><div></div><div class="tdb-title-line"></div></div></div><div class="td_block_wrap tdb_single_custom_field tdi_83 td-pb-border-top td_block_template_10" data-td-block-uid="tdi_83">
<style>
/* inline tdc_css att */
.tdi_83{
margin-bottom:0px !important;
}
</style>
<style>
/* custom css */
.tdb_single_custom_field .tdb-block-inner{
display: flex;
}.tdb_single_custom_field .tdb-sacff-txt{
font-size: 14px;
line-height: 1.6;
}.tdb_single_custom_field .tdb-sacff-img{
display: block;
}body .tdi_83 .tdb-block-inner{
justify-content: flex-start;
}body .tdi_83 .tdb-sacff-txt{
text-align: left;
font-family:Cabin !important;font-size:16px !important;font-style:italic !important;font-weight:400 !important;
}body .tdi_83 .tdb-sacff-txt,
body .tdi_83 .tdb-sacff-txt a{
color: #747474;
}
</style><div class="tdb-block-inner td-fix-index"><div class="tdb-sacff-txt">Nearly half of all 15 institutions are located in Massachusetts (4) and New York (3). Pennsylvania and Connecticut each host two. California is the only college not located on the East Coast. </div></div></div> <!-- ./block --><div class="vc_row_inner tdi_85 vc_row vc_inner wpb_row td-pb-row">
<style scoped="">
/* custom css */
.tdi_85{
position: relative !important;
top: 0;
transform: none;
-webkit-transform: none;
}.tdi_85,
.tdi_85 .tdc-inner-columns{
display: block;
}.tdi_85 .tdc-inner-columns{
width: 100%;
}@media (min-width: 768px) {
.tdi_85 {
margin-left: -0px;
margin-right: -0px;
}
.tdi_85 .vc_column_inner {
padding-left: 0px;
padding-right: 0px;
}
}
</style><div class="vc_column_inner tdi_87 wpb_column vc_column_container tdc-inner-column td-pb-span12">
<style scoped="">
/* custom css */
.tdi_87{
vertical-align: baseline;
}.tdi_87 .vc_column-inner > .wpb_wrapper,
.tdi_87 .vc_column-inner > .wpb_wrapper .tdc-elements{
display: block;
}.tdi_87 .vc_column-inner > .wpb_wrapper .tdc-elements{
width: 100%;
}
/* inline tdc_css att */
.tdi_87{
padding-top:10px !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_87{
padding-top:5px !important;
width:100% !important;
}
}
</style><div class="vc_column-inner"><div class="wpb_wrapper"><div class="td_block_wrap tdb_single_author tdi_88 td-pb-border-top td_block_template_10 tdb-post-meta" data-td-block-uid="tdi_88">
<style>
/* inline tdc_css att */
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_88{
margin-top:1px !important;
}
}
/* phone */
@media (max-width: 767px)
{
.tdi_88{
margin-top:1px !important;
}
}
</style>
<style>
/* custom css */
.tdb-post-meta{
margin-bottom: 16px;
color: #444;
font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
font-size: 11px;
font-weight: 400;
clear: none;
vertical-align: middle;
line-height: 1;
}.tdb-post-meta span,
.tdb-post-meta i,
.tdb-post-meta time{
vertical-align: middle;
}.tdb_single_author{
line-height: 30px;
}.tdb_single_author a{
vertical-align: middle;
}.tdb_single_author .tdb-block-inner{
display: flex;
align-items: center;
}.tdb_single_author .tdb-author-name-wrap{
display: flex;
}.tdb_single_author .tdb-author-name{
font-weight: 700;
margin-right: 3px;
}.tdb_single_author .tdb-author-by{
margin-right: 3px;
}.tdb_single_author .tdb-author-photo img{
display: block;
}.tdi_88{
display: inline-block;
}.tdi_88 .tdb-author-name-wrap{
align-items: baseline;
}.tdi_88 .tdb-author-by{
margin-right: 5px;
font-family:Source Sans Pro !important;font-size:13px !important;line-height:20px !important;font-style:italic !important;font-weight:400 !important;
}.tdi_88 .avatar{
width: 20px;
height: 20px;
margin-right: 6px;
border-radius: 50%;
}.tdi_88 .tdb-author-name{
color: #000;
font-family:Source Sans Pro !important;font-size:13px !important;line-height:20px !important;font-style:italic !important;font-weight:600 !important;
}
</style><div class="tdb-block-inner td-fix-index"><div class="tdb-author-name-wrap"><span class="tdb-author-by">By</span> <a class="tdb-author-name" href="https://universitybusiness.com/author/adonadel/">Alcino Donadel</a></div></div></div><div class="td_block_wrap tdb_single_date tdi_89 td-pb-border-top td_block_template_10 tdb-post-meta" data-td-block-uid="tdi_89">
<style>
/* inline tdc_css att */
.tdi_89{
margin-left:10px !important;
}
</style>
<style>
/* custom css */
.tdb_single_date{
line-height: 30px;
}.tdb_single_date a{
vertical-align: middle;
}.tdb_single_date .tdb-date-icon-svg{
position: relative;
line-height: 0;
}.tdb_single_date svg{
height: auto;
}.tdb_single_date svg,
.tdb_single_date svg *{
fill: #444;
}.tdi_89{
display: inline-block;
font-family:Source Sans Pro !important;font-size:13px !important;line-height:20px !important;font-style:italic !important;font-weight:400 !important;
}.tdi_89 svg{
width: 14px;
}.tdi_89 .tdb-date-icon{
margin-right: 5px;
}
</style><div class="tdb-block-inner td-fix-index"><time class="entry-date updated td-module-date" datetime="2023-07-06T13:23:41-04:00">July 6, 2023</time></div></div> <!-- ./block --></div></div></div></div><div class="td_block_wrap tdb_single_content tdi_90 td-pb-border-top td_block_template_10 td-post-content tagdiv-type" data-td-block-uid="tdi_90">
<style>
/* inline tdc_css att */
.tdi_90{
margin-top:0px !important;
}
</style>
<style>
/* custom css */
.tdb_single_content{
margin-bottom: 0;
*zoom: 1;
}.tdb_single_content:before,
.tdb_single_content:after{
display: table;
content: '';
line-height: 0;
}.tdb_single_content:after{
clear: both;
}.tdb_single_content .tdb-block-inner > *:not(.wp-block-quote):not(.alignwide):not(.alignfull.wp-block-cover.has-parallax):not(.td-a-ad){
margin-left: auto;
margin-right: auto;
}.tdb_single_content a{
pointer-events: auto;
}.tdb_single_content .td-spot-id-top_ad .tdc-placeholder-title:before{
content: 'Article Top Ad' !important;
}.tdb_single_content .td-spot-id-inline_ad0 .tdc-placeholder-title:before{
content: 'Article Inline Ad 1' !important;
}.tdb_single_content .td-spot-id-inline_ad1 .tdc-placeholder-title:before{
content: 'Article Inline Ad 2' !important;
}.tdb_single_content .td-spot-id-inline_ad2 .tdc-placeholder-title:before{
content: 'Article Inline Ad 3' !important;
}.tdb_single_content .td-spot-id-bottom_ad .tdc-placeholder-title:before{
content: 'Article Bottom Ad' !important;
}.tdb_single_content .id_top_ad,
.tdb_single_content .id_bottom_ad{
clear: both;
margin-bottom: 21px;
text-align: center;
}.tdb_single_content .id_top_ad img,
.tdb_single_content .id_bottom_ad img{
margin-bottom: 0;
}.tdb_single_content .id_top_ad .adsbygoogle,
.tdb_single_content .id_bottom_ad .adsbygoogle{
position: relative;
}.tdb_single_content .id_ad_content-horiz-left,
.tdb_single_content .id_ad_content-horiz-right,
.tdb_single_content .id_ad_content-horiz-center{
margin-bottom: 15px;
}.tdb_single_content .id_ad_content-horiz-left img,
.tdb_single_content .id_ad_content-horiz-right img,
.tdb_single_content .id_ad_content-horiz-center img{
margin-bottom: 0;
}.tdb_single_content .id_ad_content-horiz-center{
text-align: center;
}.tdb_single_content .id_ad_content-horiz-center img{
margin-right: auto;
margin-left: auto;
}.tdb_single_content .id_ad_content-horiz-left{
float: left;
margin-top: 9px;
margin-right: 21px;
}.tdb_single_content .id_ad_content-horiz-right{
float: right;
margin-top: 6px;
margin-left: 21px;
}.tdb_single_content .tdc-a-ad .tdc-placeholder-title{
width: 300px;
height: 250px;
}.tdb_single_content .tdc-a-ad .tdc-placeholder-title:before{
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin: auto;
display: table;
width: 100%;
}.tdb_single_content .tdb-block-inner.td-fix-index{
word-break: break-word;
}.tdi_90,
.tdi_90 > p,
.tdi_90 .tdb-block-inner > p{
font-family:Cabin !important;font-size:18px !important;line-height:1.6 !important;
}.tdi_90 .tdb-block-inner blockquote p{
font-family:Cabin !important;font-size:120% !important;
}@media (max-width: 767px) {
.tdb_single_content .id_ad_content-horiz-left,
.tdb_single_content .id_ad_content-horiz-right,
.tdb_single_content .id_ad_content-horiz-center {
margin: 0 auto 26px auto;
}
}@media (max-width: 767px) {
.tdb_single_content .id_ad_content-horiz-left {
margin-right: 0;
}
}@media (max-width: 767px) {
.tdb_single_content .id_ad_content-horiz-right {
margin-left: 0;
}
}@media (max-width: 767px) {
.tdb_single_content .td-a-ad {
float: none;
text-align: center;
}
.tdb_single_content .td-a-ad img {
margin-right: auto;
margin-left: auto;
}
.tdb_single_content .tdc-a-ad {
float: none;
}
}@media print {
.single .td-header-template-wrap,
.single .td-footer-template-wrap,
.single .td_block_wrap:not(.tdb_breadcrumbs):not(.tdb_single_categories):not(.tdb-single-title):not(.tdb_single_author):not(.tdb_single_date ):not(.tdb_single_comments_count ):not(.tdb_single_post_views):not(.tdb_single_featured_image):not(.tdb_single_content) {
display: none;
}
.single.td-animation-stack-type0 .post img {
opacity: 1 !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_90,
.tdi_90 > p,
.tdi_90 .tdb-block-inner > p{
font-family:Cabin !important;font-size:15px !important;line-height:1.6 !important;
}
}
</style><div class="tdb-block-inner td-fix-index"><p>International student enrollment has <a href="https://universitybusiness.com/international-students-return-in-big-numbers-and-heres-what-they-want-to-study/" rel="noopener" target="_blank">largely recouped to pre-pandemic numbers</a>, including at the <a href="https://universitybusiness.com/report-international-graduate-student-enrollment-booms-by-100-since-the-pandemic/" rel="noopener" target="_blank">graduate level</a>, with students from India, China, Sub-Saharan Africa and Iran helping drive the way.</p>
<p>Colleges and universities are discovering <a href="https://universitybusiness.com/these-schools-are-working-smarter-not-harder-to-boost-international-student-enrollment/" rel="noopener" target="_blank">new technologies</a> to capitalize on the significant influx of foreign-born students, but there might be no better tool than cold hard cash. Fifteen institutions offer financial aid packages—whether need- or merit-based—that are too enticing to pass up.</p>
<p>Specifically, the average financial aid offered by the 15 most rewarding colleges to undergraduate international students <a href="https://www.usnews.com/education/best-colleges/paying-for-college/articles/colleges-that-offer-the-most-financial-aid-to-international-students" rel="noopener" target="_blank">soars over $72,000</a>, according to U.S. News & World Report. Comparatively, the average financial aid package offered across all 937 undergraduate schools U.S. News evaluated was around $22,000.</p><div class="distr-126947f9c7f62930de1aad110806d2aa distr-gam-box_inline-post" id="distr-126947f9c7f62930de1aad110806d2aa"><div class="distr-gam-box_inline-post distr-target" data-distr-trackbid="1" data-distr-trackid="599" id="distr-2076757694" style="float: left; margin-top: 10px; margin-right: 30px; margin-bottom: 10px; "><script async="async" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];</script>
<div data-google-query-id="CK62i4CzoIoDFXuoywEdwUgo8g" id="gpt-ad-6667447633410-0">
<div id="google_ads_iframe_/21804713356/universitybusiness/Box_Inline_0__container__" style="border: 0pt none;"><iframe allow="private-state-token-redemption;attribution-reporting" aria-label="Advertisement" data-google-container-id="6" data-load-complete="true" frameborder="0" height="250" id="google_ads_iframe_/21804713356/universitybusiness/Box_Inline_0" marginheight="0" marginwidth="0" name="google_ads_iframe_/21804713356/universitybusiness/Box_Inline_0" scrolling="no" style="border: 0px; vertical-align: bottom;" tabindex="0" title="3rd party ad content" width="300"></iframe></div></div>
</div></div>
<p>Nearly half of all 15 institutions resided in Massachusetts (4) and New York (3). Pennsylvania and Connecticut each host two. California is the only college not located on the East Coast.</p>
<h2>Private colleges continue to prove their financial aid viability</h2>
<p>Wellesley College, a private women’s liberal arts college in Massachusetts, offered the greatest international financial aid package for the 2022-23 academic year with over $78,000 to 82 international students. The other 14 colleges on the list are also private institutions. Their tuition and fees range from about $57,000 to $65,000.</p>
<p>The most gifting public institution—the University of Vermont, according to U.S. News—offered $34,000 to 117 students.</p>
<p>Private institutions’ complete control over this list speaks to their propensity to offer students affordable financial aid packages despite their increasing price tag. Specifically, while the price tag for private non-profit four-year institutions is <a href="https://universitybusiness.com/are-private-colleges-losing-potential-students-due-to-a-bad-marketing-tactic/" rel="noopener" target="_blank">now nearly 20% more than the 2006-07 year</a>, the net price has fallen by 11% in five years once adjusted for inflation. Additionally, the average grant aid per student in the 2022-23 academic year covered 43% of the sticker price.</p>
<h2>Here is the complete list of the most gifting U.S. institutions to international students</h2>
<hr/>
<p><strong>More from UB: </strong><a href="https://universitybusiness.com/president-moves-new-hires-plus-retiring-leaders-being-lauded-for-their-pandemic-strategy/" rel="noopener" target="_blank">President moves: New hires, plus retiring leaders being lauded for their pandemic strategy</a></p>
<hr/>
<table style="border-collapse: collapse; width: 100%; height: 442px;">
<tbody>
<tr style="height: 52px;">
<td style="width: 25%; height: 52px; border-style: hidden;"><strong>Institution</strong></td>
<td style="width: 25%; height: 52px; border-style: hidden;"><strong>State</strong></td>
<td style="width: 25%; height: 52px; border-style: hidden;"><strong>Financial aid package</strong></td>
<td style="width: 25%; height: 52px; border-style: hidden;"><strong># of international students</strong></td>
</tr>
<tr style="height: 26px;">
<td style="width: 25%; height: 26px; border-style: hidden;">1. Wellesley College</td>
<td style="width: 25%; height: 26px; border-style: hidden;">Mass.</td>
<td style="width: 25%; height: 26px; border-style: hidden;" width="81"> $78,432</td>
<td style="width: 25%; height: 26px; border-style: hidden;">82</td>
</tr>
<tr style="height: 26px;">
<td style="width: 25%; height: 26px; border-style: hidden;">2. Haverford College</td>
<td style="width: 25%; height: 26px; border-style: hidden;">Pa.</td>
<td style="width: 25%; height: 26px; border-style: hidden;"> $76,600</td>
<td style="width: 25%; height: 26px; border-style: hidden;">55</td>
</tr>
<tr style="height: 26px;">
<td style="width: 25%; height: 26px; border-style: hidden;">3. Washington and Lee University</td>
<td style="width: 25%; height: 26px; border-style: hidden;">Va.</td>
<td style="width: 25%; height: 26px; border-style: hidden;"> $75,605</td>
<td style="width: 25%; height: 26px; border-style: hidden;">84</td>
</tr>
<tr style="height: 26px;">
<td style="width: 25%; height: 26px; border-style: hidden;">4. Wesleyan University</td>
<td style="width: 25%; height: 26px; border-style: hidden;">Conn.</td>
<td style="width: 25%; height: 26px; border-style: hidden;"> $75,536</td>
<td style="width: 25%; height: 26px; border-style: hidden;">92</td>
</tr>
<tr style="height: 26px;">
<td style="width: 25%; height: 26px; border-style: hidden;">5. Dartmouth College</td>
<td style="width: 25%; height: 26px; border-style: hidden;">N.H.</td>
<td style="width: 25%; height: 26px; border-style: hidden;"> $75,460</td>
<td style="width: 25%; height: 26px; border-style: hidden;">327</td>
</tr>
<tr style="height: 26px;">
<td style="width: 25%; height: 26px; border-style: hidden;">6. Duke University</td>
<td style="width: 25%; height: 26px; border-style: hidden;">N.C.</td>
<td style="width: 25%; height: 26px; border-style: hidden;"> $72,325</td>
<td style="width: 25%; height: 26px; border-style: hidden;">174</td>
</tr>
<tr style="height: 26px;">
<td style="width: 25%; height: 26px; border-style: hidden;">7. Stanford University</td>
<td style="width: 25%; height: 26px; border-style: hidden;">Calif.</td>
<td style="width: 25%; height: 26px; border-style: hidden;"> $72,000</td>
<td style="width: 25%; height: 26px; border-style: hidden;">245</td>
</tr>
<tr style="height: 26px;">
<td style="width: 25%; height: 26px; border-style: hidden;">8. Amherst College</td>
<td style="width: 25%; height: 26px; border-style: hidden;">Mass.</td>
<td style="width: 25%; height: 26px; border-style: hidden;"> $71,655</td>
<td style="width: 25%; height: 26px; border-style: hidden;">160</td>
</tr>
<tr style="height: 26px;">
<td style="width: 25%; height: 26px; border-style: hidden;">9. Vassar College</td>
<td style="width: 25%; height: 26px; border-style: hidden;">N.Y.</td>
<td style="width: 25%; height: 26px; border-style: hidden;"> $71,036</td>
<td style="width: 25%; height: 26px; border-style: hidden;">67</td>
</tr>
<tr style="height: 26px;">
<td style="width: 25%; height: 26px; border-style: hidden;">10. Barnard College</td>
<td style="width: 25%; height: 26px; border-style: hidden;">N.Y.</td>
<td style="width: 25%; height: 26px; border-style: hidden;"> $70,735</td>
<td style="width: 25%; height: 26px; border-style: hidden;">35</td>
</tr>
<tr style="height: 26px;">
<td style="width: 25%; height: 26px; border-style: hidden;">11. Yale University</td>
<td style="width: 25%; height: 26px; border-style: hidden;">Conn.</td>
<td style="width: 25%; height: 26px; border-style: hidden;"> $70,728</td>
<td style="width: 25%; height: 26px; border-style: hidden;">382</td>
</tr>
<tr style="height: 26px;">
<td style="width: 25%; height: 26px; border-style: hidden;">12. Skidmore College</td>
<td style="width: 25%; height: 26px; border-style: hidden;">N.Y.</td>
<td style="width: 25%; height: 26px; border-style: hidden;"> $70,700</td>
<td style="width: 25%; height: 26px; border-style: hidden;">97</td>
</tr>
<tr style="height: 26px;">
<td style="width: 25%; height: 26px; border-style: hidden;">13. Williams College</td>
<td style="width: 25%; height: 26px; border-style: hidden;">Mass.</td>
<td style="width: 25%; height: 26px; border-style: hidden;"> $70,439</td>
<td style="width: 25%; height: 26px; border-style: hidden;">114</td>
</tr>
<tr style="height: 26px;">
<td style="width: 25%; height: 26px; border-style: hidden;">14. Swarthmore College</td>
<td style="width: 25%; height: 26px; border-style: hidden;">Pa.</td>
<td style="width: 25%; height: 26px; border-style: hidden;"> $69,797</td>
<td style="width: 25%; height: 26px; border-style: hidden;">73</td>
</tr>
<tr style="height: 26px;">
<td style="width: 25%; height: 26px; border-style: hidden;">15. Harvard University</td>
<td style="width: 25%; height: 26px; border-style: hidden;">Mass.</td>
<td style="width: 25%; height: 26px; border-style: hidden;"> $69,771</td>
<td style="width: 25%; height: 26px; border-style: hidden;">651</td>
</tr>
</tbody>
</table>
<p> </p>
<p>With<a href="https://universitybusiness.com/u-s-news-rankings-out-digital-marketing-in/" rel="noopener" target="_blank"> a stream of graduate colleges</a> refusing to share data with U.S. News dating back to November, Columbia University became <a href="https://www.nytimes.com/2023/06/06/us/columbia-university-us-news-rankings.html" rel="noopener" target="_blank">the first major university</a> last month to announce its undergraduate schools will be following suit. U.S. News said it wishes to rely on publicly available data to continue its evaluations, but how it will collect vital information from private institutions that refuse to share information remains unclear.</p>
<div class="soliloquy-outer-container" data-soliloquy-loaded="1"><div aria-live="polite" class="soliloquy-container soliloquy-transition-fade soliloquy-fade soliloquy-controls-active soliloquy-arrows-active soliloquy-theme-base" id="soliloquy-container-16960" style="max-width: 960px; max-height: 500px; margin: 0px auto 20px; height: auto; opacity: 1; background-image: none;"><div class="soliloquy-wrapper" style="max-width: 100%;"><div class="soliloquy-viewport" style="width: 100%; position: relative; height: 443.75px;"><ul class="soliloquy-slider soliloquy-slides soliloquy-wrap soliloquy-clear" id="soliloquy-16960" style="width: auto; position: relative;"><li aria-hidden="false" class="soliloquy-item soliloquy-item-1 soliloquy-id-16969 soliloquy-image-slide soliloquy-active-slide" draggable="false" style="list-style: none; float: left; position: relative; width: 100%; z-index: 50; display: block; margin-right: -100%;"><img alt="Presentation1" class="soliloquy-image soliloquy-image-1 td-animation-stack-type0-1" decoding="async" id="soliloquy-image-16969" src="https://universitybusiness.com/wp-content/uploads/2023/01/Presentation1-1-960x500_c.jpg"/></li><li aria-hidden="true" class="soliloquy-item soliloquy-item-2 soliloquy-id-20694 soliloquy-image-slide" draggable="false" style="list-style: none; float: left; position: relative; width: 100%; z-index: 0; display: none; margin-right: -100%;"><a class="soliloquy-link" href="https://universitybusiness.com/what-measures-can-u-s-schools-take-to-increase-their-global-competitiveness/" title="Slide3"><img alt="Slide3" class="soliloquy-image soliloquy-image-2 soliloquy-preload td-animation-stack-type0-2" decoding="async" id="soliloquy-image-20694" src="https://universitybusiness.com/wp-content/uploads/Brainstorm-Session-1-1-960x500_c.png"/></a></li><li aria-hidden="true" class="soliloquy-item soliloquy-item-3 soliloquy-id-20697 soliloquy-image-slide" draggable="false" style="list-style: none; float: left; position: relative; width: 100%; z-index: 0; display: none; margin-right: -100%;"><a class="soliloquy-link" href="https://universitybusiness.com/presidents-corner-why-lori-white-believes-depauw-is-at-a-nexus-point/" title="whiteposter"><img alt="whiteposter" class="soliloquy-image soliloquy-image-3 soliloquy-preload td-animation-stack-type0-2" decoding="async" id="soliloquy-image-20697" src="https://universitybusiness.com/wp-content/uploads/whiteposter-2-960x500_c.jpg"/></a></li><li aria-hidden="true" class="soliloquy-item soliloquy-item-4 soliloquy-id-20295 soliloquy-image-slide" draggable="false" style="list-style: none; float: left; position: relative; width: 100%; z-index: 0; display: none; margin-right: -100%;"><a class="soliloquy-link" href="https://universitybusiness.com/trends-2024-which-universities-will-place-greater-emphasis-on-critical-thinking/" target="_blank" title="Slide1"><img alt="Slide1" class="soliloquy-image soliloquy-image-4 soliloquy-preload td-animation-stack-type0-2" decoding="async" id="soliloquy-image-20295" src="https://universitybusiness.com/wp-content/uploads/2023/01/Slide2-1-960x500_c.jpeg"/></a></li><li aria-hidden="true" class="soliloquy-item soliloquy-item-5 soliloquy-id-20689 soliloquy-image-slide" draggable="false" style="list-style: none; float: left; position: relative; width: 100%; z-index: 0; display: none; margin-right: -100%;"><a class="soliloquy-link" href="https://universitybusiness.com/this-design-firm-may-have-just-the-branding-blueprint-you-need-to-appeal-to-gen-z/" title="Brainstorm Session"><img alt="Brainstorm Session" class="soliloquy-image soliloquy-image-5 soliloquy-preload td-animation-stack-type0-2" decoding="async" id="soliloquy-image-20689" src="https://universitybusiness.com/wp-content/uploads/Brainstorm-Session-960x500_c.png"/></a></li><li aria-hidden="true" class="soliloquy-item soliloquy-item-6 soliloquy-id-20294 soliloquy-image-slide" draggable="false" style="list-style: none; float: left; position: relative; width: 100%; z-index: 0; display: none; margin-right: -100%;"><a class="soliloquy-link" href="https://universitybusiness.com/the-road-to-a-bachelors-degree-7-ways-to-strengthen-transfer-pipelines/" title="Slide1"><img alt="Slide1" class="soliloquy-image soliloquy-image-6 soliloquy-preload td-animation-stack-type0-2" decoding="async" id="soliloquy-image-20294" src="https://universitybusiness.com/wp-content/uploads/2023/01/Slide1-1-960x500_c.jpeg"/></a></li></ul></div><div class="soliloquy-controls soliloquy-has-pager soliloquy-has-controls-direction" style="opacity: 1;"><div class="soliloquy-pager soliloquy-default-pager"><div class="soliloquy-pager-item"><a class="soliloquy-pager-link active" data-slide-index="0" href="" tabindex="0"><span>1</span></a></div><div class="soliloquy-pager-item"><a class="soliloquy-pager-link" data-slide-index="1" href="" tabindex="0"><span>2</span></a></div><div class="soliloquy-pager-item"><a class="soliloquy-pager-link" data-slide-index="2" href="" tabindex="0"><span>3</span></a></div><div class="soliloquy-pager-item"><a class="soliloquy-pager-link" data-slide-index="3" href="" tabindex="0"><span>4</span></a></div><div class="soliloquy-pager-item"><a class="soliloquy-pager-link" data-slide-index="4" href="" tabindex="0"><span>5</span></a></div><div class="soliloquy-pager-item"><a class="soliloquy-pager-link" data-slide-index="5" href="" tabindex="0"><span>6</span></a></div></div><div aria-controls="soliloquy-container-16960" aria-label="carousel buttons" class="soliloquy-controls-direction"><a aria-label="previous" class="soliloquy-prev" href="" tabindex="0"><span></span></a><a aria-label="next" class="soliloquy-next" href="" tabindex="0"><span></span></a></div></div></div></div><noscript><style type="text/css">#soliloquy-container-16960{opacity:1}#soliloquy-container-16960 li > .soliloquy-caption{display:none}#soliloquy-container-16960 li:first-child > .soliloquy-caption{display:block}</style><div class="soliloquy-no-js" style="display:none;visibility:hidden;height:0;line-height:0;opacity:0;"><img alt="Presentation1" class="soliloquy-image soliloquy-no-js-image skip-lazy" decoding="async" src="https://universitybusiness.com/wp-content/uploads/2023/01/Presentation1-1.jpg"><img alt="Slide3" class="soliloquy-image soliloquy-no-js-image skip-lazy" decoding="async" src="https://universitybusiness.com/wp-content/uploads/Brainstorm-Session-1-1.png"><img alt="whiteposter" class="soliloquy-image soliloquy-no-js-image skip-lazy" decoding="async" src="https://universitybusiness.com/wp-content/uploads/whiteposter-2.jpg"><img alt="Slide1" class="soliloquy-image soliloquy-no-js-image skip-lazy" decoding="async" src="https://universitybusiness.com/wp-content/uploads/2023/01/Slide2-1.jpeg"><img alt="Brainstorm Session" class="soliloquy-image soliloquy-no-js-image skip-lazy" decoding="async" src="https://universitybusiness.com/wp-content/uploads/Brainstorm-Session.png"><img alt="Slide1" class="soliloquy-image soliloquy-no-js-image skip-lazy" decoding="async" src="https://universitybusiness.com/wp-content/uploads/2023/01/Slide1-1.jpeg"/></img></img></img></img></img></div></noscript></div>
</div></div><div class="td_block_wrap tdb_single_categories tdi_91 td-pb-border-top td_block_template_10 tdb-cat-style2" data-td-block-uid="tdi_91">
<style>
/* inline tdc_css att */
.tdi_91{
margin-right:4px !important;
margin-left:4px !important;
}
</style>
<style>
/* custom css */
.tdb_single_categories{
margin: 0 0 10px 0;
line-height: 1;
font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
}.tdb_single_categories a{
pointer-events: auto;
font-size: 10px;
display: inline-block;
margin: 0 5px 5px 0;
line-height: 1;
color: #fff;
padding: 3px 6px 4px 6px;
white-space: nowrap;
position: relative;
vertical-align: middle;
}.tdb_single_categories a:hover .tdb-cat-bg{
opacity: 0.9;
}.tdb_single_categories a:hover .tdb-cat-bg:before{
opacity: 1;
}.tdb-category i:last-of-type{
display: none;
}.tdb-cat-text{
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}.tdb-cat-sep{
font-size: 14px;
vertical-align: middle;
position: relative;
}.tdb-cat-sep-svg{
line-height: 0;
}.tdb-cat-sep-svg svg{
width: 14px;
height: auto;
}.tdb-cat-bg{
position: absolute;
background-color: #222;
border: 1px solid #222;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}.tdb-cat-bg:before{
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
z-index: -1;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}.tdb-cat-style2 .tdb-cat-bg{
background-color: rgba(34, 34, 34, 0.85);
}.tdi_91 .tdb-entry-category{
padding: 4px 8px 4px 8px;
margin: 1px 7px 2px 7px;
color: #111111 !important;
font-size:12px !important;font-weight:700 !important;
}.tdi_91 .tdb-cat-bg{
border-width: 1px;
background-color: #ffffff !important;
border-color: #ededed !important;
}.tdi_91 .tdb-cat-bg:before{
background-color: #dd3333;
}.tdi_91 .tdb-entry-category:hover .tdb-cat-bg:before{
opacity: 1;
}.tdi_91 .tdb-entry-category:hover{
color: #ffffff !important;
}.tdi_91 .tdb-entry-category:hover .tdb-cat-bg{
border-color: #ededed !important;
}.tdi_91 .tdb-cat-sep{
font-size: 14px;
}.tdi_91 .tdb-cat-text{
margin-right: 10px;
}.td-theme-wrap .tdi_91{
text-align: left;
}
</style><div class="tdb-category td-fix-index"><div class="tdb-cat-text"><strong>Categories:</strong></div><a class="tdb-entry-category" href="https://universitybusiness.com/category/briefings/"><span class="tdb-cat-bg"></span>Briefings</a><a class="tdb-entry-category" href="https://universitybusiness.com/category/enrollment/"><span class="tdb-cat-bg"></span>Enrollment</a><a class="tdb-entry-category" href="https://universitybusiness.com/category/enrollment/international-students/"><span class="tdb-cat-bg"></span>International Students</a><a class="tdb-entry-category" href="https://universitybusiness.com/category/academics/"><span class="tdb-cat-bg"></span>Academics</a><a class="tdb-entry-category" href="https://universitybusiness.com/category/academics/rankings/"><span class="tdb-cat-bg"></span>Rankings</a></div></div><div class="td_block_wrap tdb_single_post_views tdi_92 td-pb-border-top td_block_template_10 tdb-post-meta" data-td-block-uid="tdi_92">
<style>
/* custom css */
.tdb_single_post_views{
line-height: 30px;
}.tdb_single_post_views a{
vertical-align: middle;
}.tdb_single_post_views .tdb-views-icon-svg{
position: relative;
line-height: 0;
}.tdb_single_post_views svg{
height: auto;
}.tdb_single_post_views svg,
.tdb_single_post_views svg *{
fill: #444;
}.tdi_92 i{
font-size: 14px;
}.tdi_92 .tdb-views-icon{
margin-right: 5px;
}.tdi_92{
color: #dddddd;
}.tdi_92 svg,
.tdi_92 svg *{
fill: #dddddd;
}
</style><div class="tdb-block-inner td-fix-index"><i class="tdb-views-icon td-icon-views"></i><span class="tdb-add-text"></span><span class="td-nr-views-19038">15043</span></div></div><div class="tdb-author-box td_block_wrap tdb_single_author_box tdi_95 tdb-content-vert-top td-pb-border-top td_block_template_10" data-td-block-uid="tdi_95">
<style>
/* inline tdc_css att */
/* phone */
@media (max-width: 767px)
{
.tdi_95{
justify-content:center !important;
text-align:center !important;
}
}
</style>
<style>
/* custom css */
.tdb-author-box .tdb-author-photo,
.tdb-author-box .tdb-author-info{
display: table-cell;
vertical-align: top;
}.tdb-author-box .tdb-author-photo img{
display: block;
}.tdb-author-box .tdb-author-counters span{
display: inline-block;
background-color: #222;
margin: 0 10px 0 0;
padding: 5px 10px 4px;
font-family: 'Roboto', sans-serif;
font-size: 11px;
font-weight: 700;
line-height: 1;
color: #fff;
}.tdb-author-box .tdb-author-name,
.tdb-author-box .tdb-author-url{
display: block;
}.tdb-author-box .tdb-author-name{
margin: 7px 0 8px;
font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
font-size: 15px;
line-height: 21px;
font-weight: 700;
color: #222;
}.tdb-author-box .tdb-author-name:hover{
color: #4db2ec;
}.tdb-author-box .tdb-author-url{
margin-bottom: 6px;
font-size: 11px;
font-style: italic;
line-height: 21px;
color: #444;
}.tdb-author-box .tdb-author-url:hover{
color: #4db2ec;
}.tdb-author-box .tdb-author-descr{
font-size: 12px;
}.tdb-author-box .tdb-author-social{
margin-top: 4px;
}.tdb-author-box .tdb-social-item{
position: relative;
display: inline-block;
-webkit-transition: all 0.2s;
transition: all 0.2s;
text-align: center;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}.tdb-author-box .tdb-social-item:last-child{
margin-right: 0 !important;
}.tdb-author-box .tdb-social-item i{
color: #000;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}.tdb-author-box .tdb-social-item:hover i{
color: #000;
}.tdi_95{
padding: 21px;
border: 1px solid #ededed;
}.tdi_95 .tdb-author-info{
width: auto;
padding-bottom: 0;
padding-left: 20px;
}.tdi_95 .tdb-author-photo{
width: 120px;
transform: translateZ(0);
-webkit-transform: translateZ(0);
pointer-events: auto;
}.tdi_95 .tdb-author-name{
margin: 5px 0 10px 0;
font-family:Cabin !important;font-size:15px !important;line-height:1.2 !important;font-weight:500 !important;text-transform:capitalize !important;
}.tdi_95 .tdb-author-name:hover{
color: #31a744;
}.tdi_95 .tdb-author-url:hover{
color: #31a744;
}.tdi_95 .tdb-social-item i{
font-size: 15px;
vertical-align: middle;
line-height: 15px;
}.tdi_95 .tdb-social-item i.td-icon-twitter,
.tdi_95 .tdb-social-item i.td-icon-linkedin,
.tdi_95 .tdb-social-item i.td-icon-pinterest,
.tdi_95 .tdb-social-item i.td-icon-blogger,
.tdi_95 .tdb-social-item i.td-icon-vimeo{
font-size: 12px;
}.tdi_95 .tdb-social-item{
min-width: 15px;
height: 15px;
margin: 10px 20px 10px 0;
}.tdi_95 .tdb-social-item:hover i{
color: #31a744;
}.tdi_95 .tdb-author-url{
font-family:Cabin !important;font-size:11px !important;line-height:1 !important;font-weight:400 !important;
}.tdi_95 .tdb-author-descr{
font-family:Cabin !important;font-size:13px !important;line-height:1.4 !important;font-weight:400 !important;
}.tdi_95 .tdb-author-photo:hover:before{
opacity: 0;
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_95{
border: 1px solid #ededed;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_95{
padding: 15px;
border: 1px solid #ededed;
}.tdi_95 .tdb-author-photo{
width: 80px;
transform: translateZ(0);
-webkit-transform: translateZ(0);
}.tdi_95 .tdb-author-info{
padding-bottom: 0;
padding-left: 15px;
}.tdi_95 .tdb-author-name{
margin: 3px 0 8px 0;
font-family:Cabin !important;font-size:13px !important;line-height:1.2 !important;font-weight:500 !important;text-transform:capitalize !important;
}.tdi_95 .tdb-author-descr{
font-family:Cabin !important;font-size:11px !important;line-height:1.4 !important;font-weight:400 !important;
}
}
/* phone */
@media (max-width: 767px){
.tdi_95{
border: 1px solid #ededed;
}.tdi_95 .tdb-author-photo{
display: inline-block;
width: 90px;
transform: translateZ(0);
-webkit-transform: translateZ(0);
}.tdi_95 .tdb-author-info{
display: inline-block;
width: 100%;
padding-top: 20px;
padding-left: 0;
}
}
</style><div class="tdb-block-inner td-fix-index"><a class="tdb-author-photo" href="https://universitybusiness.com/author/adonadel/" title="Alcino Donadel"><img alt="Alcino Donadel" class="avatar avatar-500 photo avatar-default td-animation-stack-type0-1" decoding="async" height="500" loading="lazy" src="https://universitybusiness.com/wp-content/uploads/2023/11/Commercial-Baby-White-w-gray-jacket-3-rotated.jpg" srcset="https://universitybusiness.com/wp-content/uploads/2023/11/Commercial-Baby-White-w-gray-jacket-3-rotated.jpg 2x" width="500"/></a><div class="tdb-author-info"><a class="tdb-author-name" href="https://universitybusiness.com/author/adonadel/">Alcino Donadel</a><div class="tdb-author-descr">Alcino Donadel is a UB staff writer and first-generation journalism graduate from the University of Florida. He has triple citizenship from the U.S., Ecuador and Brazil.</div><div class="tdb-author-social"><a class="tdb-social-item" href="https://www.linkedin.com/in/cinodona/" target="_blank" title="linkedin"><i class="td-icon-font td-icon-linkedin"></i></a></div></div></div></div><div class="clearfix"></div></div><style scoped="" type="text/css"> .sponsored_include { margin-top:-25px; } .sponsored_include .tdb_title h4{margin: 15px 0px; text-align: center; font-size: 27px; background-color: black; color: white; padding: 5px;} .sponsored_include .tdb-single-title{margin-bottom:5px!important} @media (max-width:767px){.sponsored_include .tdb-single-title{margin-bottom:0!important}} .sponsored_include .tdb-single-title .tdb-title-line:after{height:2px;bottom:40%} .sponsored_include .tdb-single-title .tdb-title-line{height:50px} .td-theme-wrap .sponsored_include .tdb-single-title{text-align:left} .sponsored_include .tdb-single-title .tdb-first-letter{left:-.36em;right:auto} .sponsored_include .tdb-single-title .tdb-title-text{font-family:Cabin!important;line-height:1.1!important;font-weight:600!important} @media (min-width:1019px) and (max-width:1140px){.sponsored_include .tdb-single-title .tdb-title-text{font-family:Cabin!important;font-size:30px!important;line-height:1.1!important;font-weight:600!important}} @media (min-width:768px) and (max-width:1018px){.sponsored_include .tdb-single-title .tdb-title-text{font-family:Cabin!important;font-size:24px!important;line-height:1.1!important;font-weight:600!important}} @media (max-width:767px){.sponsored_include .tdb-single-title .tdb-title-text{font-family:Cabin!important;font-size:24px!important;line-height:1.1!important;font-weight:600!important}} .sponsored_include .sponsored_include_byline{position:relative!important;top:0;transform:none;-webkit-transform:none} .sponsored_include .sponsored_include_byline,.sponsored_include .sponsored_include_byline .tdc-inner-columns{display:block} .sponsored_include .sponsored_include_byline .tdc-inner-columns{width:100%} @media (min-width:768px){.sponsored_include .sponsored_include_byline{margin-left:-0;margin-right:-0} .sponsored_include .sponsored_include_byline .vc_column_inner{padding-left:0;padding-right:0}} .sponsored_include .sponsored_include_byline>div{vertical-align:baseline} .sponsored_include .sponsored_include_byline>div .vc_column-inner>.wpb_wrapper,.sponsored_include .sponsored_include_byline>div .vc_column-inner>.wpb_wrapper .tdc-elements{display:block} .sponsored_include .sponsored_include_byline>div .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%} .sponsored_include .sponsored_include_byline>div{padding-top:10px!important} @media (min-width:768px) and (max-width:1018px){.sponsored_include .sponsored_include_byline>div{padding-top:5px!important;width:100%!important}} @media (min-width:768px) and (max-width:1018px){.sponsored_include .sponsored_include_byline>div .tdb_single_author{margin-top:1px!important}} @media (max-width:767px){.sponsored_include .sponsored_include_byline>div .tdb_single_author{margin-top:1px!important}} .sponsored_include .sponsored_include_byline>div .tdb_single_author{display:inline-block} .sponsored_include .sponsored_include_byline>div .tdb_single_author .tdb-author-name-wrap{align-items:baseline} .sponsored_include .sponsored_include_byline>div .tdb_single_author .tdb-author-by{margin-right:5px;font-family:Source\ Sans\ Pro!important;font-size:13px!important;line-height:20px!important;font-style:italic!important;font-weight:400!important} .sponsored_include .sponsored_include_byline>div .tdb_single_author .avatar{width:20px;height:20px;margin-right:6px;border-radius:50%} .sponsored_include .sponsored_include_byline>div .tdb_single_author .tdb-author-name{color:#000;font-family:Source\ Sans\ Pro!important;font-size:13px!important;line-height:20px!important;font-style:italic!important;font-weight:600!important} .sponsored_include .sponsored_include_byline>div .tdb_single_date{margin-left:10px!important} .sponsored_include .sponsored_include_byline>div .tdb_single_date{display:inline-block;font-family:Source\ Sans\ Pro!important;font-size:13px!important;line-height:20px!important;font-style:italic!important;font-weight:400!important} .sponsored_include .sponsored_include_byline>div .tdb_single_date svg{width:14px} .sponsored_include .sponsored_include_byline>div .tdb_single_date .tdb-date-icon{margin-right:5px} .sponsored_include .tdb_single_content {margin-top:0!important} .sponsored_include .tdb_single_content,.sponsored_include .tdb_single_content>p,.sponsored_include .tdb_single_content .tdb-block-inner>p{font-family:Cabin!important;font-size:16px!important;line-height:1.6!important} .sponsored_include .tdb_single_content .tdb-block-inner blockquote p{font-family:Cabin!important;font-style:normal!important} @media (min-width:768px) and (max-width:1018px){ .sponsored_include .tdb_single_content,.sponsored_include .tdb_single_content>p,.sponsored_include .tdb_single_content .tdb-block-inner>p{font-family:Cabin!important;font-size:15px!important;line-height:1.6!important} } </style><div class="wpb_wrapper sponsored_include"><div class="clearfix"></div><div class="td_block_wrap tdb_title tdb-single-title td-pb-border-top td_block_template_10"><div class="tdb-block-inner td-fix-index"><h4>Sponsored Article</h4></div></div><div class="td_block_wrap tdb_title tdb-single-title td-pb-border-top td_block_template_10"><div class="tdb-block-inner td-fix-index"><h1 class="tdb-title-text"><a href="https://universitybusiness.com/a-new-model-for-lifelong-learning/">A New Model for Lifelong Learning</a></h1><div></div><div class="tdb-title-line"></div></div></div><div class="vc_row_inner sponsored_include_byline vc_row vc_inner wpb_row td-pb-row"><div class="vc_column_inner wpb_column vc_column_container tdc-inner-column td-pb-span12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="td_block_wrap tdb_single_author td-pb-border-top td_block_template_10 tdb-post-meta"><div class="tdb-block-inner td-fix-index"><div class="tdb-author-name-wrap"><span class="tdb-author-by">By</span><a class="tdb-author-name" href="https://universitybusiness.com/author/university-of-south-florida/">University of South Florida</a></div></div></div><div class="td_block_wrap tdb_single_date td-pb-border-top td_block_template_10 tdb-post-meta"><div class="tdb-block-inner td-fix-index"><time class="entry-date updated td-module-date" datetime="2024-11-01T14:32:39+00:00">November 1, 2024</time></div></div></div></div></div></div><div class="td_block_wrap tdb_single_content td-pb-border-top td_block_template_10 td-post-content tagdiv-type"><div class="tdb-block-inner td-fix-index"><div class="tdb-block-inner td-fix-index"><p></p><h3><strong>Education for a Lifetime</strong></h3><em>How one university turned a struggling enterprise into a $6 million lifelong learning powerhouse</em><p></p><p>A decade ago, the University of South Florida’s Continuing Education program was by all accounts a financial burden.</p><p>Then part of USF’s Innovative Education division, the unit was losing $60,000 a year. It seemed impossible to justify its existence at a time when higher education was focusing on workforce alignment and the employability of graduates.</p><p>Mark Koulianos, Innovative Education’s finance director at the time, was tasked with conducting an assessment with the expectation that he’d recommend shuttering the struggling program.</p><p>“Leadership essentially said, ‘We want you to go in there and evaluate the continual loss of revenue and document the need to close the unit,’” Koulianos said. “I evaluated it and recommended doing the opposite.”</p><p>Rather than a post-mortem, Koulianos’ assessment called for a bold transformation. He saw potential where others saw red ink, identifying 15 strategic changes to make the program profitable and mission driven (<em>see case study).</em></p><p></p><figure aria-describedby="caption-attachment-22764" class="wp-caption aligncenter" id="attachment_22764" style="width: 300px"><a href="https://perspectives.usf.edu/education-for-a-lifetime?utm_source=ub&utm_medium=homepage-nov&utm_campaign=ctpe"><img alt="" class="wp-image-22764 size-full td-animation-stack-type0-1" height="250" src="https://universitybusiness.com/wp-content/uploads/ub-sponsoredhomepage-casestudy-efl.png" width="300"/></a><figcaption class="wp-caption-text" id="caption-attachment-22764">In this case study, free to University Business readers, learn how the University of South Florida transformed its Corporate Training and Professional Education division from a loss to a $6 million powerhouse.</figcaption></figure><p></p><p><em> </em></p><p>“I think this is the future of higher ed – expanding into non-credit programming,” he told his bosses. “If we make these changes, this could be a profitable business and an important cog in the university’s economic engine.”</p><p>The gamble paid off. USF Continuing Education re-branded as the Office of Corporate Training and Professional Education and is now a $6 million enterprise that spans multiple units and is focused on building a lifelong affinity learning model.</p><p>The new unit’s success wasn’t just about profitability — it was about positioning USF as a key partner in the Tampa Bay region’s workforce development and community engagement landscapes. It now counts among its clients Amazon, Publix and the U.S. Department of Defense through Tampa-based U.S. Special Operations Command.</p><p><a href="https://perspectives.usf.edu/education-for-a-lifetime?utm_source=ub&utm_medium=homepage-nov&utm_campaign=ctpe" rel="noopener" target="_blank"><strong><span style="font-size: 12pt;"><span style="font-size: 14pt;">Download the free case study</span></span></strong></a><strong> to learn how USF:</strong></p><ul><li>Built a <strong>sustainable source of auxiliary revenue </strong>through innovative programming and strategic partnerships.</li><li>Developed a <strong>Lifelong Affinity Learning model</strong> that engages individuals at every stage of life, from youth through retirement.</li><li>Partnered with<strong> industry leaders</strong> to deliver workforce-relevant courses that address the evolving needs of today’s job market.</li><li>Aligned with USF's Office of University Community Partnerships to enhance <strong>corporate and community engagement</strong> at an institutional level.</li></ul> <p></p></div></div></div></div></div><div class="vc_column tdi_97 wpb_column vc_column_container tdc-column td-pb-span4 td-is-sticky">
<style scoped="">
/* custom css */
.tdi_97{
vertical-align: baseline;
}.tdi_97 > .wpb_wrapper,
.tdi_97 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_97 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_97 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_97 > .wpb_wrapper{
width: auto;
height: auto;
}
/* inline tdc_css att */
.tdi_97{
width:340px !important;
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px)
{
.tdi_97{
width:240px !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_97{
width:230px !important;
}
}
</style><div class="wpb_wrapper" style="width: 310px;"><div class="clearfix"></div><div class="wpb_wrapper td_block_wrap vc_widget_sidebar tdi_99"><div class="td-a-rec td-a-rec-id-sidebar tdi_100 td_block_template_10">
<style>
/* custom css */
.tdi_100.td-a-rec{
text-align: center;
}.tdi_100 .td-element-style{
z-index: -1;
}.tdi_100.td-a-rec-img{
text-align: left;
}.tdi_100.td-a-rec-img img{
margin: 0 auto 0 0;
}@media (max-width: 767px) {
.tdi_100.td-a-rec-img {
text-align: center;
}
}
</style><div class="distr-target" data-distr-trackbid="1" data-distr-trackid="600" id="distr-385221416"><script async="async" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];</script>
<div data-google-query-id="CKri6f-yoIoDFSe0ywEdFDwc7Q" id="gpt-ad-7388328216455-0">
<div id="google_ads_iframe_/21804713356/universitybusiness/Box_Sidebar_0__container__" style="border: 0pt none;"><iframe allow="private-state-token-redemption;attribution-reporting" aria-label="Advertisement" data-google-container-id="1" data-load-complete="true" frameborder="0" height="250" id="google_ads_iframe_/21804713356/universitybusiness/Box_Sidebar_0" marginheight="0" marginwidth="0" name="google_ads_iframe_/21804713356/universitybusiness/Box_Sidebar_0" scrolling="no" style="border: 0px; vertical-align: bottom;" tabindex="0" title="3rd party ad content" width="300"></iframe></div></div>
</div></div><div class="td-a-rec td-a-rec-id-custom_ad_1 tdi_101 td_block_template_10">
<style>
/* custom css */
.tdi_101.td-a-rec{
text-align: center;
}.tdi_101 .td-element-style{
z-index: -1;
}.tdi_101.td-a-rec-img{
text-align: left;
}.tdi_101.td-a-rec-img img{
margin: 0 auto 0 0;
}@media (max-width: 767px) {
.tdi_101.td-a-rec-img {
text-align: center;
}
}
</style><div class="distr-target" data-distr-trackbid="1" data-distr-trackid="603" id="distr-2046520213"><script async="async" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];</script>
<div data-google-query-id="CKDa6f-yoIoDFY-FywEdK-scHw" id="gpt-ad-2779598953003-0">
<div id="google_ads_iframe_/21804713356/universitybusiness/House_300x100_0__container__" style="border: 0pt none;"><iframe allow="private-state-token-redemption;attribution-reporting" aria-label="Advertisement" data-google-container-id="2" data-load-complete="true" frameborder="0" height="100" id="google_ads_iframe_/21804713356/universitybusiness/House_300x100_0" marginheight="0" marginwidth="0" name="google_ads_iframe_/21804713356/universitybusiness/House_300x100_0" scrolling="no" style="border: 0px; vertical-align: bottom;" tabindex="0" title="3rd party ad content" width="300"></iframe></div></div>
</div></div><div class="td_block_wrap td_block_8 td_block_widget tdi_102 td-pb-border-top default-side-widget td_block_template_10 td-column-1 td_block_padding" data-td-block-uid="tdi_102">
<style>
.td_block_template_10.widget > ul > li {
margin-left: 0 !important;
}
.td_block_template_10 .td-block-title {
font-size: 17px;
font-weight: 500;
margin-top: -10px;
margin-bottom: 24px;
line-height: 37px;
padding: 0;
position: relative;
text-align: left;
}
.td_block_template_10 .td-block-title:before {
content: '';
width: 100%;
height: 3px;
position: absolute;
top: 100%;
left: 0;
background-color: #f5f5f5;
}
.td_block_template_10 .td-block-title > * {
color: #000;
}
.td_block_template_10 .td-subcat-filter {
line-height: 37px;
display: table;
}
.td_block_template_10 .td-subcat-dropdown {
line-height: 1;
position: static;
}
.td_block_template_10 .td-subcat-dropdown .td-subcat-more {
margin-bottom: 0 !important;
}
.td_block_template_10 .td-subcat-dropdown ul:after {
height: 3px !important;
}
.td_block_template_10 .td-related-title {
margin-top: 0 !important;
}
.td_block_template_10 .td-related-title a {
margin-right: 20px;
}
@media (max-width: 767px) {
.td_block_template_10 .td-related-title a {
font-size: 15px;
}
}
.td_block_template_10 .td-related-title .td-cur-simple-item {
color: #4db2ec;
}
</style><script>var block_tdi_102 = new tdBlock();
block_tdi_102.id = "tdi_102";
block_tdi_102.atts = '{"custom_title":"Most Popular","custom_url":"","block_template_id":"td_block_template_10","header_text_color":"#","border_color":"#","accent_text_color":"#","m7_tl":"","limit":"6","offset":"","time_ago_add_txt":"ago","el_class":"default-side-widget","post_ids":"-19038","category_id":"","category_ids":"-1, -103, -284","tag_slug":"","autors_id":"","installed_post_types":"","sort":"popular7","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","td_ajax_preloading":"","ajax_pagination":"","ajax_pagination_infinite_stop":"","class":"td_block_widget tdi_102","block_type":"td_block_8","separator":"","show_modified_date":"","time_ago":"","time_ago_txt_pos":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","m7f_title_font_header":"","m7f_title_font_title":"Article title","m7f_title_font_settings":"","m7f_title_font_family":"","m7f_title_font_size":"","m7f_title_font_line_height":"","m7f_title_font_style":"","m7f_title_font_weight":"","m7f_title_font_transform":"","m7f_title_font_spacing":"","m7f_title_":"","m7f_cat_font_title":"Article category tag","m7f_cat_font_settings":"","m7f_cat_font_family":"","m7f_cat_font_size":"","m7f_cat_font_line_height":"","m7f_cat_font_style":"","m7f_cat_font_weight":"","m7f_cat_font_transform":"","m7f_cat_font_spacing":"","m7f_cat_":"","m7f_meta_font_title":"Article meta info","m7f_meta_font_settings":"","m7f_meta_font_family":"","m7f_meta_font_size":"","m7f_meta_font_line_height":"","m7f_meta_font_style":"","m7f_meta_font_weight":"","m7f_meta_font_transform":"","m7f_meta_font_spacing":"","m7f_meta_":"","css":"","tdc_css":"","td_column_number":1,"header_color":"","color_preset":"","border_top":"","tdc_css_class":"tdi_102","tdc_css_class_style":"tdi_102_rand_style"}';
block_tdi_102.td_column_number = "1";
block_tdi_102.block_type = "td_block_8";
block_tdi_102.post_count = "6";
block_tdi_102.found_posts = "5522";
block_tdi_102.header_color = "";
block_tdi_102.ajax_pagination_infinite_stop = "";
block_tdi_102.max_num_pages = "921";
tdBlocksArray.push(block_tdi_102);
</script><div class="td-block-title-wrap"><h4 class="td-block-title"><span class="td-pulldown-size">Most Popular</span></h4></div><div class="td_block_inner" id="tdi_102">
<div class="td-block-span12">
<div class="td_module_7 td_module_wrap td-animation-stack">
<div class="td-module-thumb"><a class="td-image-wrap" href="https://universitybusiness.com/heres-how-many-colleges-may-close-after-2029/" rel="bookmark" title="See how many colleges may close after 2029"><img alt="" class="entry-thumb td-animation-stack-type0-2" data-img-url="https://universitybusiness.com/wp-content/uploads/2020/12/GettyImages-185275576-100x70.jpg" data-type="image_tag" height="70" src="https://universitybusiness.com/wp-content/uploads/2020/12/GettyImages-185275576-100x70.jpg" style="" title="See how many colleges may close after 2029" width="100"/></a></div>
<div class="item-details">
<h3 class="entry-title td-module-title"><a href="https://universitybusiness.com/heres-how-many-colleges-may-close-after-2029/" rel="bookmark" title="See how many colleges may close after 2029">See how many colleges may close after 2029</a></h3>
<div class="td-module-meta-info">
<span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-12-04T14:35:31-05:00">December 4, 2024</time></span> </div>
</div>
</div>
</div> <!-- ./td-block-span12 -->
<div class="td-block-span12">
<div class="td_module_7 td_module_wrap td-animation-stack">
<div class="td-module-thumb"><a class="td-image-wrap" href="https://universitybusiness.com/how-a-looming-trump-presidency-is-already-affecting-college-life/" rel="bookmark" title="How a looming Trump presidency is already affecting college life"><img alt="" class="entry-thumb td-animation-stack-type0-2" data-img-url="https://universitybusiness.com/wp-content/uploads/2020/02/Trump-higher-ed-100x70.jpg" data-type="image_tag" height="70" src="https://universitybusiness.com/wp-content/uploads/2020/02/Trump-higher-ed-100x70.jpg" style="" title="How a looming Trump presidency is already affecting college life" width="100"/></a></div>
<div class="item-details">
<h3 class="entry-title td-module-title"><a href="https://universitybusiness.com/how-a-looming-trump-presidency-is-already-affecting-college-life/" rel="bookmark" title="How a looming Trump presidency is already affecting college life">How a looming Trump presidency is already affecting college life</a></h3>
<div class="td-module-meta-info">
<span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-12-06T14:50:16-05:00">December 6, 2024</time></span> </div>
</div>
</div>
</div> <!-- ./td-block-span12 -->
<div class="td-block-span12">
<div class="td_module_7 td_module_wrap td-animation-stack">
<div class="td-module-thumb"><a class="td-image-wrap" href="https://universitybusiness.com/how-this-year-cast-doubt-on-2-higher-ed-myths/" rel="bookmark" title="How this year cast doubt on 2 higher ed myths"><img alt="" class="entry-thumb td-animation-stack-type0-2" data-img-url="https://universitybusiness.com/wp-content/uploads/myth-100x70.jpg" data-type="image_tag" height="70" src="https://universitybusiness.com/wp-content/uploads/myth-100x70.jpg" style="" title="How this year cast doubt on 2 higher ed myths" width="100"/></a></div>
<div class="item-details">
<h3 class="entry-title td-module-title"><a href="https://universitybusiness.com/how-this-year-cast-doubt-on-2-higher-ed-myths/" rel="bookmark" title="How this year cast doubt on 2 higher ed myths">How this year cast doubt on 2 higher ed myths</a></h3>
<div class="td-module-meta-info">
<span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-12-02T13:20:35-05:00">December 2, 2024</time></span> </div>
</div>
</div>
</div> <!-- ./td-block-span12 -->
<div class="td-block-span12">
<div class="td_module_7 td_module_wrap td-animation-stack">
<div class="td-module-thumb"><a class="td-image-wrap" href="https://universitybusiness.com/knocking-on-wood-for-this-years-fafsa-rollout/" rel="bookmark" title="Knocking on wood for this year’s FAFSA rollout"><img alt="Gen Z" class="entry-thumb td-animation-stack-type0-2" data-img-url="https://universitybusiness.com/wp-content/uploads/AdobeStock_216127933-100x70.jpeg" data-type="image_tag" height="70" src="https://universitybusiness.com/wp-content/uploads/AdobeStock_216127933-100x70.jpeg" style="" title="Knocking on wood for this year’s FAFSA rollout" width="100"/></a></div>
<div class="item-details">
<h3 class="entry-title td-module-title"><a href="https://universitybusiness.com/knocking-on-wood-for-this-years-fafsa-rollout/" rel="bookmark" title="Knocking on wood for this year’s FAFSA rollout">Knocking on wood for this year’s FAFSA rollout</a></h3>
<div class="td-module-meta-info">
<span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-12-05T13:53:04-05:00">December 5, 2024</time></span> </div>
</div>
</div>
</div> <!-- ./td-block-span12 -->
<div class="td-block-span12">
<div class="td_module_7 td_module_wrap td-animation-stack">
<div class="td-module-thumb"><a class="td-image-wrap" href="https://universitybusiness.com/heres-how-changes-in-the-edtech-world-affect-higher-ed/" rel="bookmark" title="Here’s how changes in the edtech world affect higher ed"><img alt="" class="entry-thumb td-animation-stack-type0-2" data-img-url="https://universitybusiness.com/wp-content/uploads/2022/04/edtech-AdobeStock_457361588-100x70.jpeg" data-type="image_tag" height="70" src="https://universitybusiness.com/wp-content/uploads/2022/04/edtech-AdobeStock_457361588-100x70.jpeg" style="" title="Here’s how changes in the edtech world affect higher ed" width="100"/></a></div>
<div class="item-details">
<h3 class="entry-title td-module-title"><a href="https://universitybusiness.com/heres-how-changes-in-the-edtech-world-affect-higher-ed/" rel="bookmark" title="Here’s how changes in the edtech world affect higher ed">Here’s how changes in the edtech world affect higher ed</a></h3>
<div class="td-module-meta-info">
<span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-12-09T12:00:08-05:00">December 9, 2024</time></span> </div>
</div>
</div>
</div> <!-- ./td-block-span12 -->
<div class="td-block-span12">
<div class="td_module_7 td_module_wrap td-animation-stack">
<div class="td-module-thumb"><a class="td-image-wrap" href="https://universitybusiness.com/higher-ed-market-is-it-too-hard-to-open-a-new-college/" rel="bookmark" title="Higher ed market: Is it too hard to open a new college?"><img alt="higher ed market" class="entry-thumb td-animation-stack-type0-2" data-img-url="https://universitybusiness.com/wp-content/uploads/AdobeStock_448719293-100x70.jpeg" data-type="image_tag" height="70" src="https://universitybusiness.com/wp-content/uploads/AdobeStock_448719293-100x70.jpeg" style="" title="Higher ed market: Is it too hard to open a new college?" width="100"/></a></div>
<div class="item-details">
<h3 class="entry-title td-module-title"><a href="https://universitybusiness.com/higher-ed-market-is-it-too-hard-to-open-a-new-college/" rel="bookmark" title="Higher ed market: Is it too hard to open a new college?">Higher ed market: Is it too hard to open a new...</a></h3>
<div class="td-module-meta-info">
<span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-12-05T13:48:12-05:00">December 5, 2024</time></span> </div>
</div>
</div>
</div> <!-- ./td-block-span12 --></div></div> <!-- ./block --></div><div class="clearfix"></div></div></div></div></div></div></div> <span class="td-page-meta" itemprop="author" itemscope="" itemtype="https://schema.org/Person"><meta content="Alcino Donadel" itemprop="name"/><meta content="https://universitybusiness.com/author/adonadel/" itemprop="url"/></span><meta content="2023-07-06T13:23:41-04:00" itemprop="datePublished"/><meta content="2023-07-06T13:23:41-04:00" itemprop="dateModified"/><meta itemid="https://universitybusiness.com/these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students/" itemprop="mainEntityOfPage" itemscope="" itemtype="https://schema.org/WebPage"/><span class="td-page-meta" itemprop="publisher" itemscope="" itemtype="https://schema.org/Organization"><span class="td-page-meta" itemprop="logo" itemscope="" itemtype="https://schema.org/ImageObject"><meta content="https://universitybusiness.com/wp-content/uploads/2022/08/ublogo2.png" itemprop="url"/></span><meta content="University Business" itemprop="name"/></span><meta content="These 15 colleges offer the most financial aid for international undergrad students" itemprop="headline"/><span class="td-page-meta" itemprop="image" itemscope="" itemtype="https://schema.org/ImageObject"><meta content="https://universitybusiness.com/wp-content/uploads/2021/06/InkedAdobeStock_230440356-1_LI-scaled.jpg" itemprop="url"/><meta content="2560" itemprop="width"/><meta content="1650" itemprop="height"/></span> </article>
</div>
</div>
</div> <!-- #tdb-autoload-article -->
<script async="" src="/bg/sponsored-article/js" type="text/javascript"></script> <div class="td-footer-template-wrap" style="position: relative">
<div class="td-footer-wrap">
<div class="tdc-zone" id="tdi_103"><div class="tdc_zone tdi_104 wpb_row td-pb-row tdc-element-style">
<style scoped="">
/* custom css */
.tdi_104{
min-height: 0;
}.tdi_104 > .td-element-style:after{
content: '' !important;
width: 100% !important;
height: 100% !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
z-index: 0 !important;
display: block !important;
background-color: #000000 !important;
}
</style>
<div class="tdi_103_rand_style td-element-style"></div><div class="tdc-row stretch_row_1200 td-stretch-content" id="tdi_105"><div class="vc_row tdi_106 wpb_row td-pb-row tdc-element-style">
<style scoped="">
/* custom css */
.tdi_106,
.tdi_106 .tdc-columns{
min-height: 0;
}.tdi_106,
.tdi_106 .tdc-columns{
display: block;
}.tdi_106 .tdc-columns{
width: 100%;
}@media (min-width: 768px) {
.tdi_106 {
margin-left: -15px;
margin-right: -15px;
}
.tdi_106 .tdc-row-video-background-error,
.tdi_106 .vc_column {
padding-left: 15px;
padding-right: 15px;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
@media (min-width: 768px) {
.tdi_106 {
margin-left: -10px;
margin-right: -10px;
}
.tdi_106 .tdc-row-video-background-error,
.tdi_106 .vc_column {
padding-left: 10px;
padding-right: 10px;
}
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
@media (min-width: 768px) {
.tdi_106 {
margin-left: -10px;
margin-right: -10px;
}
.tdi_106 .tdc-row-video-background-error,
.tdi_106 .vc_column {
padding-left: 10px;
padding-right: 10px;
}
}
}
/* inline tdc_css att */
.tdi_106{
padding-top:20px !important;
position:relative;
}
.tdi_106 .td_block_wrap{ text-align:left }
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_106{
padding-top:30px !important;
padding-bottom:10px !important;
}
}
/* phone */
@media (max-width: 767px)
{
.tdi_106{
padding-top:40px !important;
}
}
</style>
<div class="tdi_105_rand_style td-element-style"><div class="td-element-style-before"><style>
.tdi_105_rand_style > .td-element-style-before {
content:'' !important;
width:100% !important;
height:100% !important;
position:absolute !important;
top:0 !important;
left:0 !important;
display:block !important;
z-index:0 !important;
opacity:0.1 !important;
}
</style></div></div><div class="vc_column tdi_108 wpb_column vc_column_container tdc-column td-pb-span5">
<style scoped="">
/* custom css */
.tdi_108{
vertical-align: baseline;
}.tdi_108 > .wpb_wrapper,
.tdi_108 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_108 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_108 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_108 > .wpb_wrapper{
width: auto;
height: auto;
}
/* inline tdc_css att */
/* phone */
@media (max-width: 767px)
{
.tdi_108{
justify-content:center !important;
text-align:center !important;
}
}
</style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_logo tdi_109 td-pb-border-top td_block_template_10 tdb-header-align" data-td-block-uid="tdi_109">
<style>
/* inline tdc_css att */
.tdi_109{
margin-top:10px !important;
margin-bottom:10px !important;
}
/* phone */
@media (max-width: 767px)
{
.tdi_109{
display:inline-block !important;
}
}
</style>
<style>
/* custom css */
.tdi_109 .tdb-logo-a,
.tdi_109 h1{
flex-direction: row;
align-items: center;
justify-content: flex-start;
}.tdi_109 .tdb-logo-svg-wrap{
display: block;
}.tdi_109 .tdb-logo-svg-wrap + .tdb-logo-img-wrap{
display: none;
}.tdi_109 .tdb-logo-img{
max-width: 350px;
}.tdi_109 .tdb-logo-img-wrap{
display: block;
}.tdi_109 .tdb-logo-text-tagline{
margin-top: 2px;
margin-left: 0;
display: block;
font-family:Source Sans Pro !important;;
}.tdi_109 .tdb-logo-text-title{
display: block;
color: #ffffff;
font-family:Gelasio !important;font-size:34px !important;font-weight:500 !important;text-transform:uppercase !important;;
}.tdi_109 .tdb-logo-text-wrap{
flex-direction: column;
align-items: center;
}.tdi_109 .tdb-logo-icon{
top: 0px;
display: block;
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_109 .tdb-logo-text-title{
font-family:Gelasio !important;font-size:32px !important;font-weight:500 !important;text-transform:uppercase !important;;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_109 .tdb-logo-text-title{
font-family:Gelasio !important;font-size:22px !important;font-weight:500 !important;text-transform:uppercase !important;;
}
}
</style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="https://universitybusiness.com/"><span class="tdb-logo-img-wrap"><img alt="Logo" class="tdb-logo-img" height="120" src="https://universitybusiness.com/wp-content/uploads/2022/09/UB_logo_white-footer.png" title="" width="524"/></span></a></div></div> <!-- ./block --><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_110 tdm-inline-block td-pb-border-top td_block_template_10" data-td-block-uid="tdi_110">
<style>
/* inline tdc_css att */
/* phone */
@media (max-width: 767px)
{
.tdi_110{
justify-content:center !important;
text-align:center !important;
}
}
</style>
<style>
/* custom css */
.tdm_block.tdm_block_inline_text{
margin-bottom: 0;
vertical-align: top;
}.tdm_block.tdm_block_inline_text .tdm-descr{
margin-bottom: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}.tdc-row-content-vert-center .tdm-inline-text-yes{
vertical-align: middle;
}.tdc-row-content-vert-bottom .tdm-inline-text-yes{
vertical-align: bottom;
}.tdi_110{
text-align: left !important;
}.tdi_110 .tdm-descr{
color: #ffffff;
font-family:Source Sans Pro !important;font-size:14px !important;line-height:1.4 !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_110 .tdm-descr{
font-family:Source Sans Pro !important;font-size:12px !important;line-height:1.4 !important;
}
}
</style><p class="tdm-descr">© 2024. University Business. All rights reserved.<br/>222 Lakeview Ave Suite 800 West Palm Beach FL 33401 </p></div><div class="tdm_block td_block_wrap tdm_block_socials tdi_111 tdm-content-horiz-left td-pb-border-top td_block_template_10" data-td-block-uid="tdi_111">
<style>
/* inline tdc_css att */
.tdi_111{
margin-top:10px !important;
margin-bottom:45px !important;
}
</style>
<style>
.tdi_112 .tdm-social-item i{
font-size: 22px;
vertical-align: middle;
line-height: 39.6px;
}.tdi_112 .tdm-social-item i.td-icon-twitter,
.tdi_112 .tdm-social-item i.td-icon-linkedin,
.tdi_112 .tdm-social-item i.td-icon-pinterest,
.tdi_112 .tdm-social-item i.td-icon-blogger,
.tdi_112 .tdm-social-item i.td-icon-vimeo{
font-size: 17.6px;
}.tdi_112 .tdm-social-item{
width: 39.6px;
height: 39.6px;
margin: 5px 10px 5px 0;
}.tdi_112 .tdm-social-item-wrap:last-child .tdm-social-item{
margin-right: 0 !important;
}.tdi_112 .tdm-social-item i,
.tds-team-member2 .tdi_112.tds-social1 .tdm-social-item i{
color: #ffffff;
}.tdi_112 .tdm-social-item-wrap:hover i,
.tds-team-member2 .tdi_112.tds-social1 .tdm-social-item:hover i{
color: #4db2ec;
}.tdi_112 .tdm-social-text{
display: none;
margin-left: 2px;
margin-right: 18px;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_112 .tdm-social-item i{
font-size: 12px;
vertical-align: middle;
line-height: 21.6px;
}.tdi_112 .tdm-social-item i.td-icon-twitter,
.tdi_112 .tdm-social-item i.td-icon-linkedin,
.tdi_112 .tdm-social-item i.td-icon-pinterest,
.tdi_112 .tdm-social-item i.td-icon-blogger,
.tdi_112 .tdm-social-item i.td-icon-vimeo{
font-size: 9.6px;
}.tdi_112 .tdm-social-item{
width: 21.6px;
height: 21.6px;
}
}
</style><div class="tdm-social-wrapper tds-social1 tdi_112"><div class="tdm-social-item-wrap"><a class="tdm-social-item" href="https://www.facebook.com/universitybusiness/" target="_blank" title="Facebook"><i class="td-icon-font td-icon-facebook"></i></a><a class="tdm-social-text" href="https://www.facebook.com/universitybusiness/" target="_blank">Facebook</a></div><div class="tdm-social-item-wrap"><a class="tdm-social-item" href="https://twitter.com/universitybiz" target="_blank" title="Twitter"><i class="td-icon-font td-icon-twitter"></i></a><a class="tdm-social-text" href="https://twitter.com/universitybiz" target="_blank">Twitter</a></div><div class="tdm-social-item-wrap"><a class="tdm-social-item" href="https://www.linkedin.com/company/university-business-magazine" target="_blank" title="Linkedin"><i class="td-icon-font td-icon-linkedin"></i></a><a class="tdm-social-text" href="https://www.linkedin.com/company/university-business-magazine" target="_blank">Linkedin</a></div></div></div></div></div><div class="vc_column tdi_114 wpb_column vc_column_container tdc-column td-pb-span7">
<style scoped="">
/* custom css */
.tdi_114{
vertical-align: baseline;
}.tdi_114 > .wpb_wrapper,
.tdi_114 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_114 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_114 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_114 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="vc_row_inner tdi_116 vc_row vc_inner wpb_row td-pb-row">
<style scoped="">
/* custom css */
.tdi_116{
position: relative !important;
top: 0;
transform: none;
-webkit-transform: none;
}.tdi_116,
.tdi_116 .tdc-inner-columns{
display: block;
}.tdi_116 .tdc-inner-columns{
width: 100%;
}@media (min-width: 768px) {
.tdi_116 {
margin-left: -10px;
margin-right: -10px;
}
.tdi_116 .vc_column_inner {
padding-left: 10px;
padding-right: 10px;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
@media (min-width: 768px) {
.tdi_116 {
margin-left: -5px;
margin-right: -5px;
}
.tdi_116 .vc_column_inner {
padding-left: 5px;
padding-right: 5px;
}
}
}
</style><div class="vc_column_inner tdi_118 wpb_column vc_column_container tdc-inner-column td-pb-span6">
<style scoped="">
/* custom css */
.tdi_118{
vertical-align: baseline;
}.tdi_118 .vc_column-inner > .wpb_wrapper,
.tdi_118 .vc_column-inner > .wpb_wrapper .tdc-elements{
display: block;
}.tdi_118 .vc_column-inner > .wpb_wrapper .tdc-elements{
width: 100%;
}
/* inline tdc_css att */
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px)
{
.tdi_118{
width:20% !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_118{
width:20% !important;
}
}
</style><div class="vc_column-inner"><div class="wpb_wrapper"><div class="td_block_wrap td_block_list_menu tdi_119 td-pb-border-top footer_menu td_block_template_10 widget" data-td-block-uid="tdi_119">
<style>
/* inline tdc_css att */
/* phone */
@media (max-width: 767px)
{
.tdi_119{
margin-bottom:0px !important;
justify-content:center !important;
text-align:center !important;
}
}
</style>
<style>
/* custom css */
.td_block_list_menu ul{
flex-wrap: wrap;
margin-left: 12px;
}.td_block_list_menu ul li{
margin-left: 0;
}.td_block_list_menu .sub-menu{
padding-left: 22px;
}.td_block_list_menu .sub-menu li{
font-size: 13px;
}.td_block_list_menu li.current-menu-item > a,
.td_block_list_menu li.current-menu-ancestor > a,
.td_block_list_menu li.current-category-ancestor > a{
color: #4db2ec;
}.tdi_119 ul{
margin: 0px;
text-align: left;
justify-content: flex-start;
}.tdi_119 a{
color: #ffffff;
}.tdi_119 li.current-menu-item > a,
.tdi_119 li.current-menu-ancestor > a,
.tdi_119 li.current-category-ancestor > a,
.tdi_119 a:hover{
color: #4db2ec;
}.tdi_119 li{
font-size:11px !important;line-height:24px !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_119 li{
font-size:11px !important;line-height:20px !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
}
</style><div class="td-block-title-wrap"></div><div class="td_block_inner td-fix-index" id="tdi_119"><div class="menu-footer-section-1-container"><ul class="menu" id="menu-footer-section-1"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6524" id="menu-item-6524"><a href="https://universitybusiness.com/column-submission-guidelines/">Column Submission Guidelines</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6527" id="menu-item-6527"><a href="https://universitybusiness.com/working-with-editorial/">How to work with our editorial department</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21909" id="menu-item-21909"><a href="https://go.pardot.com/l/1049151/2024-06-14/7zyg" rel="noopener" target="_blank">Advertise</a></li>
</ul></div></div></div></div></div></div><div class="vc_column_inner tdi_121 wpb_column vc_column_container tdc-inner-column td-pb-span6">
<style scoped="">
/* custom css */
.tdi_121{
vertical-align: baseline;
}.tdi_121 .vc_column-inner > .wpb_wrapper,
.tdi_121 .vc_column-inner > .wpb_wrapper .tdc-elements{
display: block;
}.tdi_121 .vc_column-inner > .wpb_wrapper .tdc-elements{
width: 100%;
}
/* inline tdc_css att */
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px)
{
.tdi_121{
width:40% !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_121{
width:35% !important;
}
}
/* phone */
@media (max-width: 767px)
{
.tdi_121{
justify-content:center !important;
text-align:center !important;
}
}
</style><div class="vc_column-inner"><div class="wpb_wrapper"><div class="td_block_wrap td_block_list_menu tdi_122 td-pb-border-top footer_menu td_block_template_10 widget" data-td-block-uid="tdi_122">
<style>
/* inline tdc_css att */
/* phone */
@media (max-width: 767px)
{
.tdi_122{
justify-content:center !important;
text-align:center !important;
}
}
</style>
<style>
/* custom css */
.tdi_122 ul{
margin: 0px;
text-align: left;
justify-content: flex-start;
}.tdi_122 a{
color: #ffffff;
}.tdi_122 li.current-menu-item > a,
.tdi_122 li.current-menu-ancestor > a,
.tdi_122 li.current-category-ancestor > a,
.tdi_122 a:hover{
color: #4db2ec;
}.tdi_122 li{
font-size:11px !important;line-height:24px !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_122 li{
font-size:11px !important;line-height:20px !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
}
</style><div class="td-block-title-wrap"></div><div class="td_block_inner td-fix-index" id="tdi_122"><div class="menu-footer-section-2-container"><ul class="menu" id="menu-footer-section-2"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6531" id="menu-item-6531"><a href="https://universitybusiness.com/contact-us/">Contact Us</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18883" id="menu-item-18883"><a href="https://etcnetwork.com/privacy-policy/">Privacy Policy</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6532" id="menu-item-6532"><a href="https://universitybusiness.com/category/op-ed/">Op-ed</a></li>
</ul></div></div></div><div class="wpb_wrapper td_block_empty_space td_block_wrap vc_empty_space tdi_124" style="height: 32px"></div></div></div></div></div></div></div></div></div></div></div> </div>
</div>
</div><!--close td-outer-wrap-->
<script>(function(){var advanced_ads_ga_UID="UA-168709-1",advanced_ads_ga_anonymIP=!!1;window.advanced_ads_check_adblocker=function(t){var n=[],e=null;function a(t){var n=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||function(t){return setTimeout(t,16)};n.call(window,t)}return a((function(){var t=document.createElement("div");t.innerHTML=" ",t.setAttribute("class","ad_unit ad-unit text-ad text_ad pub_300x250"),t.setAttribute("style","width: 1px !important; height: 1px !important; position: absolute !important; left: 0px !important; top: 0px !important; overflow: hidden !important;"),document.body.appendChild(t),a((function(){var a,o,i=null===(a=(o=window).getComputedStyle)||void 0===a?void 0:a.call(o,t),d=null==i?void 0:i.getPropertyValue("-moz-binding");e=i&&"none"===i.getPropertyValue("display")||"string"==typeof d&&-1!==d.indexOf("about:");for(var c=0,r=n.length;c<r;c++)n[c](e);n=[]}))})),function(t){"undefined"==typeof advanced_ads_adblocker_test&&(e=!0),null!==e?t(e):n.push(t)}}(),(()=>{function t(t){this.UID=t,this.analyticsObject="function"==typeof gtag;var n=this;return this.count=function(){gtag("event","AdBlock",{event_category:"Advanced Ads",event_label:"Yes",non_interaction:!0,send_to:n.UID})},function(){if(!n.analyticsObject){var e=document.createElement("script");e.src="https://www.googletagmanager.com/gtag/js?id="+t,e.async=!0,document.body.appendChild(e),window.dataLayer=window.dataLayer||[],window.gtag=function(){dataLayer.push(arguments)},n.analyticsObject=!0,gtag("js",new Date)}var a={send_page_view:!1,transport_type:"beacon"};window.advanced_ads_ga_anonymIP&&(a.anonymize_ip=!0),gtag("config",t,a)}(),this}advanced_ads_check_adblocker((function(n){n&&new t(advanced_ads_ga_UID).count()}))})();})();</script><script id="ckyBannerTemplate" type="text/template"><div class="cky-consent-container cky-hide" tabindex="0"> <div class="cky-consent-bar" data-cky-tag="notice" style="background-color:#FFFFFF;border-color:#f4f4f4;color:#212121"> <div class="cky-notice"> <p class="cky-title" role="heading" aria-level="1" data-cky-tag="title" style="color:#212121"></p><div class="cky-notice-group"> <div class="cky-notice-des" data-cky-tag="description" style="color:#212121"> <p>We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent. <a href="/privacy/" rel="noopener noreferrer" target="_blank">Click to view our cookie policy</a>.</p> </div><div class="cky-notice-btn-wrapper" data-cky-tag="notice-buttons"> <button class="cky-btn cky-btn-reject" aria-label="Reject All" data-cky-tag="reject-button" style="color:#1863dc;background-color:transparent;border-color:#1863dc">Reject All</button> <button class="cky-btn cky-btn-accept" aria-label="Accept All" data-cky-tag="accept-button" style="color:#FFFFFF;background-color:#1863dc;border-color:#1863dc">Accept All</button> </div></div></div></div><div class="cky-preference-wrapper" data-cky-tag="detail" style="color:#212121;background-color:#FFFFFF;border-color:#F4F4F4"> <div class="cky-preference-center"> <div class="cky-preference"> <div class="cky-preference-header"> <span class="cky-preference-title" role="heading" aria-level="1" data-cky-tag="detail-title" style="color:#212121">Customize Consent Preferences</span> <button class="cky-btn-close" aria-label="[cky_preference_close_label]" data-cky-tag="detail-close"> <img src="https://universitybusiness.com/wp-content/plugins/cookie-law-info/lite/frontend/images/close.svg" alt="Close"> </button> </div><div class="cky-preference-body-wrapper"> <div class="cky-preference-content-wrapper" data-cky-tag="detail-description" style="color:#212121"> <p>We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.</p><p>The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. </p><p>We also use third-party cookies that help us analyze how you use this website, store your preferences, and provide the content and advertisements that are relevant to you. These cookies will only be stored in your browser with your prior consent.</p><p>You can choose to enable or disable some or all of these cookies but disabling some of them may affect your browsing experience.</p> </div><div class="cky-accordion-wrapper" data-cky-tag="detail-categories"> <div class="cky-accordion" id="ckyDetailCategorynecessary"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Necessary" data-cky-tag="detail-category-title" style="color:#212121">Necessary</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchnecessary"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryfunctional"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Functional" data-cky-tag="detail-category-title" style="color:#212121">Functional</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchfunctional"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryanalytics"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Analytics" data-cky-tag="detail-category-title" style="color:#212121">Analytics</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchanalytics"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryperformance"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Performance" data-cky-tag="detail-category-title" style="color:#212121">Performance</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchperformance"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryadvertisement"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Advertisement" data-cky-tag="detail-category-title" style="color:#212121">Advertisement</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchadvertisement"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div> </div></div></div><div class="cky-footer-wrapper"> <span class="cky-footer-shadow"></span> <div class="cky-prefrence-btn-wrapper" data-cky-tag="detail-buttons"> <button class="cky-btn cky-btn-accept" aria-label="Accept All" data-cky-tag="detail-accept-button" style="color:#ffffff;background-color:#1863dc;border-color:#1863dc"> Accept All </button> <button class="cky-btn cky-btn-preferences" aria-label="Save My Preferences" data-cky-tag="detail-save-button" style="color:#1863dc;background-color:transparent;border-color:#1863dc"> Save My Preferences </button> <button class="cky-btn cky-btn-reject" aria-label="Reject All" data-cky-tag="detail-reject-button" style="color:#1863dc;background-color:transparent;border-color:#1863dc"> Reject All </button> </div></div></div></div></div></script><div class="distr-c302c81f4bf187e52918e0eb433a0810 distr-ub-interstitial_640x480" id="distr-c302c81f4bf187e52918e0eb433a0810"><div class="distr-ub-interstitial_640x480 distr-target distr-layer distr-layer-onload advads-has-background advads-close is-sticky" data-auto-close-delay="10000" data-distr-trackbid="1" data-distr-trackid="615" data-position="center" id="distr-542871840" style="z-index: 9999; position: fixed; margin-left: 0px; margin-bottom: 0px; bottom: 50%; left: 50%; transform: translateY(50%) translateX(-50%);"><span class="distr-close-button" style="width: 15px; height: 15px; background: #fff; position: relative; line-height: 15px; text-align: center; cursor: pointer; z-index: 10000; right:0;float: right; margin-left: -15px;" title="close">×</span><script async="async" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];</script>
<div data-google-query-id="CNnGioCzoIoDFd-VywEdw4El6w" id="gpt-ad-2867689783882-0">
<div id="google_ads_iframe_/21804713356/universitybusiness/Interstitial_640x480_0__container__" style="border: 0pt none;"><iframe allow="private-state-token-redemption;attribution-reporting" aria-label="Advertisement" data-google-container-id="4" data-load-complete="true" frameborder="0" height="480" id="google_ads_iframe_/21804713356/universitybusiness/Interstitial_640x480_0" marginheight="0" marginwidth="0" name="google_ads_iframe_/21804713356/universitybusiness/Interstitial_640x480_0" scrolling="no" style="border: 0px; vertical-align: bottom;" tabindex="0" title="3rd party ad content" width="640"></iframe></div></div>
</div><script>( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {if( advads.get_cookie( "advanced_ads_ad_impressions_615_timeout" ) ) {if( advads.get_cookie( "advanced_ads_ad_impressions_615" ) ) {var advanced_ads_ad_impressions_615 = parseInt( advads.get_cookie( "advanced_ads_ad_impressions_615" ) ) + 1;} else { var advanced_ads_ad_impressions_615 = 1; }} else {var advanced_ads_ad_impressions_615 = 1;advads.set_cookie_sec("advanced_ads_ad_impressions_615_timeout", "true", 3600 );}advads.set_cookie_sec("advanced_ads_ad_impressions_615", advanced_ads_ad_impressions_615, 3600 );});</script><script>( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {advads_items.close_functions[ 'distr-542871840' ] = function() {advads.close( '#distr-542871840' ); if ( can_remove_background ( 'distr-542871840' ) ) { jQuery( ".advads-background" ).remove(); }; };jQuery( '#distr-542871840' ).on( 'click', '.distr-close-button', function() { var close_function = advads_items.close_functions[ 'distr-542871840' ];if ( typeof close_function === 'function' ) {close_function(); }});});</script></div><div class="distr-ub-footer-sticky-ad-728x90 distr-sticky distr-target" data-distr-trackbid="1" data-distr-trackid="601" id="distr-1193483614" style="margin-left: auto; margin-right: auto; text-align: center; margin-top: 10px; position: fixed; bottom: 0px; left: 0px; right: 0px; background-color: rgb(212, 211, 211); z-index: 10000; display: block; width: auto;"><script async="async" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];</script>
<div data-google-query-id="COTn6f-yoIoDFfCMywEdOWMcFw" id="gpt-ad-3704943332321-0">
<div id="google_ads_iframe_/21804713356/universitybusiness/Footer_0__container__" style="border: 0pt none;"><iframe allow="private-state-token-redemption;attribution-reporting" aria-label="Advertisement" data-google-container-id="3" data-load-complete="true" frameborder="0" height="50" id="google_ads_iframe_/21804713356/universitybusiness/Footer_0" marginheight="0" marginwidth="0" name="google_ads_iframe_/21804713356/universitybusiness/Footer_0" scrolling="no" style="border: 0px; vertical-align: bottom;" tabindex="0" title="3rd party ad content" width="300"></iframe></div></div>
</div><script>( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {var wrapper_id = "#distr-1193483614"; var $wrapper = jQuery( wrapper_id );advads.move( wrapper_id, "", { });window.advanced_ads_sticky_items = window.advanced_ads_sticky_items || {};advanced_ads_sticky_items[ "distr-1193483614" ] = { "can_convert_to_abs": "1", "initial_css": $wrapper.attr( "style" ), "modifying_func": function() { $wrapper.css({ textAlign: "center", display: "block", width: "auto" });}};
if ( advads.wait_for_images ) {
var sticky_wait_for_images_time = new Date().getTime();
$wrapper.data( "sticky_wait_for_images_time", sticky_wait_for_images_time );
advads.wait_for_images( $wrapper, function() {
// At the moment when this function is called, it is possible that
// the placement has been updated using "Reload ads on resize" feature of Responsive add-on
if ( $wrapper.data( "sticky_wait_for_images_time" ) === sticky_wait_for_images_time ) {
advanced_ads_sticky_items[ "distr-1193483614" ]["modifying_func"]();
}
} );
} else {
advanced_ads_sticky_items[ "distr-1193483614" ]["modifying_func"]();
};
});</script>
<!--
Theme: Newspaper by tagDiv.com 2022
Version: 11.5.1 (rara)
Deploy mode: deploy
uid: 6759e0e60c7b5
-->
<!-- Custom css from theme panel -->
<style media="screen" type="text/css">
/* custom css theme panel */
/* Hide error message blank image */
body img[onerror^="console.log"] {
display: none !important;
}
.table td {
border: 0 px solid #white!important;
}
/* Styles Title Block Border for Header Block 10 */
.td_block_template_10 .td-block-title:before {
height: 1px!important;
background-color:#000!important
}
/* Footer Active link */
.footer_menu .current-menu-item > a {
color: #4db2ec!important;
}
/* Authors / Byline to display in 2 rows */
.metainfobreak .td-editor-date .td-author-date .td-post-author-name {
display: block; }
/* Removes \"-\"\" after Authors Name */
.td-post-author-name span {
display: none!important; }
/*Search Tool to display better
.tdi_39 .tdb-search-form {
border-width: 2px!important;
border-color: red!important; }*/
/*Adjust Caption Spacing for images in post */
.wp-caption-text, .wp-caption-dd {
margin: 6px 0 0 0!important;
line-height: 12px;
}
/* Styles Title Block Border for Header Block 10 */
.td_block_template_10 .td-block-title:before {
height: 1px!important; }
/* Styles Background Color for Sponsored Articles
.td_module_flex_3 .td-module-meta-info, .td_module_flex_4 .td-module-meta-info
{ background-color: #fafafa!important; } */
/* Styles Default Right Rail Latest Articles */
.default-side-widget .td_block_template_10 .td-block-title {
font-size: 17px!important;
font-weight: 500!important;
margin-top: -10px;
margin-bottom: 24px;
line-height: 1.3!important;
padding: 0;
position: relative;
text-align: left;
}
.default-side-widget .entry-thumb {
display: none!important;
}
.default-side-widget .td_module_7 .entry-title {
font-family: Cabin;
font-size: 17px!important;
font-weight: 500!important;
line-height: 1.3!important;
}
/*----Homepage Whitepaper Section Boxes ----*/
.sponsorwhitepaper .td-module-container {
min-height: 250px!important;}
/*----Webinar Category page ----*/
.category-web-seminars .tdi_86 .td-module-container {
flex-direction: column;
padding: 15px 15px 15px 15px;
border-width: 1px;
border-style: solid;
border-color: #000;
border-color: #cccccc;
min-height: 420px!important;
}
/*ACF Subtitle text */
.acfpostsubtitle {
font-size: 16px;
font-style: italic;
font-weight: 300;
line-height: 24px;
color: #747474;
font-family: Cabin !important;
font-weight: 400 !important;
}
/*----Solution Showcase Anchor Text link ----*/
.ps-title a {
font-weight: normal!important;
text-decoration: underline!important;
}
.page-id-517 table td
{
border: 0;
}
.box, .page-content .box {
font-size: 16px;
font-size: 1rem;
line-height: 26px;
line-height: 1.625rem;
color: #666;
border-left: solid 1px #888;
border-right: solid 1px #888;
margin: 20px 0 20px 20px;
padding: 0 20px;
float: right;
width: 50%; }
@media (max-width: 1019px) {
.box, .page-content .box {
border: 0px;
width: 100%;
margin: 20px 0px;
float: none; } }
/*Custom IT IP Form */
.page-id-14550 .td-page-title {
display: none;
}
</style>
<link href="https://universitybusiness.com/wp-content/plugins/soliloquy/assets/css/soliloquy.css?ver=2.5.9" id="soliloquy-style-css-css" media="all" rel="stylesheet" type="text/css"/>
<script id="advanced-ads-pro/cache_busting-js-extra" type="text/javascript">
/* <![CDATA[ */
var advanced_ads_pro_ajax_object = {"ajax_url":"https:\/\/universitybusiness.com\/wp-admin\/admin-ajax.php","lazy_load_module_enabled":"1","lazy_load":{"default_offset":200,"offsets":[]},"moveintohidden":"","wp_timezone_offset":"-18000","the_id":"19038","is_singular":"1"};
var advanced_ads_responsive = {"reload_on_resize":"1"};
/* ]]> */
</script>
<script id="advanced-ads-pro/cache_busting-js-before" type="text/javascript">
/* <![CDATA[ */
document.addEventListener( 'advads_ajax_ad_select', function(ev){ ev.detail.gam = {"conditionals":{"is_archive":false,"is_category":false,"is_front_page":false,"is_home":false,"is_post_type_archive":false,"is_single":true,"is_singular":true},"vars":{"query_obj":[],"user_id":0,"post_id":19038,"categories":["briefings","enrollment","international-students","rankings"],"term":["briefings","enrollment","international-students","rankings"],"terms":["briefings","enrollment","international-students","rankings","amherst-college","columbia-university","dartmouth-university","duke-university","enrollment","fees","financial-aid","haverford-college","income-bassed","international-students","massachusetts","merit-based","sticker-price","tuition","u-s-news-world-report","undergraduate-students","washington-and-lee-university","wellesley-college","wesleyan-university","adonadel"],"post_type":"post","page_slug":"these-15-colleges-offer-the-most-financial-aid-for-international-undergrad-students","page_id":19038}}; } );
/* ]]> */
</script>
<script id="advanced-ads-pro/cache_busting-js" src="https://universitybusiness.com/wp-content/plugins/advanced-ads-pro/assets/js/base.min.js?ver=2.28.0" type="text/javascript"></script>
<script id="advanced-ads-layer-footer-js-js-extra" type="text/javascript">
/* <![CDATA[ */
var advanced_ads_layer_settings = {"layer_class":"distr-layer","placements":["ub-interstitial_640x480"]};
/* ]]> */
</script>
<script id="advanced-ads-layer-footer-js-js" src="https://universitybusiness.com/wp-content/plugins/advanced-ads-layer/public/assets/js/layer.js?ver=1.7.9" type="text/javascript"></script><div class="ad_unit ad-unit text-ad text_ad pub_300x250" style="width: 1px !important; height: 1px !important; position: absolute !important; left: 0px !important; top: 0px !important; overflow: hidden !important;"> </div>
<script id="advanced-ads-sticky-footer-js-js-extra" type="text/javascript">
/* <![CDATA[ */
var advanced_ads_sticky_settings = {"check_position_fixed":"","sticky_class":"distr-sticky","placements":["ub-footer-sticky-ad-728x90"]};
/* ]]> */
</script>
<script id="advanced-ads-sticky-footer-js-js" src="https://universitybusiness.com/wp-content/plugins/advanced-ads-sticky-ads/public/assets/js/sticky.js?ver=1.8.6" type="text/javascript"></script>
<script id="advanced-ads-pro/front-js-extra" type="text/javascript">
/* <![CDATA[ */
var advanced_ads_cookies = {"cookie_path":"\/","cookie_domain":""};
var advadsCfpInfo = {"cfpExpHours":"3","cfpClickLimit":"3","cfpBan":"7","cfpPath":"","cfpDomain":""};
/* ]]> */
</script>
<script id="advanced-ads-pro/front-js" src="https://universitybusiness.com/wp-content/plugins/advanced-ads-pro/assets/js/advanced-ads-pro.min.js?ver=2.28.0" type="text/javascript"></script>
<script id="underscore-js" src="https://universitybusiness.com/wp-includes/js/underscore.min.js?ver=1.13.4" type="text/javascript"></script>
<script id="tdb_js_posts_autoload-js" src="https://universitybusiness.com/wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload.min.js?ver=4173294bcf58591c4439ff8ccd792f1ex" type="text/javascript"></script>
<script id="td-site-min-js" src="https://universitybusiness.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=11.5.1" type="text/javascript"></script>
<script id="advadsTrackingScript-js-extra" type="text/javascript">
/* <![CDATA[ */
var advadsTracking = {"impressionActionName":"aatrack-records","clickActionName":"aatrack-click","targetClass":"distr-target","blogId":"1","frontendPrefix":"distr-"};
/* ]]> */
</script>
<script id="advadsTrackingScript-js" src="https://universitybusiness.com/wp-content/plugins/advanced-ads-tracking/public/assets/js/dist/tracking.min.js?ver=2.8.1" type="text/javascript"></script>
<script id="advadsTrackingDelayed-js" src="https://universitybusiness.com/wp-content/plugins/advanced-ads-tracking/public/assets/js/dist/delayed.min.js?ver=2.8.1" type="text/javascript"></script>
<script id="tdb_js_files_for_front-js" src="https://universitybusiness.com/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js?ver=4173294bcf58591c4439ff8ccd792f1ex" type="text/javascript"></script>
<script id="soliloquy-script-js-extra" type="text/javascript">
/* <![CDATA[ */
var soliloquy_ajax = {"ajax":"https:\/\/universitybusiness.com\/wp-admin\/admin-ajax.php","ajax_nonce":"dcc757869d"};
/* ]]> */
</script>
<script id="soliloquy-script-js" src="https://universitybusiness.com/wp-content/plugins/soliloquy/assets/js/min/soliloquy-min.js?ver=2.5.9" type="text/javascript"></script>
<script>window.advads_admin_bar_items = [{"title":"UB GAM: Box_Sidebar","type":"ad"},{"title":"UB GAM: House_300x100","type":"ad"},{"title":"UB Footer Sticky Ad 728x90","type":"placement"},{"title":"UB GAM: Footer","type":"ad"}];</script><script>window.advads_passive_placements = {"ub-leader-board-ros_1":{"elementid":["distr-42422adf05b63ed1ad2e0642cb6687d5"],"ads":{"584":{"id":584,"title":"UB GAM: Leaderboard","expiry_date":0,"visitors":[{"type":"device_width","operator":"is_higher","value":"768","connector":"and"}],"content":"<div class=\"distr-ub-leader-board-ros distr-target\" style=\"margin-bottom: -54px; \" id=\"distr-1016177044\" data-distr-trackid=\"584\" data-distr-trackbid=\"1\"><script async=\"async\" src=\"https:\/\/securepubads.g.doubleclick.net\/tag\/js\/gpt.js\"><\/script>\n<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];<\/script>\n<div id=\"gpt-ad-1114808260653-0\">\n <script>\n\tgoogletag.cmd.push(function() {\n\t\tvar mapping = googletag.sizeMapping().\naddSize([0, 0], [[728, 90], [970, 90]]).\nbuild();\n\t\tgoogletag.defineSlot( '\/21804713356\/universitybusiness\/Leaderboard', [[728,90],[970,250],[970,90]], 'gpt-ad-1114808260653-0' )\n\t\t.addService(googletag.pubads()).defineSizeMapping(mapping).setCollapseEmptyDiv(true);\n\t\t\t\twindow.advadsGamEmptySlotsTimers = window.advadsGamEmptySlotsTimers || {};\n\t\tconst timers = window.advadsGamEmptySlotsTimers;\n\n\t\ttimers['gpt-ad-1114808260653-0'] = setTimeout( function () {\n\t\t\tconst id = 'gpt-ad-1114808260653-0';\n\t\t\tdocument.dispatchEvent( new CustomEvent( 'aagam_empty_slot', {detail: id} ) );\n\t\t\tdelete ( timers[id] );\n\t\t}, 1000 );\n\n\t\tif ( typeof window.advadsGamHasEmptySlotListener === 'undefined' ) {\n\t\t\tgoogletag.pubads().addEventListener( 'slotRequested', function ( ev ) {\n\t\t\t\tconst id = ev.slot.getSlotElementId();\n\t\t\t\tif ( typeof timers[id] === 'undefined' ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tclearTimeout( timers[id] );\n\t\t\t\ttimers[id] = setTimeout( function () {\n\t\t\t\t\tdocument.dispatchEvent( new CustomEvent( 'aagam_empty_slot', {detail: id} ) );\n\t\t\t\t\tdelete ( timers[id] );\n\t\t\t\t}, 2500 );\n\t\t\t} );\n\t\t\tgoogletag.pubads().addEventListener( 'slotResponseReceived', function ( ev ) {\n\t\t\t\tconst id = ev.slot.getSlotElementId();\n\t\t\t\tif ( typeof timers[id] !== 'undefined' ) {\n\t\t\t\t\tclearTimeout( timers[id] );\n\t\t\t\t\tdelete ( timers[id] );\n\t\t\t\t}\n\t\t\t\tif ( ! ev.slot.getResponseInformation() ) {\n\t\t\t\t\tdocument.dispatchEvent( new CustomEvent( 'aagam_empty_slot', {detail: id} ) );\n\t\t\t\t}\n\t\t\t} );\n\t\t\twindow.advadsGamHasEmptySlotListener = true;\n\t\t}\n\n\t\tgoogletag.enableServices();\n\t\tgoogletag.display( 'gpt-ad-1114808260653-0' );\n\t} );\n <\/script>\n<\/div>\n<\/div>","once_per_page":0,"debugmode":false,"blog_id":1,"type":"gam","position":"none","tracking_enabled":true,"privacy":{"ignore":false,"needs_consent":false}}},"type":"ad","id":584,"placement_info":{"type":"default","name":"UB Leader Board ROS","item":"ad_584","options":{"placement_position":"","lazy_load":"enabled"},"id":"ub-leader-board-ros"},"test_id":null,"inject_before":[""]},"ub-leader-board-mobile-ros_3":{"elementid":["distr-3038e853a01dbcf9c5da7fbe3ee1ac5e"],"ads":{"607":{"id":607,"title":"UB GAM: Leader Mobile","expiry_date":0,"visitors":[{"type":"device_width","operator":"is_lower","value":"767","connector":"and"}],"content":"<div class=\"distr-ub-leader-board-mobile-ros distr-target\" id=\"distr-2090029329\" data-distr-trackid=\"607\" data-distr-trackbid=\"1\"><script async=\"async\" src=\"https:\/\/securepubads.g.doubleclick.net\/tag\/js\/gpt.js\"><\/script>\n<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];<\/script>\n<div id=\"gpt-ad-1271211568338-0\">\n <script>\n\tgoogletag.cmd.push(function() {\n\t\t\t\tgoogletag.defineSlot( '\/21804713356\/universitybusiness\/Leader_Mobile', [300,50], 'gpt-ad-1271211568338-0' )\n\t\t.addService(googletag.pubads()).setCollapseEmptyDiv(true);\n\t\t\t\twindow.advadsGamEmptySlotsTimers = window.advadsGamEmptySlotsTimers || {};\n\t\tconst timers = window.advadsGamEmptySlotsTimers;\n\n\t\ttimers['gpt-ad-1271211568338-0'] = setTimeout( function () {\n\t\t\tconst id = 'gpt-ad-1271211568338-0';\n\t\t\tdocument.dispatchEvent( new CustomEvent( 'aagam_empty_slot', {detail: id} ) );\n\t\t\tdelete ( timers[id] );\n\t\t}, 1000 );\n\n\t\tif ( typeof window.advadsGamHasEmptySlotListener === 'undefined' ) {\n\t\t\tgoogletag.pubads().addEventListener( 'slotRequested', function ( ev ) {\n\t\t\t\tconst id = ev.slot.getSlotElementId();\n\t\t\t\tif ( typeof timers[id] === 'undefined' ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tclearTimeout( timers[id] );\n\t\t\t\ttimers[id] = setTimeout( function () {\n\t\t\t\t\tdocument.dispatchEvent( new CustomEvent( 'aagam_empty_slot', {detail: id} ) );\n\t\t\t\t\tdelete ( timers[id] );\n\t\t\t\t}, 2500 );\n\t\t\t} );\n\t\t\tgoogletag.pubads().addEventListener( 'slotResponseReceived', function ( ev ) {\n\t\t\t\tconst id = ev.slot.getSlotElementId();\n\t\t\t\tif ( typeof timers[id] !== 'undefined' ) {\n\t\t\t\t\tclearTimeout( timers[id] );\n\t\t\t\t\tdelete ( timers[id] );\n\t\t\t\t}\n\t\t\t\tif ( ! ev.slot.getResponseInformation() ) {\n\t\t\t\t\tdocument.dispatchEvent( new CustomEvent( 'aagam_empty_slot', {detail: id} ) );\n\t\t\t\t}\n\t\t\t} );\n\t\t\twindow.advadsGamHasEmptySlotListener = true;\n\t\t}\n\n\t\tgoogletag.enableServices();\n\t\tgoogletag.display( 'gpt-ad-1271211568338-0' );\n\t} );\n <\/script>\n<\/div>\n<\/div>","once_per_page":0,"debugmode":false,"blog_id":1,"type":"gam","position":"","tracking_enabled":true,"privacy":{"ignore":false,"needs_consent":false}}},"type":"ad","id":607,"placement_info":{"type":"default","name":"UB Leader Board Mobile ROS","item":"ad_607","options":{"placement_position":"","lazy_load":"enabled"},"id":"ub-leader-board-mobile-ros"},"test_id":null,"inject_before":[""]},"gam-box_inline-post_5":{"elementid":["distr-126947f9c7f62930de1aad110806d2aa"],"ads":{"599":{"id":599,"title":"UB GAM: Box_Inline","expiry_date":0,"visitors":[],"content":"<div class=\"distr-gam-box_inline-post distr-target\" style=\"float: left; margin-top: 10px; margin-right: 30px; margin-bottom: 10px; \" id=\"distr-2076757694\" data-distr-trackid=\"599\" data-distr-trackbid=\"1\"><script async=\"async\" src=\"https:\/\/securepubads.g.doubleclick.net\/tag\/js\/gpt.js\"><\/script>\n<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];<\/script>\n<div id=\"gpt-ad-6667447633410-0\">\n <script>\n\tgoogletag.cmd.push(function() {\n\t\t\t\tgoogletag.defineSlot( '\/21804713356\/universitybusiness\/Box_Inline', [300,250], 'gpt-ad-6667447633410-0' )\n\t\t.addService(googletag.pubads()).setCollapseEmptyDiv(true);\n\t\t\t\twindow.advadsGamEmptySlotsTimers = window.advadsGamEmptySlotsTimers || {};\n\t\tconst timers = window.advadsGamEmptySlotsTimers;\n\n\t\ttimers['gpt-ad-6667447633410-0'] = setTimeout( function () {\n\t\t\tconst id = 'gpt-ad-6667447633410-0';\n\t\t\tdocument.dispatchEvent( new CustomEvent( 'aagam_empty_slot', {detail: id} ) );\n\t\t\tdelete ( timers[id] );\n\t\t}, 1000 );\n\n\t\tif ( typeof window.advadsGamHasEmptySlotListener === 'undefined' ) {\n\t\t\tgoogletag.pubads().addEventListener( 'slotRequested', function ( ev ) {\n\t\t\t\tconst id = ev.slot.getSlotElementId();\n\t\t\t\tif ( typeof timers[id] === 'undefined' ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tclearTimeout( timers[id] );\n\t\t\t\ttimers[id] = setTimeout( function () {\n\t\t\t\t\tdocument.dispatchEvent( new CustomEvent( 'aagam_empty_slot', {detail: id} ) );\n\t\t\t\t\tdelete ( timers[id] );\n\t\t\t\t}, 2500 );\n\t\t\t} );\n\t\t\tgoogletag.pubads().addEventListener( 'slotResponseReceived', function ( ev ) {\n\t\t\t\tconst id = ev.slot.getSlotElementId();\n\t\t\t\tif ( typeof timers[id] !== 'undefined' ) {\n\t\t\t\t\tclearTimeout( timers[id] );\n\t\t\t\t\tdelete ( timers[id] );\n\t\t\t\t}\n\t\t\t\tif ( ! ev.slot.getResponseInformation() ) {\n\t\t\t\t\tdocument.dispatchEvent( new CustomEvent( 'aagam_empty_slot', {detail: id} ) );\n\t\t\t\t}\n\t\t\t} );\n\t\t\twindow.advadsGamHasEmptySlotListener = true;\n\t\t}\n\n\t\tgoogletag.enableServices();\n\t\tgoogletag.display( 'gpt-ad-6667447633410-0' );\n\t} );\n <\/script>\n<\/div>\n<\/div>","once_per_page":0,"debugmode":false,"blog_id":1,"type":"gam","position":"left","tracking_enabled":true,"privacy":{"ignore":false,"needs_consent":false}}},"type":"ad","id":599,"placement_info":{"type":"post_content","name":"GAM Box_Inline Post","item":"ad_599","options":{"placement_position":"left","lazy_load":"enabled"},"key":"gam-box_inline-post","id":"gam-box_inline-post"},"test_id":null,"inject_before":[""]},"ub-interstitial_640x480_7":{"elementid":["distr-c302c81f4bf187e52918e0eb433a0810"],"ads":{"615":{"id":615,"title":"UB GAM Interstitial 640x480 New","expiry_date":0,"visitors":[{"type":"ad_impressions","value":"1","timeout":"3600"}],"content":"<div class=\"distr-ub-interstitial_640x480 distr-target distr-layer distr-layer-onload advads-has-background advads-close is-sticky\" id=\"distr-542871840\" data-distr-trackid=\"615\" data-distr-trackbid=\"1\" data-auto-close-delay=\"10000\" data-position=\"center\" style=\"display: none; z-index: 9999; position: fixed; margin-left: -0px; margin-bottom: -0px; bottom: 50%; left: 50%; \"><span class=\"distr-close-button\" title=\"close\" style=\"width: 15px; height: 15px; background: #fff; position: relative; line-height: 15px; text-align: center; cursor: pointer; z-index: 10000; right:0;float: right; margin-left: -15px;\">\u00d7<\/span><script async=\"async\" src=\"https:\/\/securepubads.g.doubleclick.net\/tag\/js\/gpt.js\"><\/script>\n<script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];<\/script>\n<div id=\"gpt-ad-2867689783882-0\">\n <script>\n\tgoogletag.cmd.push(function() {\n\t\tvar mapping = googletag.sizeMapping().\naddSize([639, 0], [640, 480]).\naddSize([1, 0], [300, 250]).\naddSize([0, 0], []).\nbuild();\n\t\tgoogletag.defineSlot( '\/21804713356\/universitybusiness\/Interstitial_640x480', [[300,250],[640,480]], 'gpt-ad-2867689783882-0' )\n\t\t.addService(googletag.pubads()).defineSizeMapping(mapping).setCollapseEmptyDiv(true);\n\t\t\t\twindow.advadsGamEmptySlotsTimers = window.advadsGamEmptySlotsTimers || {};\n\t\tconst timers = window.advadsGamEmptySlotsTimers;\n\n\t\ttimers['gpt-ad-2867689783882-0'] = setTimeout( function () {\n\t\t\tconst id = 'gpt-ad-2867689783882-0';\n\t\t\tdocument.dispatchEvent( new CustomEvent( 'aagam_empty_slot', {detail: id} ) );\n\t\t\tdelete ( timers[id] );\n\t\t}, 1000 );\n\n\t\tif ( typeof window.advadsGamHasEmptySlotListener === 'undefined' ) {\n\t\t\tgoogletag.pubads().addEventListener( 'slotRequested', function ( ev ) {\n\t\t\t\tconst id = ev.slot.getSlotElementId();\n\t\t\t\tif ( typeof timers[id] === 'undefined' ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tclearTimeout( timers[id] );\n\t\t\t\ttimers[id] = setTimeout( function () {\n\t\t\t\t\tdocument.dispatchEvent( new CustomEvent( 'aagam_empty_slot', {detail: id} ) );\n\t\t\t\t\tdelete ( timers[id] );\n\t\t\t\t}, 2500 );\n\t\t\t} );\n\t\t\tgoogletag.pubads().addEventListener( 'slotResponseReceived', function ( ev ) {\n\t\t\t\tconst id = ev.slot.getSlotElementId();\n\t\t\t\tif ( typeof timers[id] !== 'undefined' ) {\n\t\t\t\t\tclearTimeout( timers[id] );\n\t\t\t\t\tdelete ( timers[id] );\n\t\t\t\t}\n\t\t\t\tif ( ! ev.slot.getResponseInformation() ) {\n\t\t\t\t\tdocument.dispatchEvent( new CustomEvent( 'aagam_empty_slot', {detail: id} ) );\n\t\t\t\t}\n\t\t\t} );\n\t\t\twindow.advadsGamHasEmptySlotListener = true;\n\t\t}\n\n\t\tgoogletag.enableServices();\n\t\tgoogletag.display( 'gpt-ad-2867689783882-0' );\n\t} );\n <\/script>\n<\/div>\n<\/div><script>( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {if( advads.get_cookie( \"advanced_ads_ad_impressions_615_timeout\" ) ) {if( advads.get_cookie( \"advanced_ads_ad_impressions_615\" ) ) {var advanced_ads_ad_impressions_615 = parseInt( advads.get_cookie( \"advanced_ads_ad_impressions_615\" ) ) + 1;} else { var advanced_ads_ad_impressions_615 = 1; }} else {var advanced_ads_ad_impressions_615 = 1;advads.set_cookie_sec(\"advanced_ads_ad_impressions_615_timeout\", \"true\", 3600 );}advads.set_cookie_sec(\"advanced_ads_ad_impressions_615\", advanced_ads_ad_impressions_615, 3600 );});<\/script><script>( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {advads_items.close_functions[ 'distr-542871840' ] = function() {advads.close( '#distr-542871840' ); if ( can_remove_background ( 'distr-542871840' ) ) { jQuery( \".advads-background\" ).remove(); }; };jQuery( '#distr-542871840' ).on( 'click', '.distr-close-button', function() { var close_function = advads_items.close_functions[ 'distr-542871840' ];if ( typeof close_function === 'function' ) {close_function(); }});});<\/script>","once_per_page":0,"debugmode":false,"blog_id":1,"type":"gam","position":"none","tracking_enabled":true,"privacy":{"ignore":false,"needs_consent":false}}},"type":"ad","id":615,"placement_info":{"type":"layer","name":"UB Interstitial_640x480","item":"ad_615","options":{"layer_placement":{"trigger":"","offset":"0","delay_sec":"0","effect":"show","duration":"0","background":"1","auto_close":{"trigger":"timeout","delay":"10"},"close":{"enabled":"1","where":"inside","side":"right","timeout":"0"},"sticky":{"assistant":"center","position":{"width":"0","height":"0"}}}},"id":"ub-interstitial_640x480"},"test_id":null,"inject_before":[""]}};
window.advads_has_ads = [["600","ad","UB GAM: Box_Sidebar","off"],["603","ad","UB GAM: House_300x100","off"],["601","ad","UB GAM: Footer","off"]];
( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {if ( !window.advanced_ads_pro ) {console.log("Advanced Ads Pro: cache-busting can not be initialized");} });</script><script type="text/javascript">
_linkedin_partner_id = "4387356";
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
window._linkedin_data_partner_ids.push(_linkedin_partner_id);
</script><script type="text/javascript">
(function(l) {
if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])};
window.lintrk.q=[]}
var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);})(window.lintrk);
</script>
<noscript>
<img alt="" height="1" src="https://px.ads.linkedin.com/collect/?pid=4387356&fmt=gif" style="display:none;" width="1">
</img></noscript>
<script>!function(){window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[],advanced_ads_ready_queue.push=window.advanced_ads_ready;for(var d=0,a=advanced_ads_ready_queue.length;d<a;d++)advanced_ads_ready(advanced_ads_ready_queue[d])}();</script>
<!-- JS generated by theme -->
<script>
jQuery().ready(function () {
var blockClass = '.tdi_27';
jQuery(blockClass + '.tdb-horiz-menu-singleline > .menu-item-has-children a').click(function (e) {
e.preventDefault();
})
});
jQuery().ready(function () {
var tdbSearchItem = new tdbSearch.item();
//block unique ID
tdbSearchItem.blockUid = 'tdi_44';
tdbSearchItem.blockAtts = '{"results_msg_align":"content-horiz-center","image_floated":"float_left","image_size":"td_300x0","show_btn":"none","show_date":"","show_review":"none","show_com":"none","show_excerpt":"none","show_author":"none","meta_padding":"0 0 0 16px","all_modules_space":"eyJhbGwiOiIxMHB4IiwibGFuZHNjYXBlIjoiMTBweCIsInBvcnRyYWl0IjoiMTBweCJ9","form_padding":"eyJsYW5kc2NhcGUiOiIyMHB4IiwicG9ydHJhaXQiOiIyMHB4In0=","form_border":"0","form_align":"content-horiz-right","results_padding":"eyJhbGwiOiIwIDMwcHggMzBweCIsImxhbmRzY2FwZSI6IjAgMjBweCAyMHB4ICIsInBvcnRyYWl0IjoiMCAyMHB4IDIwcHgifQ==","results_border":"0 0 1px 0","results_msg_padding":"eyJhbGwiOiIxMHB4IDAiLCJsYW5kc2NhcGUiOiI2cHggMCIsInBvcnRyYWl0IjoiNHB4IDAifQ==","modules_divider":"","modules_divider_color":"rgba(127,127,127,0.1)","h_effect":"","image_height":"50","meta_info_horiz":"content-horiz-left","meta_info_align":"","results_msg_color":"#0b2d72","f_title_font_size":"eyJsYW5kc2NhcGUiOiIxNCIsInBvcnRyYWl0IjoiMTIifQ==","f_title_font_weight":"","modules_category":"above","mc1_el":"16","btn_tdicon":"tdc-font-tdmp tdc-font-tdmp-arrow-cut-right","btn_icon_size":"12","btn_padding":"eyJhbGwiOiI4cHggOHB4IiwicG9ydHJhaXQiOiI2cHggMTZweCJ9","btn_icon_space":"10","input_border_color":"rgba(0,0,0,0.05)","btn_shadow_shadow_color":"rgba(0,0,0,0.39)","btn_icon_pos":"after","inline":"yes","input_padding":"0","title_txt_hover":"#0b2d72","form_width":"eyJhbGwiOiI0MDAiLCJwb3J0cmFpdCI6IjUwMCJ9","f_input_font_family":"947","f_placeholder_font_family":"947","f_title_font_family":"947","f_title_font_transform":"","cat_txt_hover":"#000000","tdicon":"td-icon-magnifier-big-rounded","icon_color_h":"#0b2d72","arrow_color":"#d6d6d6","ex_txt":"#a5a5a5","mc1_tl":"16","toggle_txt_pos":"","toggle_txt_color":"#000000","icon_padding":"eyJhbGwiOiIyLjQiLCJwb3J0cmFpdCI6IjMuMSIsImxhbmRzY2FwZSI6IjMuMSJ9","btn_bg_h":"eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiIjMTEwMDIxIiwiY29sb3IyIjoiIzA2MjYzYSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiLTMwIiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoLTMwZGVnLCMwNjI2M2EsIzExMDAyMSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KC0zMGRlZywjMDYyNjNhLCMxMTAwMjEpOyIsImNzc1BhcmFtcyI6Ii0zMGRlZywjMDYyNjNhLCMxMTAwMjEifQ==","form_shadow_shadow_size":"2","form_shadow_shadow_offset_vertical":"0","form_shadow_shadow_color":"rgba(0,0,0,0.11)","f_meta_font_weight":"","f_meta_font_family":"582","modules_category_padding":"3px 4px 2px","input_placeholder":"type here...","input_border":"0 0 2px 0","f_results_msg_font_family":"947","f_results_msg_font_transform":"","f_results_msg_font_weight":"","f_results_msg_font_style":"normal","f_placeholder_font_weight":"","f_input_font_weight":"","placeholder_opacity":"0.01","icon_size":"eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTYiLCJsYW5kc2NhcGUiOiIxNiJ9","float_block":"yes","title_txt":"#051d2d","cat_bg":"#0b2d72","f_ex_font_family":"","f_meta_font_size":"eyJwb3J0cmFpdCI6IjEyIn0=","art_title":"0 0 2px","tdc_css":"eyJwb3J0cmFpdCI6eyJtYXJnaW4tdG9wIjoiMSIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwiYWxsIjp7Im1hcmdpbi10b3AiOiIxIiwiZGlzcGxheSI6IiJ9fQ==","icon_color":"#000000","show_form":"yes","form_offset":"1","btn_bg":"#0b2d72","modules_on_row":"","results_msg_color_h":"#0b2d72","author_txt":"#000000","author_txt_hover":"#000000","f_meta_font_line_height":"1","f_meta_font_style":"italic","f_cat_font_family":"582","f_cat_font_weight":"","f_cat_font_transform":"uppercase","f_cat_font_spacing":"1","modules_category_margin":"0 0 7px 0","date_txt":"#000000","show_cat":"none","form_align_screen":"","image_width":"40","form_border_color":"#ebebeb","image_alignment":"40","block_type":"tdb_header_search","disable_trigger":"","show_results":"yes","separator":"","disable_live_search":"","exclude_pages":"","exclude_posts":"","toggle_txt":"","toggle_txt_align":"0","toggle_txt_space":"","toggle_horiz_align":"content-horiz-left","form_offset_left":"","form_content_width":"","placeholder_travel":"0","input_radius":"","btn_text":"Search","btn_icon_align":"0","btn_margin":"","btn_border":"","btn_radius":"","results_msg_border":"","mc1_title_tag":"","results_limit":"","modules_gap":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_width":"","meta_margin":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","art_btn":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_space":"","review_size":"2.5","review_distance":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","btn_title":"","btn_border_width":"","form_general_bg":"","toggle_txt_color_h":"","f_toggle_txt_font_header":"","f_toggle_txt_font_title":"Text","f_toggle_txt_font_settings":"","f_toggle_txt_font_family":"","f_toggle_txt_font_size":"","f_toggle_txt_font_line_height":"","f_toggle_txt_font_style":"","f_toggle_txt_font_weight":"","f_toggle_txt_font_transform":"","f_toggle_txt_font_spacing":"","f_toggle_txt_":"","form_bg":"","form_shadow_shadow_header":"","form_shadow_shadow_title":"Shadow","form_shadow_shadow_offset_horizontal":"","form_shadow_shadow_spread":"","input_color":"","placeholder_color":"","input_bg":"","input_shadow_shadow_header":"","input_shadow_shadow_title":"Input shadow","input_shadow_shadow_size":"","input_shadow_shadow_offset_horizontal":"","input_shadow_shadow_offset_vertical":"","input_shadow_shadow_spread":"","input_shadow_shadow_color":"","btn_color":"","btn_color_h":"","btn_icon_color":"","btn_icon_color_h":"","btn_border_color":"","btn_border_color_h":"","btn_shadow_shadow_header":"","btn_shadow_shadow_title":"Button shadow","btn_shadow_shadow_size":"","btn_shadow_shadow_offset_horizontal":"","btn_shadow_shadow_offset_vertical":"","btn_shadow_shadow_spread":"","f_input_font_header":"","f_input_font_title":"Input text","f_input_font_settings":"","f_input_font_size":"","f_input_font_line_height":"","f_input_font_style":"","f_input_font_transform":"","f_input_font_spacing":"","f_input_":"","f_placeholder_font_title":"Placeholder text","f_placeholder_font_settings":"","f_placeholder_font_size":"","f_placeholder_font_line_height":"","f_placeholder_font_style":"","f_placeholder_font_transform":"","f_placeholder_font_spacing":"","f_placeholder_":"","f_btn_font_title":"Button text","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","results_bg":"","results_border_color":"","results_msg_bg":"","results_msg_border_color":"","f_results_msg_font_header":"","f_results_msg_font_title":"Text","f_results_msg_font_settings":"","f_results_msg_font_size":"","f_results_msg_font_line_height":"","f_results_msg_font_spacing":"","f_results_msg_":"","m_bg":"","color_overlay":"","shadow_module_shadow_header":"","shadow_module_shadow_title":"Module Shadow","shadow_module_shadow_size":"","shadow_module_shadow_offset_horizontal":"","shadow_module_shadow_offset_vertical":"","shadow_module_shadow_spread":"","shadow_module_shadow_color":"","all_underline_height":"","all_underline_color":"#000","cat_bg_hover":"","cat_txt":"","cat_border":"","cat_border_hover":"","meta_bg":"","com_bg":"","com_txt":"","rev_txt":"","shadow_meta_shadow_header":"","shadow_meta_shadow_title":"Meta info shadow","shadow_meta_shadow_size":"","shadow_meta_shadow_offset_horizontal":"","shadow_meta_shadow_offset_vertical":"","shadow_meta_shadow_spread":"","shadow_meta_shadow_color":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border_hover":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_line_height":"","f_title_font_style":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","el_class":"","block_template_id":"","td_column_number":1,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","border_top":"","css":"","class":"tdi_44","tdc_css_class":"tdi_44","tdc_css_class_style":"tdi_44_rand_style"}';
tdbSearchItem.jqueryObj = jQuery('.tdi_44');
tdbSearchItem._openSearchFormClass = 'tdb-drop-down-search-open';
tdbSearchItem._resultsLimit = '4';
tdbSearch.addItem( tdbSearchItem );
});
/* global jQuery:{} */
jQuery().ready(function () {
var tdbMenuItem = new tdbMenu.item();
tdbMenuItem.blockUid = 'tdi_49';
tdbMenuItem.jqueryObj = jQuery('.tdi_49');
tdbMenuItem.isMegaMenuFull = true;
tdbMenu.addItem(tdbMenuItem);
});
jQuery().ready(function () {
var blockClass = '.tdi_60';
jQuery(blockClass + '.tdb-horiz-menu-singleline > .menu-item-has-children a').click(function (e) {
e.preventDefault();
})
});
/* global jQuery:{} */
jQuery().ready(function () {
var tdbMenuItem = new tdbMenu.item();
tdbMenuItem.blockUid = 'tdi_65';
tdbMenuItem.jqueryObj = jQuery('.tdi_65');
tdbMenuItem.isMegaMenuFull = true;
tdbMenu.addItem(tdbMenuItem);
});
jQuery().ready(function jQuery_ready() {
tdAjaxCount.tdGetViewsCountsAjax("post","[19038]");
});
</script>
<script type="text/javascript">
if ( typeof soliloquy_slider === 'undefined' || false === soliloquy_slider ) {soliloquy_slider = {};}var soliloquy_width_16960 = jQuery('#soliloquy-container-16960').width() < 960 ? 960 : jQuery('#soliloquy-container-16960').width();jQuery('#soliloquy-container-16960').css('height', Math.round(soliloquy_width_16960/(960/500))).fadeTo(300, 1);jQuery(document).ready(function($){var soliloquy_container_16960 = $('#soliloquy-container-16960'),soliloquy_16960 = $('#soliloquy-16960'),soliloquy_holder_16960 = $('#soliloquy-16960').find('.soliloquy-preload');if ( 0 !== soliloquy_holder_16960.length ) {var soliloquy_src_attr = 'data-soliloquy-src';soliloquy_holder_16960.each(function() {var soliloquy_src = $(this).attr(soliloquy_src_attr);if ( typeof soliloquy_src === 'undefined' || false === soliloquy_src ) {return;}var soliloquy_image = new Image();soliloquy_image.src = soliloquy_src;$(this).attr('src', soliloquy_src).removeAttr(soliloquy_src_attr);});}soliloquy_slider['16960'] = soliloquy_16960.soliloquy({slideSelector: '.soliloquy-item',speed: 400,pause: 5000,auto: 1,keyboard: 1,useCSS: 1,startSlide: 0,autoHover: 0,autoDelay: 0,adaptiveHeight: 1,adaptiveHeightSpeed: 400,infiniteLoop: 1,mode: 'fade',pager: 1,controls: 1,autoControls: 0,autoControlsCombine: 0,nextText: '',prevText: '',startText: '',stopText: '',onSliderLoad: function(currentIndex){soliloquy_container_16960.find('.soliloquy-active-slide').removeClass('soliloquy-active-slide').attr('aria-hidden','true');soliloquy_container_16960.css({'height':'auto','background-image':'none'});if ( soliloquy_container_16960.find('.soliloquy-slider li').length > 1 ) {soliloquy_container_16960.find('.soliloquy-controls').fadeTo(300, 1);} else {soliloquy_container_16960.find('.soliloquy-controls').addClass('soliloquy-hide');}soliloquy_16960.find('.soliloquy-item:not(.soliloquy-clone):eq(' + currentIndex + ')').addClass('soliloquy-active-slide').attr('aria-hidden','false');$('.soliloquy-clone .soliloquy-video-holder').remove();soliloquy_container_16960.find('.soliloquy-controls-direction').attr('aria-label','carousel buttons').attr('aria-controls', 'soliloquy-container-16960');soliloquy_container_16960.find('.soliloquy-controls-direction a.soliloquy-prev').attr('aria-label','previous');soliloquy_container_16960.find('.soliloquy-controls-direction a.soliloquy-next').attr('aria-label','next');$(window).trigger('resize');soliloquy_container_16960.parent().attr('data-soliloquy-loaded', 1);},onSlideBefore: function(element, oldIndex, newIndex, oldelm ){soliloquy_container_16960.find('.soliloquy-active-slide').removeClass('soliloquy-active-slide').attr('aria-hidden','true');$(element).addClass('soliloquy-active-slide').attr('aria-hidden','false');},onSlideAfter: function(element, oldIndex, newIndex){}});}); </script>
<script id="distr-tracking">var advads_tracking_ads = {"1":[600,603,601]};var advads_tracking_urls = {"1":"https:\/\/universitybusiness.com\/wp-content\/ajax-handler.php"};var advads_tracking_methods = {"1":"frontend"};var advads_tracking_parallel = {"1":false};var advads_tracking_linkbases = {"1":"https:\/\/universitybusiness.com\/linkout\/"};</script><iframe allow="join-ad-interest-group" data-load-time="1733943526959" data-tagging-id="G-H68TQ59GEX" height="0" src="https://td.doubleclick.net/td/ga/rul?tid=G-H68TQ59GEX&gacid=501796797.1733943527&gtm=45je4ca0v9121321311za200&dma=0&gcd=13l3l3l3l1l1&npa=0&pscdl=noapi&aip=1&fledge=1&frm=0&tag_exp=101925629~102067555~102067808~102081485~102198177&z=273262068" style="display: none; visibility: hidden;" width="0"></iframe>
<iframe id="google_ads_top_frame" name="google_ads_top_frame" style="display: none; position: fixed; left: -999px; top: -999px; width: 0px; height: 0px;"></iframe><div class="advads-background" style="position: fixed; bottom: 0; right: 0; display: block; width: 100%; height: 100%; background: #000; z-index: 9998; opacity:.5;"></div><iframe height="0" src="https://ep2.adtrafficquality.google/sodar/sodar2/232/runner.html" style="display: none;" width="0"></iframe><iframe height="0" src="https://www.google.com/recaptcha/api2/aframe" style="display: none;" width="0"></iframe></body><iframe name="goog_topics_frame" src="https://securepubads.g.doubleclick.net/static/topics/topics_frame.html" style="display: none;"></iframe></html>
In [70]:
headers = soup_doc.find('table')
headers
Out[70]:
<table style="border-collapse: collapse; width: 100%; height: 442px;"> <tbody> <tr style="height: 52px;"> <td style="width: 25%; height: 52px; border-style: hidden;"><strong>Institution</strong></td> <td style="width: 25%; height: 52px; border-style: hidden;"><strong>State</strong></td> <td style="width: 25%; height: 52px; border-style: hidden;"><strong>Financial aid package</strong></td> <td style="width: 25%; height: 52px; border-style: hidden;"><strong># of international students</strong></td> </tr> <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">1. Wellesley College</td> <td style="width: 25%; height: 26px; border-style: hidden;">Mass.</td> <td style="width: 25%; height: 26px; border-style: hidden;" width="81"> $78,432</td> <td style="width: 25%; height: 26px; border-style: hidden;">82</td> </tr> <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">2. Haverford College</td> <td style="width: 25%; height: 26px; border-style: hidden;">Pa.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $76,600</td> <td style="width: 25%; height: 26px; border-style: hidden;">55</td> </tr> <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">3. Washington and Lee University</td> <td style="width: 25%; height: 26px; border-style: hidden;">Va.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $75,605</td> <td style="width: 25%; height: 26px; border-style: hidden;">84</td> </tr> <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">4. Wesleyan University</td> <td style="width: 25%; height: 26px; border-style: hidden;">Conn.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $75,536</td> <td style="width: 25%; height: 26px; border-style: hidden;">92</td> </tr> <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">5. Dartmouth College</td> <td style="width: 25%; height: 26px; border-style: hidden;">N.H.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $75,460</td> <td style="width: 25%; height: 26px; border-style: hidden;">327</td> </tr> <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">6. Duke University</td> <td style="width: 25%; height: 26px; border-style: hidden;">N.C.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $72,325</td> <td style="width: 25%; height: 26px; border-style: hidden;">174</td> </tr> <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">7. Stanford University</td> <td style="width: 25%; height: 26px; border-style: hidden;">Calif.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $72,000</td> <td style="width: 25%; height: 26px; border-style: hidden;">245</td> </tr> <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">8. Amherst College</td> <td style="width: 25%; height: 26px; border-style: hidden;">Mass.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $71,655</td> <td style="width: 25%; height: 26px; border-style: hidden;">160</td> </tr> <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">9. Vassar College</td> <td style="width: 25%; height: 26px; border-style: hidden;">N.Y.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $71,036</td> <td style="width: 25%; height: 26px; border-style: hidden;">67</td> </tr> <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">10. Barnard College</td> <td style="width: 25%; height: 26px; border-style: hidden;">N.Y.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $70,735</td> <td style="width: 25%; height: 26px; border-style: hidden;">35</td> </tr> <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">11. Yale University</td> <td style="width: 25%; height: 26px; border-style: hidden;">Conn.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $70,728</td> <td style="width: 25%; height: 26px; border-style: hidden;">382</td> </tr> <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">12. Skidmore College</td> <td style="width: 25%; height: 26px; border-style: hidden;">N.Y.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $70,700</td> <td style="width: 25%; height: 26px; border-style: hidden;">97</td> </tr> <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">13. Williams College</td> <td style="width: 25%; height: 26px; border-style: hidden;">Mass.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $70,439</td> <td style="width: 25%; height: 26px; border-style: hidden;">114</td> </tr> <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">14. Swarthmore College</td> <td style="width: 25%; height: 26px; border-style: hidden;">Pa.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $69,797</td> <td style="width: 25%; height: 26px; border-style: hidden;">73</td> </tr> <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">15. Harvard University</td> <td style="width: 25%; height: 26px; border-style: hidden;">Mass.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $69,771</td> <td style="width: 25%; height: 26px; border-style: hidden;">651</td> </tr> </tbody> </table>
In [71]:
tr_tags=headers.find_all('tr')[1:]
tr_tags
Out[71]:
[<tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">1. Wellesley College</td> <td style="width: 25%; height: 26px; border-style: hidden;">Mass.</td> <td style="width: 25%; height: 26px; border-style: hidden;" width="81"> $78,432</td> <td style="width: 25%; height: 26px; border-style: hidden;">82</td> </tr>, <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">2. Haverford College</td> <td style="width: 25%; height: 26px; border-style: hidden;">Pa.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $76,600</td> <td style="width: 25%; height: 26px; border-style: hidden;">55</td> </tr>, <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">3. Washington and Lee University</td> <td style="width: 25%; height: 26px; border-style: hidden;">Va.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $75,605</td> <td style="width: 25%; height: 26px; border-style: hidden;">84</td> </tr>, <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">4. Wesleyan University</td> <td style="width: 25%; height: 26px; border-style: hidden;">Conn.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $75,536</td> <td style="width: 25%; height: 26px; border-style: hidden;">92</td> </tr>, <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">5. Dartmouth College</td> <td style="width: 25%; height: 26px; border-style: hidden;">N.H.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $75,460</td> <td style="width: 25%; height: 26px; border-style: hidden;">327</td> </tr>, <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">6. Duke University</td> <td style="width: 25%; height: 26px; border-style: hidden;">N.C.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $72,325</td> <td style="width: 25%; height: 26px; border-style: hidden;">174</td> </tr>, <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">7. Stanford University</td> <td style="width: 25%; height: 26px; border-style: hidden;">Calif.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $72,000</td> <td style="width: 25%; height: 26px; border-style: hidden;">245</td> </tr>, <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">8. Amherst College</td> <td style="width: 25%; height: 26px; border-style: hidden;">Mass.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $71,655</td> <td style="width: 25%; height: 26px; border-style: hidden;">160</td> </tr>, <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">9. Vassar College</td> <td style="width: 25%; height: 26px; border-style: hidden;">N.Y.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $71,036</td> <td style="width: 25%; height: 26px; border-style: hidden;">67</td> </tr>, <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">10. Barnard College</td> <td style="width: 25%; height: 26px; border-style: hidden;">N.Y.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $70,735</td> <td style="width: 25%; height: 26px; border-style: hidden;">35</td> </tr>, <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">11. Yale University</td> <td style="width: 25%; height: 26px; border-style: hidden;">Conn.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $70,728</td> <td style="width: 25%; height: 26px; border-style: hidden;">382</td> </tr>, <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">12. Skidmore College</td> <td style="width: 25%; height: 26px; border-style: hidden;">N.Y.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $70,700</td> <td style="width: 25%; height: 26px; border-style: hidden;">97</td> </tr>, <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">13. Williams College</td> <td style="width: 25%; height: 26px; border-style: hidden;">Mass.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $70,439</td> <td style="width: 25%; height: 26px; border-style: hidden;">114</td> </tr>, <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">14. Swarthmore College</td> <td style="width: 25%; height: 26px; border-style: hidden;">Pa.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $69,797</td> <td style="width: 25%; height: 26px; border-style: hidden;">73</td> </tr>, <tr style="height: 26px;"> <td style="width: 25%; height: 26px; border-style: hidden;">15. Harvard University</td> <td style="width: 25%; height: 26px; border-style: hidden;">Mass.</td> <td style="width: 25%; height: 26px; border-style: hidden;"> $69,771</td> <td style="width: 25%; height: 26px; border-style: hidden;">651</td> </tr>]
In [72]:
import re
In [73]:
for td_tags in tr_tags:
university_name=td_tags.find_all('td')[0].text
university_name=re.sub(r'^\d+\.\s*', '', university_name)
print(university_name)
Wellesley College Haverford College Washington and Lee University Wesleyan University Dartmouth College Duke University Stanford University Amherst College Vassar College Barnard College Yale University Skidmore College Williams College Swarthmore College Harvard University
In [74]:
universities_list_2=[]
for td_tags in tr_tags:
university_name=td_tags.find_all('td')[0].text
university_name=re.sub(r'^\d+\.\s*', '', university_name)
cost=td_tags.find_all('td')[2].text
universities_list_2.append({'University Name': university_name, 'Financial Package for International Students': cost})
universities_list_2
Out[74]:
[{'University Name': 'Wellesley College',
'Financial Package for International Students': '\xa0$78,432'},
{'University Name': 'Haverford College',
'Financial Package for International Students': '\xa0$76,600'},
{'University Name': 'Washington and Lee University',
'Financial Package for International Students': '\xa0$75,605'},
{'University Name': 'Wesleyan University',
'Financial Package for International Students': '\xa0$75,536'},
{'University Name': 'Dartmouth College',
'Financial Package for International Students': '\xa0$75,460'},
{'University Name': 'Duke University',
'Financial Package for International Students': '\xa0$72,325'},
{'University Name': 'Stanford University',
'Financial Package for International Students': '\xa0$72,000'},
{'University Name': 'Amherst College',
'Financial Package for International Students': '\xa0$71,655'},
{'University Name': 'Vassar College',
'Financial Package for International Students': '\xa0$71,036'},
{'University Name': 'Barnard College',
'Financial Package for International Students': '\xa0$70,735'},
{'University Name': 'Yale University',
'Financial Package for International Students': '\xa0$70,728'},
{'University Name': 'Skidmore College',
'Financial Package for International Students': '\xa0$70,700'},
{'University Name': 'Williams College',
'Financial Package for International Students': '\xa0$70,439'},
{'University Name': 'Swarthmore College',
'Financial Package for International Students': '\xa0$69,797'},
{'University Name': 'Harvard University',
'Financial Package for International Students': '\xa0$69,771'}]
In [84]:
df_3 = pd.DataFrame(universities_list_2)
df_3['University Name'] = df_3['University Name']
df_3
Out[84]:
| University Name | Financial Package for International Students | |
|---|---|---|
| 0 | Wellesley College | $78,432 |
| 1 | Haverford College | $76,600 |
| 2 | Washington and Lee University | $75,605 |
| 3 | Wesleyan University | $75,536 |
| 4 | Dartmouth College | $75,460 |
| 5 | Duke University | $72,325 |
| 6 | Stanford University | $72,000 |
| 7 | Amherst College | $71,655 |
| 8 | Vassar College | $71,036 |
| 9 | Barnard College | $70,735 |
| 10 | Yale University | $70,728 |
| 11 | Skidmore College | $70,700 |
| 12 | Williams College | $70,439 |
| 13 | Swarthmore College | $69,797 |
| 14 | Harvard University | $69,771 |
In [242]:
joined_df = pd.merge(df_3, merged_df, on='University Name', how='outer', indicator=True)
joined_df
Out[242]:
| University Name | Financial Package for International Students | Total Cost | Graduation Rate | Total number of men accepted | Total number of women accepted | URL | Location | Acceptance Rate | International Students | _merge | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | Adelphi University | NaN | NaN | 62% | 73% | 80% | https://www.collegevine.com/schools/hub/all/d/... | South Ave, Garden City, NY 11530 | 78% | 4% | right_only |
| 1 | Adrian College | NaN | NaN | 45% | 75% | 76% | https://www.collegevine.com/schools/hub/all/d/... | 110 S Madison St, Adrian, MI 49221 | 76% | 0% | right_only |
| 2 | Agnes Scott College | NaN | 59161.0 | 68% | 0% | 69% | https://www.collegevine.com/schools/hub/all/d/... | 141 E. College Ave., Decatur, GA 30030 | 70% | 9% | right_only |
| 3 | Albion College | NaN | 67400.0 | 58% | 62% | 73% | https://www.collegevine.com/schools/hub/all/d/... | 611 E Porter St, Albion, MI 49224 | 69% | 2% | right_only |
| 4 | Albright College | NaN | NaN | 53% | 69% | 81% | https://www.collegevine.com/schools/hub/all/d/... | 1621 N. 13th St., Reading, PA 19612 | 76% | 2% | right_only |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 262 | Williams College | $70,439 | 77300.0 | 89% | 9% | 8% | https://www.collegevine.com/schools/hub/all/d/... | 995 Main Street, Williamstown, MA 01267 | 9% | 8% | both |
| 263 | Wittenberg University | NaN | 54386.0 | 58% | 92% | 92% | https://www.collegevine.com/schools/hub/all/d/... | Ward St at N Wittenberg Ave, Springfield, OH 4... | 92% | 1% | right_only |
| 264 | Worcester Polytechnic Institute | NaN | NaN | 81% | 53% | 76% | https://www.collegevine.com/schools/hub/all/d/... | 100 Institute Road, Worcester, MA 01609 | 60% | 12% | right_only |
| 265 | Xavier University | NaN | 58820.0 | 61% | 83% | 84% | https://www.collegevine.com/schools/hub/all/d/... | 3800 Victory Parkway, Cincinnati, OH 45207 | 84% | 3% | right_only |
| 266 | Yale University | $70,728 | 80700.0 | 84% | 5% | 4% | https://www.collegevine.com/schools/hub/all/d/... | Woodbridge Hall, New Haven, CT 06520 | 5% | 17% | both |
267 rows × 11 columns
In [88]:
joined_df
Out[88]:
| University Name | Financial Package for International Students | Total Cost | Graduation Rate | Total number of men accepted | Total number of women accepted | URL | Location | Acceptance Rate | International Students | _merge | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | Adelphi University | NaN | NaN | 62% | 73% | 80% | https://www.collegevine.com/schools/hub/all/d/... | South Ave, Garden City, NY 11530 | 78% | 4% | right_only |
| 1 | Adrian College | NaN | NaN | 45% | 75% | 76% | https://www.collegevine.com/schools/hub/all/d/... | 110 S Madison St, Adrian, MI 49221 | 76% | 0% | right_only |
| 2 | Agnes Scott College | NaN | 59161.0 | 68% | 0% | 69% | https://www.collegevine.com/schools/hub/all/d/... | 141 E. College Ave., Decatur, GA 30030 | 70% | 9% | right_only |
| 3 | Albion College | NaN | 67400.0 | 58% | 62% | 73% | https://www.collegevine.com/schools/hub/all/d/... | 611 E Porter St, Albion, MI 49224 | 69% | 2% | right_only |
| 4 | Albright College | NaN | NaN | 53% | 69% | 81% | https://www.collegevine.com/schools/hub/all/d/... | 1621 N. 13th St., Reading, PA 19612 | 76% | 2% | right_only |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 262 | Williams College | $70,439 | 77300.0 | 89% | 9% | 8% | https://www.collegevine.com/schools/hub/all/d/... | 995 Main Street, Williamstown, MA 01267 | 9% | 8% | both |
| 263 | Wittenberg University | NaN | 54386.0 | 58% | 92% | 92% | https://www.collegevine.com/schools/hub/all/d/... | Ward St at N Wittenberg Ave, Springfield, OH 4... | 92% | 1% | right_only |
| 264 | Worcester Polytechnic Institute | NaN | NaN | 81% | 53% | 76% | https://www.collegevine.com/schools/hub/all/d/... | 100 Institute Road, Worcester, MA 01609 | 60% | 12% | right_only |
| 265 | Xavier University | NaN | 58820.0 | 61% | 83% | 84% | https://www.collegevine.com/schools/hub/all/d/... | 3800 Victory Parkway, Cincinnati, OH 45207 | 84% | 3% | right_only |
| 266 | Yale University | $70,728 | 80700.0 | 84% | 5% | 4% | https://www.collegevine.com/schools/hub/all/d/... | Woodbridge Hall, New Haven, CT 06520 | 5% | 17% | both |
267 rows × 11 columns
In [180]:
df=pd.read_csv('financialaiddata.csv')
df
Out[180]:
| Unnamed: 0 | University Name | State | Type of Aid | Total Cost | International Students | Financial Package for International Students | Percentage of International Students Receiving Aid | |
|---|---|---|---|---|---|---|---|---|
| 0 | 5 | Agnes Scott College | GA | Need & Merit | $62,448 | 2% | $35,518 | 100% |
| 1 | 6 | Albion College | MI | Merit | $68,900 | 3% | $47,757 | 108% |
| 2 | 7 | Alfred University | NY | Need & Merit | $54,604 | 6% | $22,767 | 92% |
| 3 | 8 | Allegheny College | PA | Merit | $70,906 | 4% | $42,909 | 93% |
| 4 | 9 | Alma College | MI | Need & Merit | $61,550 | 3% | $35,566 | 97% |
| ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 421 | 474 | Worcester Polytechnic Institute | MA | Need & Merit | $76,040 | 7% | $20,874 | 84% |
| 422 | 475 | Xavier University of Louisiana | LA | Need & Merit | $40,871 | 2% | $12,495 | 98% |
| 423 | 476 | Yale University | CT | Need-Based | $85,120 | 10% | $72,599 | 17% |
| 424 | 477 | Yeshiva University | NY | Need & Merit | $69,300 | 6% | $54,732 | 93% |
| 425 | 478 | York College of Pennsylvania | PA | Merit | $38,900 | 1% | $9,152 | 86% |
426 rows × 8 columns
In [126]:
df['Unnamed: 0']
Out[126]:
0 4
1 5
2 6
3 7
4 8
...
470 474
471 475
472 476
473 477
474 478
Name: Unnamed: 0, Length: 475, dtype: int64
In [181]:
df.drop(['Unnamed: 0'], axis=1, inplace=True)
In [323]:
df[df['University Name']=='Duke University']
Out[323]:
| University Name | State | Type of Aid | Total Cost | International Students | Financial Package for International Students | Percentage of International Students Receiving Aid | |
|---|---|---|---|---|---|---|---|
| 83 | Duke University | NC | Need & Merit | 82749.0 | 10% | $79,740 | 27% |
In [209]:
df['Total Cost'] = df['Total Cost'].astype(float)
In [212]:
df.dtypes
Out[212]:
University Name object State object Type of Aid object Total Cost float64 International Students object Financial Package for International Students object Percentage of International Students Receiving Aid object dtype: object
In [217]:
joined_df['Financial Package for International Students'].str.replace('$', "")
Out[217]:
0 NaN
1 NaN
2 NaN
3 NaN
4 NaN
...
262 70,439
263 NaN
264 NaN
265 NaN
266 70,728
Name: Financial Package for International Students, Length: 267, dtype: object
In [218]:
joined_df['Financial Package for International Students'].str.replace(',', "")
Out[218]:
0 NaN
1 NaN
2 NaN
3 NaN
4 NaN
...
262 $70439
263 NaN
264 NaN
265 NaN
266 $70728
Name: Financial Package for International Students, Length: 267, dtype: object
In [245]:
joined_df.dtypes
Out[245]:
University Name object Financial Package for International Students object Total Cost float64 Graduation Rate object Total number of men accepted object Total number of women accepted object URL object Location object Acceptance Rate object International Students object _merge category dtype: object
In [226]:
# Remove '\xa0' and '$', then convert to integer
joined_df['Financial Package for International Students'] = joined_df['Financial Package for International Students'].replace({'\xa0': '', '$': ''}, regex=True)
# # Convert the cleaned column to integers
# joined_df['Financial Package for International Students'] = joined_df['Financial Package for International Students']
# # Check the result
# print(joined_df['Financial Package for International Students'].head())
In [370]:
df.head(20)
Out[370]:
| University Name | State | Type of Aid | Total Cost | International Students | Financial Package for International Students | Percentage of International Students Receiving Aid | |
|---|---|---|---|---|---|---|---|
| 0 | Agnes Scott College | GA | Need & Merit | 62448.0 | 2% | $35,518 | 100% |
| 1 | Albion College | MI | Merit | 68900.0 | 3% | $47,757 | 108% |
| 2 | Alfred University | NY | Need & Merit | 54604.0 | 6% | $22,767 | 92% |
| 3 | Allegheny College | PA | Merit | 70906.0 | 4% | $42,909 | 93% |
| 4 | Alma College | MI | Need & Merit | 61550.0 | 3% | $35,566 | 97% |
| 5 | American University | DC | Merit | 71703.0 | 9% | $36,974 | 8% |
| 6 | Amherst College | MA | Need-Based | 83650.0 | 11% | $76,739 | 80% |
| 7 | Antioch College | OH | Need & Merit | 50383.0 | 0% | NaN | NaN |
| 8 | Arizona State University | AZ | Merit | 50101.0 | 7% | $10,349 | 53% |
| 9 | Auburn University | AL | No Aid | 55186.0 | 3% | $0 | 0% |
| 10 | Augustana College | IL | Need & Merit | 62242.0 | 15% | $32,556 | 91% |
| 11 | Austin College | TX | Merit | 60558.0 | 1% | $28,688 | 100% |
| 12 | Babson College | MA | Need & Merit | 77248.0 | 29% | NaN | NaN |
| 13 | Bard College | NY | Need-Based | 80702.0 | 15% | $58,322 | 78% |
| 14 | Barnard College | NY | NaN | 84409.0 | 13% | $36,454 | 42% |
| 15 | Barry University | FL | NaN | 50558.0 | NaN | NaN | NaN |
| 16 | Bates College | ME | Need-Based | 80440.0 | 9% | $66,338 | 54% |
| 17 | Baylor University | TX | Merit | 70171.0 | 3% | $22,954 | 61% |
| 18 | Belmont University | TN | Merit | 60480.0 | 1% | NaN | NaN |
| 19 | Beloit College | WI | Need & Merit | 69102.0 | 15% | $44,061 | 99% |
In [247]:
last_df = pd.merge(
df,
joined_df,
on=['University Name', 'Total Cost', 'International Students', 'Financial Package for International Students'],
how='outer',
indicator='merge_status' # Rename the indicator column to avoid conflict
)
# Display the resulting dataframe
last_df
Out[247]:
| University Name | State | Type of Aid | Total Cost | International Students | Financial Package for International Students | Percentage of International Students Receiving Aid | Graduation Rate | Total number of men accepted | Total number of women accepted | URL | Location | Acceptance Rate | _merge | merge_status | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | Adelphi University | NaN | NaN | NaN | 4% | NaN | NaN | 62% | 73% | 80% | https://www.collegevine.com/schools/hub/all/d/... | South Ave, Garden City, NY 11530 | 78% | right_only | right_only |
| 1 | Adrian College | NaN | NaN | NaN | 0% | NaN | NaN | 45% | 75% | 76% | https://www.collegevine.com/schools/hub/all/d/... | 110 S Madison St, Adrian, MI 49221 | 76% | right_only | right_only |
| 2 | Agnes Scott College | NaN | NaN | 59161.0 | 9% | NaN | NaN | 68% | 0% | 69% | https://www.collegevine.com/schools/hub/all/d/... | 141 E. College Ave., Decatur, GA 30030 | 70% | right_only | right_only |
| 3 | Agnes Scott College | GA | Need & Merit | 62448.0 | 2% | $35,518 | 100% | NaN | NaN | NaN | NaN | NaN | NaN | NaN | left_only |
| 4 | Albion College | NaN | NaN | 67400.0 | 2% | NaN | NaN | 58% | 62% | 73% | https://www.collegevine.com/schools/hub/all/d/... | 611 E Porter St, Albion, MI 49224 | 69% | right_only | right_only |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 688 | Xavier University of Louisiana | LA | Need & Merit | 40871.0 | 2% | $12,495 | 98% | NaN | NaN | NaN | NaN | NaN | NaN | NaN | left_only |
| 689 | Yale University | NaN | NaN | 80700.0 | 17% | $70,728 | NaN | 84% | 5% | 4% | https://www.collegevine.com/schools/hub/all/d/... | Woodbridge Hall, New Haven, CT 06520 | 5% | both | right_only |
| 690 | Yale University | CT | Need-Based | 85120.0 | 10% | $72,599 | 17% | NaN | NaN | NaN | NaN | NaN | NaN | NaN | left_only |
| 691 | Yeshiva University | NY | Need & Merit | 69300.0 | 6% | $54,732 | 93% | NaN | NaN | NaN | NaN | NaN | NaN | NaN | left_only |
| 692 | York College of Pennsylvania | PA | Merit | 38900.0 | 1% | $9,152 | 86% | NaN | NaN | NaN | NaN | NaN | NaN | NaN | left_only |
693 rows × 15 columns
In [250]:
df.to_csv('last_df.csv')
In [252]:
joined_df.dtypes
Out[252]:
University Name object Financial Package for International Students object Total Cost float64 Graduation Rate object Total number of men accepted object Total number of women accepted object URL object Location object Acceptance Rate object International Students object _merge category dtype: object
In [251]:
last_df.dtypes
Out[251]:
University Name object State object Type of Aid object Total Cost float64 International Students object Financial Package for International Students object Percentage of International Students Receiving Aid object Graduation Rate object Total number of men accepted object Total number of women accepted object URL object Location object Acceptance Rate object _merge category merge_status category dtype: object
In [280]:
last_df
Out[280]:
| University Name | State | Type of Aid | Total Cost | International Students | Financial Package for International Students | Percentage of International Students Receiving Aid | Graduation Rate | Total number of men accepted | Total number of women accepted | URL | Location | Acceptance Rate | _merge | merge_status | full location | latitude | longitude | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | Adelphi University | NaN | NaN | NaN | 4% | NaN | NaN | 62% | 73% | 80% | https://www.collegevine.com/schools/hub/all/d/... | South Ave, Garden City, NY 11530 | 78% | right_only | right_only | (South Ave, Village of Garden City, Town of He... | 40.721649 | -73.644326 |
| 1 | Adrian College | NaN | NaN | NaN | 0% | NaN | NaN | 45% | 75% | 76% | https://www.collegevine.com/schools/hub/all/d/... | 110 S Madison St, Adrian, MI 49221 | 76% | right_only | right_only | (Adrian College, 110, South Madison Street, Ad... | 41.898495 | -84.060832 |
| 2 | Agnes Scott College | NaN | NaN | 59161.0 | 9% | NaN | NaN | 68% | 0% | 69% | https://www.collegevine.com/schools/hub/all/d/... | 141 E. College Ave., Decatur, GA 30030 | 70% | right_only | right_only | (141, East College Avenue, Decatur, DeKalb Cou... | 33.769913 | -84.296229 |
| 3 | Agnes Scott College | GA | Need & Merit | 62448.0 | 2% | $35,518 | 100% | NaN | NaN | NaN | NaN | NaN | NaN | NaN | left_only | (Nanno, Ville d'Anaunia, Comunità della Val di... | 46.314475 | 11.048029 |
| 4 | Albion College | NaN | NaN | 67400.0 | 2% | NaN | NaN | 58% | 62% | 73% | https://www.collegevine.com/schools/hub/all/d/... | 611 E Porter St, Albion, MI 49224 | 69% | right_only | right_only | (Albion College, 611, East Porter Street, Albi... | 42.243725 | -84.742901 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 688 | Xavier University of Louisiana | LA | Need & Merit | 40871.0 | 2% | $12,495 | 98% | NaN | NaN | NaN | NaN | NaN | NaN | NaN | left_only | (Nanno, Ville d'Anaunia, Comunità della Val di... | 46.314475 | 11.048029 |
| 689 | Yale University | NaN | NaN | 80700.0 | 17% | $70,728 | NaN | 84% | 5% | 4% | https://www.collegevine.com/schools/hub/all/d/... | Woodbridge Hall, New Haven, CT 06520 | 5% | both | right_only | (Woodbridge Hall, Beinecke Plaza, Downtown, Ne... | 41.311207 | -72.926665 |
| 690 | Yale University | CT | Need-Based | 85120.0 | 10% | $72,599 | 17% | NaN | NaN | NaN | NaN | NaN | NaN | NaN | left_only | (Nanno, Ville d'Anaunia, Comunità della Val di... | 46.314475 | 11.048029 |
| 691 | Yeshiva University | NY | Need & Merit | 69300.0 | 6% | $54,732 | 93% | NaN | NaN | NaN | NaN | NaN | NaN | NaN | left_only | (Nanno, Ville d'Anaunia, Comunità della Val di... | 46.314475 | 11.048029 |
| 692 | York College of Pennsylvania | PA | Merit | 38900.0 | 1% | $9,152 | 86% | NaN | NaN | NaN | NaN | NaN | NaN | NaN | left_only | (Nanno, Ville d'Anaunia, Comunità della Val di... | 46.314475 | 11.048029 |
693 rows × 18 columns
In [383]:
df['Financial Package for International Students']
Out[383]:
0 $35,518
1 $47,757
2 $22,767
3 $42,909
4 $35,566
...
421 $20,874
422 $12,495
423 $72,599
424 $54,732
425 $9,152
Name: Financial Package for International Students, Length: 426, dtype: object
In [334]:
last_df = last_df.merge(df[['University Name', 'Total Cost_x', 'Financial Package for International Students_x', 'Percentage of International Students Receiving Aid_x']],
on='University Name',
how='left')
In [336]:
last_df.to_csv('8.43.csv')
In [339]:
last_df
Out[339]:
| University Name | State_x | Type of Aid_x | Total Cost_x | International Students_x | Financial Package for International Students_x | Percentage of International Students Receiving Aid_x | Graduation Rate | Total number of men accepted | Total number of women accepted | ... | longitude | State_y | Type of Aid_y | Total Cost_y | International Students_y | Financial Package for International Students_y | Percentage of International Students Receiving Aid_y | Total Cost | Financial Package for International Students | Percentage of International Students Receiving Aid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | Adelphi University | NaN | NaN | NaN | 4% | NaN | NaN | 62% | 73% | 80% | ... | -73.644326 | NaN | NaN | NaN | NaN | NaN | NaN | NaN | NaN | NaN |
| 1 | Adrian College | NaN | NaN | NaN | 0% | NaN | NaN | 45% | 75% | 76% | ... | -84.060832 | NaN | NaN | NaN | NaN | NaN | NaN | NaN | NaN | NaN |
| 2 | Agnes Scott College | NaN | NaN | 59161.0 | 9% | NaN | NaN | 68% | 0% | 69% | ... | -84.296229 | GA | Need & Merit | 62448.0 | 2% | $35,518 | 100% | 62448.0 | $35,518 | 100% |
| 3 | Albion College | NaN | NaN | 67400.0 | 2% | NaN | NaN | 58% | 62% | 73% | ... | -84.742901 | MI | Merit | 68900.0 | 3% | $47,757 | 108% | 68900.0 | $47,757 | 108% |
| 4 | Albright College | NaN | NaN | NaN | 2% | NaN | NaN | 53% | 69% | 81% | ... | -75.911763 | NaN | NaN | NaN | NaN | NaN | NaN | NaN | NaN | NaN |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 255 | Williams College | NaN | NaN | 77300.0 | 8% | $70,439 | NaN | 89% | 9% | 8% | ... | -73.207630 | MA | Need-Based | 81000.0 | 9% | $78,624 | 68% | 81000.0 | $78,624 | 68% |
| 256 | Wittenberg University | NaN | NaN | 54386.0 | 1% | NaN | NaN | 58% | 92% | 92% | ... | NaN | OH | Need & Merit | 57586.0 | <1% | $25,853 | 133% | 57586.0 | $25,853 | 133% |
| 257 | Worcester Polytechnic Institute | NaN | NaN | NaN | 12% | NaN | NaN | 81% | 53% | 76% | ... | -71.814972 | MA | Need & Merit | 76040.0 | 7% | $20,874 | 84% | 76040.0 | $20,874 | 84% |
| 258 | Xavier University | NaN | NaN | 58820.0 | 3% | NaN | NaN | 61% | 83% | 84% | ... | -84.474646 | NaN | NaN | NaN | NaN | NaN | NaN | NaN | NaN | NaN |
| 259 | Yale University | NaN | NaN | 80700.0 | 17% | $70,728 | NaN | 84% | 5% | 4% | ... | -72.926665 | CT | Need-Based | 85120.0 | 10% | $72,599 | 17% | 85120.0 | $72,599 | 17% |
260 rows × 27 columns
In [337]:
merged_df
Out[337]:
| Total Cost | University Name | Graduation Rate | Total number of men accepted | Total number of women accepted | URL | Location | Acceptance Rate | International Students | |
|---|---|---|---|---|---|---|---|---|---|
| 0 | NaN | Adelphi University | 62% | 73% | 80% | https://www.collegevine.com/schools/hub/all/d/... | South Ave, Garden City, NY 11530 | 78% | 4% |
| 1 | NaN | Adrian College | 45% | 75% | 76% | https://www.collegevine.com/schools/hub/all/d/... | 110 S Madison St, Adrian, MI 49221 | 76% | 0% |
| 2 | 59161.0 | Agnes Scott College | 68% | 0% | 69% | https://www.collegevine.com/schools/hub/all/d/... | 141 E. College Ave., Decatur, GA 30030 | 70% | 9% |
| 3 | 67400.0 | Albion College | 58% | 62% | 73% | https://www.collegevine.com/schools/hub/all/d/... | 611 E Porter St, Albion, MI 49224 | 69% | 2% |
| 4 | NaN | Albright College | 53% | 69% | 81% | https://www.collegevine.com/schools/hub/all/d/... | 1621 N. 13th St., Reading, PA 19612 | 76% | 2% |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 265 | 77300.0 | Williams College | 89% | 9% | 8% | https://www.collegevine.com/schools/hub/all/d/... | 995 Main Street, Williamstown, MA 01267 | 9% | 8% |
| 266 | 54386.0 | Wittenberg University | 58% | 92% | 92% | https://www.collegevine.com/schools/hub/all/d/... | Ward St at N Wittenberg Ave, Springfield, OH 4... | 92% | 1% |
| 267 | NaN | Worcester Polytechnic Institute | 81% | 53% | 76% | https://www.collegevine.com/schools/hub/all/d/... | 100 Institute Road, Worcester, MA 01609 | 60% | 12% |
| 268 | 58820.0 | Xavier University | 61% | 83% | 84% | https://www.collegevine.com/schools/hub/all/d/... | 3800 Victory Parkway, Cincinnati, OH 45207 | 84% | 3% |
| 269 | 80700.0 | Yale University | 84% | 5% | 4% | https://www.collegevine.com/schools/hub/all/d/... | Woodbridge Hall, New Haven, CT 06520 | 5% | 17% |
264 rows × 9 columns
In [375]:
last_df
Out[375]:
| University Name | Financial Package for International Students | latitude | longitude | geometry | |
|---|---|---|---|---|---|
| 0 | Adelphi University | NaN | 40.721649 | -73.644326 | POINT (-73.64433 40.72165) |
| 1 | Adrian College | NaN | 41.898495 | -84.060832 | POINT (-84.06083 41.89849) |
| 2 | Agnes Scott College | $35,518 | 33.769913 | -84.296229 | POINT (-84.29623 33.76991) |
| 3 | Albion College | $47,757 | 42.243725 | -84.742901 | POINT (-84.7429 42.24373) |
| 4 | Albright College | NaN | 40.362767 | -75.911763 | POINT (-75.91176 40.36277) |
| ... | ... | ... | ... | ... | ... |
| 255 | Williams College | $78,624 | 42.712648 | -73.207630 | POINT (-73.20763 42.71265) |
| 256 | Wittenberg University | $25,853 | NaN | NaN | POINT EMPTY |
| 257 | Worcester Polytechnic Institute | $20,874 | 42.273186 | -71.814972 | POINT (-71.81497 42.27319) |
| 258 | Xavier University | NaN | 39.149898 | -84.474646 | POINT (-84.47465 39.1499) |
| 259 | Yale University | $72,599 | 41.311207 | -72.926665 | POINT (-72.92667 41.31121) |
260 rows × 5 columns
In [376]:
df
Out[376]:
| University Name | State | Type of Aid | Total Cost | International Students | Financial Package for International Students | Percentage of International Students Receiving Aid | |
|---|---|---|---|---|---|---|---|
| 0 | Agnes Scott College | GA | Need & Merit | 62448.0 | 2% | $35,518 | 100% |
| 1 | Albion College | MI | Merit | 68900.0 | 3% | $47,757 | 108% |
| 2 | Alfred University | NY | Need & Merit | 54604.0 | 6% | $22,767 | 92% |
| 3 | Allegheny College | PA | Merit | 70906.0 | 4% | $42,909 | 93% |
| 4 | Alma College | MI | Need & Merit | 61550.0 | 3% | $35,566 | 97% |
| ... | ... | ... | ... | ... | ... | ... | ... |
| 421 | Worcester Polytechnic Institute | MA | Need & Merit | 76040.0 | 7% | $20,874 | 84% |
| 422 | Xavier University of Louisiana | LA | Need & Merit | 40871.0 | 2% | $12,495 | 98% |
| 423 | Yale University | CT | Need-Based | 85120.0 | 10% | $72,599 | 17% |
| 424 | Yeshiva University | NY | Need & Merit | 69300.0 | 6% | $54,732 | 93% |
| 425 | York College of Pennsylvania | PA | Merit | 38900.0 | 1% | $9,152 | 86% |
426 rows × 7 columns
In [384]:
df
Out[384]:
| University Name | State | Type of Aid | Total Cost | International Students | Financial Package for International Students | Percentage of International Students Receiving Aid | |
|---|---|---|---|---|---|---|---|
| 0 | Agnes Scott College | GA | Need & Merit | 62448.0 | 2% | $35,518 | 100% |
| 1 | Albion College | MI | Merit | 68900.0 | 3% | $47,757 | 108% |
| 2 | Alfred University | NY | Need & Merit | 54604.0 | 6% | $22,767 | 92% |
| 3 | Allegheny College | PA | Merit | 70906.0 | 4% | $42,909 | 93% |
| 4 | Alma College | MI | Need & Merit | 61550.0 | 3% | $35,566 | 97% |
| ... | ... | ... | ... | ... | ... | ... | ... |
| 421 | Worcester Polytechnic Institute | MA | Need & Merit | 76040.0 | 7% | $20,874 | 84% |
| 422 | Xavier University of Louisiana | LA | Need & Merit | 40871.0 | 2% | $12,495 | 98% |
| 423 | Yale University | CT | Need-Based | 85120.0 | 10% | $72,599 | 17% |
| 424 | Yeshiva University | NY | Need & Merit | 69300.0 | 6% | $54,732 | 93% |
| 425 | York College of Pennsylvania | PA | Merit | 38900.0 | 1% | $9,152 | 86% |
426 rows × 7 columns
In [390]:
# Assuming 'University Name' is the column to merge on in both DataFrames
merged_df = last_df.merge(
df[['University Name', 'Type of Aid', 'Total Cost', 'International Students',
'Financial Package for International Students',
'Percentage of International Students Receiving Aid']],
on='University Name',
how='left'
)
merged_df
Out[390]:
| University Name | Financial Package for International Students_x | latitude | longitude | geometry | Type of Aid | Total Cost | International Students | Financial Package for International Students_y | Percentage of International Students Receiving Aid | |
|---|---|---|---|---|---|---|---|---|---|---|
| 0 | Adelphi University | NaN | 40.721649 | -73.644326 | POINT (-73.64433 40.72165) | NaN | NaN | NaN | NaN | NaN |
| 1 | Adrian College | NaN | 41.898495 | -84.060832 | POINT (-84.06083 41.89849) | NaN | NaN | NaN | NaN | NaN |
| 2 | Agnes Scott College | $35,518 | 33.769913 | -84.296229 | POINT (-84.29623 33.76991) | Need & Merit | 62448.0 | 2% | $35,518 | 100% |
| 3 | Albion College | $47,757 | 42.243725 | -84.742901 | POINT (-84.7429 42.24373) | Merit | 68900.0 | 3% | $47,757 | 108% |
| 4 | Albright College | NaN | 40.362767 | -75.911763 | POINT (-75.91176 40.36277) | NaN | NaN | NaN | NaN | NaN |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 255 | Williams College | $78,624 | 42.712648 | -73.207630 | POINT (-73.20763 42.71265) | Need-Based | 81000.0 | 9% | $78,624 | 68% |
| 256 | Wittenberg University | $25,853 | NaN | NaN | POINT EMPTY | Need & Merit | 57586.0 | <1% | $25,853 | 133% |
| 257 | Worcester Polytechnic Institute | $20,874 | 42.273186 | -71.814972 | POINT (-71.81497 42.27319) | Need & Merit | 76040.0 | 7% | $20,874 | 84% |
| 258 | Xavier University | NaN | 39.149898 | -84.474646 | POINT (-84.47465 39.1499) | NaN | NaN | NaN | NaN | NaN |
| 259 | Yale University | $72,599 | 41.311207 | -72.926665 | POINT (-72.92667 41.31121) | Need-Based | 85120.0 | 10% | $72,599 | 17% |
260 rows × 10 columns
In [393]:
merged_df.to_csv("11.12.csv")
df
In [394]:
df
Out[394]:
| University Name | State | Type of Aid | Total Cost | International Students | Financial Package for International Students | Percentage of International Students Receiving Aid | |
|---|---|---|---|---|---|---|---|
| 0 | Agnes Scott College | GA | Need & Merit | 62448.0 | 2% | $35,518 | 100% |
| 1 | Albion College | MI | Merit | 68900.0 | 3% | $47,757 | 108% |
| 2 | Alfred University | NY | Need & Merit | 54604.0 | 6% | $22,767 | 92% |
| 3 | Allegheny College | PA | Merit | 70906.0 | 4% | $42,909 | 93% |
| 4 | Alma College | MI | Need & Merit | 61550.0 | 3% | $35,566 | 97% |
| ... | ... | ... | ... | ... | ... | ... | ... |
| 421 | Worcester Polytechnic Institute | MA | Need & Merit | 76040.0 | 7% | $20,874 | 84% |
| 422 | Xavier University of Louisiana | LA | Need & Merit | 40871.0 | 2% | $12,495 | 98% |
| 423 | Yale University | CT | Need-Based | 85120.0 | 10% | $72,599 | 17% |
| 424 | Yeshiva University | NY | Need & Merit | 69300.0 | 6% | $54,732 | 93% |
| 425 | York College of Pennsylvania | PA | Merit | 38900.0 | 1% | $9,152 | 86% |
426 rows × 7 columns
In [399]:
last_df
Out[399]:
| University Name | Financial Package for International Students | latitude | longitude | geometry | |
|---|---|---|---|---|---|
| 0 | Adelphi University | NaN | 40.721649 | -73.644326 | POINT (-73.64433 40.72165) |
| 1 | Adrian College | NaN | 41.898495 | -84.060832 | POINT (-84.06083 41.89849) |
| 2 | Agnes Scott College | $35,518 | 33.769913 | -84.296229 | POINT (-84.29623 33.76991) |
| 3 | Albion College | $47,757 | 42.243725 | -84.742901 | POINT (-84.7429 42.24373) |
| 4 | Albright College | NaN | 40.362767 | -75.911763 | POINT (-75.91176 40.36277) |
| ... | ... | ... | ... | ... | ... |
| 255 | Williams College | $78,624 | 42.712648 | -73.207630 | POINT (-73.20763 42.71265) |
| 256 | Wittenberg University | $25,853 | NaN | NaN | POINT EMPTY |
| 257 | Worcester Polytechnic Institute | $20,874 | 42.273186 | -71.814972 | POINT (-71.81497 42.27319) |
| 258 | Xavier University | NaN | 39.149898 | -84.474646 | POINT (-84.47465 39.1499) |
| 259 | Yale University | $72,599 | 41.311207 | -72.926665 | POINT (-72.92667 41.31121) |
260 rows × 5 columns
In [404]:
last_df = last_df.rename(columns={
'latitude': 'Latitude',
'longitude': 'Longitude'
})
In [405]:
last_df
Out[405]:
| University Name | Financial Package for International Students | Latitude | Longitude | geometry | |
|---|---|---|---|---|---|
| 0 | Adelphi University | NaN | 40.721649 | -73.644326 | POINT (-73.64433 40.72165) |
| 1 | Adrian College | NaN | 41.898495 | -84.060832 | POINT (-84.06083 41.89849) |
| 2 | Agnes Scott College | $35,518 | 33.769913 | -84.296229 | POINT (-84.29623 33.76991) |
| 3 | Albion College | $47,757 | 42.243725 | -84.742901 | POINT (-84.7429 42.24373) |
| 4 | Albright College | NaN | 40.362767 | -75.911763 | POINT (-75.91176 40.36277) |
| ... | ... | ... | ... | ... | ... |
| 255 | Williams College | $78,624 | 42.712648 | -73.207630 | POINT (-73.20763 42.71265) |
| 256 | Wittenberg University | $25,853 | NaN | NaN | POINT EMPTY |
| 257 | Worcester Polytechnic Institute | $20,874 | 42.273186 | -71.814972 | POINT (-71.81497 42.27319) |
| 258 | Xavier University | NaN | 39.149898 | -84.474646 | POINT (-84.47465 39.1499) |
| 259 | Yale University | $72,599 | 41.311207 | -72.926665 | POINT (-72.92667 41.31121) |
260 rows × 5 columns
In [400]:
df_pdf=pd.read_csv('12.29.csv')
df_pdf
Out[400]:
| Unnamed: 0 | University Name | State | Type of Aid | Total Cost | International Students | Financial Package for International Students | percentage of international students receiving aid | Latitude | Longitude | |
|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 5 | Agnes Scott College | GA | Need & Merit | $62,448 | 2% | $35,518 | 100% | 33.768885 | -84.294445 |
| 1 | 6 | Albion College | MI | Merit | $68,900 | 3% | $47,757 | 108% | 42.243725 | -84.742901 |
| 2 | 7 | Alfred University | NY | Need & Merit | $54,604 | 6% | $22,767 | 92% | 42.255862 | -77.785709 |
| 3 | 8 | Allegheny College | PA | Merit | $70,906 | 4% | $42,909 | 93% | 40.907255 | -77.875458 |
| 4 | 9 | Alma College | MI | Need & Merit | $61,550 | 3% | $35,566 | 97% | 43.381474 | -84.671349 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 469 | 474 | Worcester Polytechnic Institute | MA | Need & Merit | $76,040 | 7% | $20,874 | 84% | 42.274315 | -71.808457 |
| 470 | 475 | Xavier University of Louisiana | LA | Need & Merit | $40,871 | 2% | $12,495 | 98% | 29.963890 | -90.109224 |
| 471 | 476 | Yale University | CT | Need-Based | $85,120 | 10% | $72,599 | 17% | 41.257131 | -72.989670 |
| 472 | 477 | Yeshiva University | NY | Need & Merit | $69,300 | 6% | $54,732 | 93% | 40.848981 | -73.929840 |
| 473 | 478 | York College of Pennsylvania | PA | Merit | $38,900 | 1% | $9,152 | 86% | 39.947447 | -76.726798 |
474 rows × 10 columns
In [401]:
df_pdf = df_pdf.drop(df_pdf.columns[0], axis=1)
In [402]:
df_pdf
Out[402]:
| University Name | State | Type of Aid | Total Cost | International Students | Financial Package for International Students | percentage of international students receiving aid | Latitude | Longitude | |
|---|---|---|---|---|---|---|---|---|---|
| 0 | Agnes Scott College | GA | Need & Merit | $62,448 | 2% | $35,518 | 100% | 33.768885 | -84.294445 |
| 1 | Albion College | MI | Merit | $68,900 | 3% | $47,757 | 108% | 42.243725 | -84.742901 |
| 2 | Alfred University | NY | Need & Merit | $54,604 | 6% | $22,767 | 92% | 42.255862 | -77.785709 |
| 3 | Allegheny College | PA | Merit | $70,906 | 4% | $42,909 | 93% | 40.907255 | -77.875458 |
| 4 | Alma College | MI | Need & Merit | $61,550 | 3% | $35,566 | 97% | 43.381474 | -84.671349 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 469 | Worcester Polytechnic Institute | MA | Need & Merit | $76,040 | 7% | $20,874 | 84% | 42.274315 | -71.808457 |
| 470 | Xavier University of Louisiana | LA | Need & Merit | $40,871 | 2% | $12,495 | 98% | 29.963890 | -90.109224 |
| 471 | Yale University | CT | Need-Based | $85,120 | 10% | $72,599 | 17% | 41.257131 | -72.989670 |
| 472 | Yeshiva University | NY | Need & Merit | $69,300 | 6% | $54,732 | 93% | 40.848981 | -73.929840 |
| 473 | York College of Pennsylvania | PA | Merit | $38,900 | 1% | $9,152 | 86% | 39.947447 | -76.726798 |
474 rows × 9 columns
In [452]:
merged_df = pd.merge(
last_df,
df_pdf[['University Name', 'Total Cost', 'Financial Package for International Students', 'Latitude', 'Longitude', 'International Students', 'percentage of international students receiving aid']],
on='University Name',
how='outer',
suffixes=('', '_df_pdf')
)
# Handle duplicate columns by selecting the appropriate ones from df_pdf if they exist
merged_df['Financial Package for International Students'] = merged_df['Financial Package for International Students_df_pdf'].combine_first(merged_df['Financial Package for International Students'])
merged_df['Latitude'] = merged_df['Latitude_df_pdf'].combine_first(merged_df['Latitude'])
merged_df['Longitude'] = merged_df['Longitude_df_pdf'].combine_first(merged_df['Longitude'])
# Drop the duplicate columns
merged_df = merged_df.drop(columns=['Financial Package for International Students_df_pdf', 'Latitude_df_pdf', 'Longitude_df_pdf'])
# Display the merged DataFrame
merged_df.head(10)
Out[452]:
| University Name | Financial Package for International Students | Latitude | Longitude | geometry | Total Cost | International Students | percentage of international students receiving aid | |
|---|---|---|---|---|---|---|---|---|
| 0 | Adelphi University | NaN | 40.721649 | -73.644326 | POINT (-73.64433 40.72165) | NaN | NaN | NaN |
| 1 | Adrian College | NaN | 41.898495 | -84.060832 | POINT (-84.06083 41.89849) | NaN | NaN | NaN |
| 2 | Agnes Scott College | $35,518 | 33.768885 | -84.294445 | POINT (-84.29623 33.76991) | $62,448 | 2% | 100% |
| 3 | Albion College | $47,757 | 42.243725 | -84.742901 | POINT (-84.7429 42.24373) | $68,900 | 3% | 108% |
| 4 | Albright College | NaN | 40.362767 | -75.911763 | POINT (-75.91176 40.36277) | NaN | NaN | NaN |
| 5 | Alfred University | $22,767 | 42.255862 | -77.785709 | None | $54,604 | 6% | 92% |
| 6 | Allegheny College | $42,909 | 40.907255 | -77.875458 | None | $70,906 | 4% | 93% |
| 7 | Alma College | $35,566 | 43.381474 | -84.671349 | None | $61,550 | 3% | 97% |
| 8 | American International College | NaN | 42.113816 | -72.557882 | POINT (-72.55788 42.11382) | NaN | NaN | NaN |
| 9 | American University | $36,974 | 38.937751 | -77.089468 | POINT (-77.08947 38.93775) | $71,703 | 9% | 8% |
In [431]:
merged_df.to_csv('13.02.csv')
In [433]:
#This is just merged_df! I just needed to check in the csv if there are any null values/data is good. So then I renamed it to december_df.
december_df=pd.read_csv('13.31.csv')
In [434]:
december_df.head(20)
Out[434]:
| Unnamed: 0 | University Name | Total Cost | Financial Package for International Students | Latitude | Longitude | geometry | International Students | percentage of international students receiving aid | |
|---|---|---|---|---|---|---|---|---|---|
| 0 | 0 | Adelphi University | NaN | NaN | 40.721649 | -73.644326 | POINT (-73.64432611861989 40.7216493300524) | NaN | NaN |
| 1 | 1 | Adrian College | NaN | NaN | 41.898495 | -84.060832 | POINT (-84.06083239910039 41.89849465) | NaN | NaN |
| 2 | 2 | Agnes Scott College | $62,448 | $35,518 | 33.768885 | -84.294445 | POINT (-84.29622890816327 33.76991264285714) | 2% | 100% |
| 3 | 3 | Albion College | $68,900 | $47,757 | 42.243725 | -84.742901 | POINT (-84.74290095493066 42.2437255) | 3% | 108% |
| 4 | 4 | Albright College | NaN | NaN | 40.362767 | -75.911763 | POINT (-75.91176286761947 40.3627666) | NaN | NaN |
| 5 | 5 | Alfred University | $54,604 | $22,767 | 42.255862 | -77.785709 | NaN | 6% | 92% |
| 6 | 6 | Allegheny College | $70,906 | $42,909 | 40.907255 | -77.875458 | NaN | 4% | 93% |
| 7 | 7 | Alma College | $61,550 | $35,566 | 43.381474 | -84.671349 | NaN | 3% | 97% |
| 8 | 8 | American International College | NaN | NaN | 42.113816 | -72.557882 | POINT (-72.55788180066077 42.113816) | NaN | NaN |
| 9 | 9 | American University | $71,703 | $36,974 | 38.937751 | -77.089468 | POINT (-77.08946762126567 38.93775105) | 9% | 8% |
| 10 | 10 | Amherst College | $83,650 | $76,739 | 42.370377 | -72.516069 | POINT (-72.51897781508568 42.37524937148764) | 11% | 80% |
| 11 | 11 | Antioch College | $50,383 | NaN | 39.563609 | -82.479638 | POINT EMPTY | 0% | NaN |
| 12 | 12 | Arizona State University | $50,101 | $10,349 | 33.347161 | -111.899567 | NaN | 7% | 53% |
| 13 | 13 | Ashland University | NaN | NaN | 40.861543 | -82.321798 | POINT (-82.32179849687705 40.861543049999995) | NaN | NaN |
| 14 | 14 | Auburn University | $55,186 | $0 | 32.591953 | -85.495977 | NaN | 3% | 0% |
| 15 | 15 | Augustana College | $62,242 | $32,556 | 41.501528 | -90.550370 | POINT (-96.73873735780796 43.523538849999994) | 15% | 91% |
| 16 | 16 | Austin College | $60,558 | $28,688 | 33.647408 | -96.598018 | NaN | 1% | 100% |
| 17 | 17 | Azusa Pacific University | NaN | NaN | 34.130736 | -117.889638 | POINT (-117.8896377 34.1307355) | NaN | NaN |
| 18 | 18 | Babson College | $77,248 | NaN | 42.294996 | -71.264917 | POINT (-71.25222865101794 42.292794013105215) | 29% | NaN |
| 19 | 19 | Ball State University | NaN | NaN | 40.197499 | -85.410351 | POINT (-85.4103507 40.1974986) | NaN | NaN |
In [455]:
import folium
import geopandas as gpd
# Remove rows with NaN latitude or longitude
gdf_filtered = gdfa.dropna(subset=['Latitude', 'Longitude'])
# Create the map
m = folium.Map(location=[20, 0], zoom_start=2, width='800px', height='500px')
# Add markers with smaller icons
for idx, row in gdf_filtered.iterrows():
folium.Marker(
location=[row['Latitude'], row['Longitude']],
popup=f"""
<b>University Name:</b> {row['University Name']}
<br>
<b>Financial Package for International Students:</b> {row['Financial Package for International Students']}
<br>
<b>Total Cost:</b> {row['Total Cost']}
""",
icon=folium.Icon(icon='university', prefix='fa', icon_size=(25, 25)) # Smaller icon size
).add_to(m)
# Display the map
m
Out[455]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [ ]: